1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Go to file
Ludwig Ortmann 1197314093 native cpu fixes
init hwtimer with interrupts enabled
more error checking for hwtimer
fix signal handler init in hwtimer
error checking for irq (not necessary yet afaik)
2013-03-21 16:55:57 +01:00
core Merge remote-tracking branch 'upstream/master' 2013-03-12 15:23:24 +01:00
cpu native cpu fixes 2013-03-21 16:55:57 +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