1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Go to file
2013-03-19 17:59:01 +01:00
core Merge remote-tracking branch 'upstream/master' 2013-03-12 15:23:24 +01:00
cpu Merge pull request #26 from LudwigOrtmann/master 2013-03-13 21:07:51 -07:00
dist * added arm_common to include path for lpc2387 in Makefile.modules 2013-03-19 17:56:26 +01:00
doc/doxygen fix path in doxyfile to match current structure 2013-03-13 21:47:32 +01:00
drivers add Makefiles to sys/net 2013-03-16 17:27:27 +01:00
sys add Makefiles to sys/net 2013-03-16 17:27:27 +01:00
.gitignore * added .gitignore to ignore binaries 2010-11-04 11:33:42 +01:00
LICENSE * import from old firekernel repository 2010-09-22 15:10:42 +02:00
Makefile * renamed makefiles to Makefile 2013-03-09 23:45:56 +01:00
Makefile.base Merge remote-tracking branch 'upstream/master' 2013-03-12 15:23:24 +01:00
Makefile.dep * added dependency for cc110x_ng to transceiver 2013-03-19 17:46:24 +01:00
Makefile.include * adapted thread_stack_init() for ARM and msp430 to the new prototype introduced by bd5b46628f 2013-03-13 16:49:23 +01:00
Makefile.modules * added arm_common to include path for lpc2387 in Makefile.modules 2013-03-19 17:56:26 +01:00
README Update README 2013-03-19 15:50:13 +01:00
README.md * fixed typo in readme 2013-02-27 20:22:19 +01:00

RIOT OS

RIOT - The revolutionary IoT OS!

RIOT OS is an operating system for Internet of Things (IoT) devices. It is based on a microkernel and designed for

  • energy efficiency
  • hardware independent development
  • a high degree of modularity

Its features comprise

  • a preemptive, tickless scheduler with priorities
  • flexible memory managment
  • high resolution timers
  • virtual, long-term timers
  • FAT file system
  • logging system
  • Wiselib support (C++ algorithm library, including routing, clustering, timesync, localization, security and more algorithms)
  • IPv6
  • TCP and UDP
  • 6LoWPAN
  • RPL