1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Go to file
2013-08-08 14:51:33 +02:00
core in msg_send_receive: return result from msg_send 2013-08-01 22:03:55 +02:00
cpu Merge branch 'oleg-master' into mymaster 2013-07-29 01:36:24 +02:00
dist fix python shebang 2013-07-15 21:17:09 +02:00
doc Merge branch 'mc1322x' of github.com:RIOT-OS/RIOT into mc1322x 2013-04-22 09:56:07 +02:00
drivers Merge branch 'oleg-master' into mymaster 2013-07-29 01:36:24 +02:00
sys Merge pull request #80 from authmillenon/sixlowpan_refactor 2013-08-03 19:21:27 -07:00
.astylerc added astyle options file for coding conventions 2013-07-02 13:41:46 +02:00
.gitignore Update .gitignore 2013-08-08 14:51:33 +02:00
keyword_space.sed sed parameters for additional style checks 2013-07-30 11:08:28 +02:00
LICENSE * updated LICENSE file from GPL to LPGL 2013-06-18 17:19:53 +02:00
Makefile Use rm -rf instead of rmdir 2013-05-24 15:13:34 +02:00
Makefile.base Remove undefined variables from Makefiles 2013-06-13 21:41:24 +02:00
Makefile.dep fixed includes and include pathes 2013-07-29 01:24:02 +02:00
Makefile.include Fix mkdir from 065566c 2013-07-31 17:16:05 +02:00
Makefile.modules restructured and fixed arm architecutre files 2013-07-24 23:53:38 +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