1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Go to file
Martin Lenders 8a24a8f000 Use rm -rf instead of rmdir
This way make clean runs more... cleanly
2013-05-24 15:13:34 +02:00
core * forbid the usage of '0' as an parameter for number_of_the_lowest_bit() 2013-04-16 14:00:49 +02:00
cpu Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-05-16 17:12:01 +02:00
dist * made msb-a2 default for distribution Makefile 2013-04-18 02:21:22 +02:00
doc * updated getting started documentation 2013-04-17 12:09:42 +02:00
drivers * renamed some struct members in cc110x driver to avoid naming conflicts with stm32f4discovery 2013-03-23 18:57:12 +01:00
sys Add more destiny fixes 2013-05-22 16:57:20 +02:00
.gitignore Add tilde files to gitignore 2013-05-22 16:30:07 +02:00
LICENSE * import from old firekernel repository 2010-09-22 15:10:42 +02:00
Makefile Use rm -rf instead of rmdir 2013-05-24 15:13:34 +02:00
Makefile.base * moved cpu and board specific parts to corresponding Makefiles 2013-03-23 18:38:12 +01:00
Makefile.dep * moved cpu and board specific parts to corresponding Makefiles 2013-03-23 18:38:12 +01:00
Makefile.include * fixed Makefile.include to compile all *.c files 2013-04-22 00:55:11 +02:00
Makefile.modules * some minor Makefile cleanup 2013-05-16 17:12:22 +02:00
README.md * added website's URL to readme file 2013-03-27 11:01:48 +01:00

                      ZZZZZZ                                                
                    ZZZZZZZZZZZZ                                             
                  ZZZZZZZZZZZZZZZZ                                           
                 ZZZZZZZ     ZZZZZZ                                          
                ZZZZZZ        ZZZZZ                                          
                ZZZZZ          ZZZZ                                          
                ZZZZ           ZZZZZ                                         
                ZZZZ           ZZZZ                                          
                ZZZZ          ZZZZZ                                          
                ZZZZ        ZZZZZZ                                           
                ZZZZ     ZZZZZZZZ       777        7777       7777777777     
          ZZ    ZZZZ   ZZZZZZZZ         777      77777777    77777777777     
      ZZZZZZZ   ZZZZ  ZZZZZZZ           777     7777  7777       777         
    ZZZZZZZZZ   ZZZZ    Z               777     777    777       777         
   ZZZZZZ       ZZZZ                    777     777    777       777         
  ZZZZZ         ZZZZ                    777     777    777       777         
 ZZZZZ          ZZZZZ    ZZZZ           777     777    777       777         
 ZZZZ           ZZZZZ    ZZZZZ          777     777    777       777         
 ZZZZ           ZZZZZ     ZZZZZ         777     777    777       777         
 ZZZZ           ZZZZ       ZZZZZ        777     777    777       777         
 ZZZZZ         ZZZZZ        ZZZZZ       777     777    777       777         
  ZZZZZZ     ZZZZZZ          ZZZZZ      777     7777777777       777         
   ZZZZZZZZZZZZZZZ            ZZZZ      777      77777777        777         
     ZZZZZZZZZZZ               Z                                             
        ZZZZZ                                                                

The friendly Operating System for IoT!

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

License

  • All sources and binaries that have been developed at Freie Universität Berlin are licensed under the GNU General Public License version 3 as published by the Free Software Foundation.
  • Some external sources, especially files developed by SICS are published under a separate license.

All code files contain licensing information.

For more information, see the RIOT website:

http://www.riot-os.org