1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Go to file
Oleg 8e7f4e691d Merge pull request #31 from LudwigOrtmann/master
migrate native to current Makefile structure
2013-03-20 08:43:36 -07:00
core Merge remote-tracking branch 'upstream/master' 2013-03-12 15:23:24 +01:00
cpu fix bug introduced by 7cef6c4655 2013-03-19 16:57:32 +01: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 migrate to current Makefile structure 2013-03-19 22:32:22 +01:00
Makefile.dep * added dependency for cc110x_ng to transceiver 2013-03-19 17:46:24 +01:00
Makefile.include migrate to current Makefile structure 2013-03-19 22:32:22 +01:00
Makefile.modules migrate to current Makefile structure 2013-03-19 22:32:22 +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