Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelsearch committed Feb 27, 2013
1 parent 5a80f20 commit 21b7844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -31,7 +31,7 @@ <h2 id="project_tagline">RIOT OS - The revolutionary IoT OS</h2>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>RIOT is basesed on a microkernel and designed as an energy-efficient operating system for IoT solutions.</p>
<p>RIOT is based on a microkernel providing an energy-efficient operating system for IoT solutions.</p>

<h2>Developer Friendly</h2>

Expand Down
2 changes: 1 addition & 1 deletion params.json
@@ -1 +1 @@
{"name":"Riot","tagline":"RIOT OS - The revolutionary IoT OS","body":"RIOT is basesed on a microkernel and designed as an energy-efficient operating system for IoT solutions.\r\n\r\n## Developer Friendly\r\n* program in C or C++ like you're used to: \r\n\r\n```\r\n#include <stdio.h>\r\n\r\nint main(void) {\r\n puts(\"Hello world!\\n\");\r\n while(1);\r\n}\r\n```\r\n\r\n* standard development tools like gcc, gdb ...\r\n* minimized hardware dependent code\r\n* zero learning curve embedded programming\r\n\r\n## Efficient\r\n* robustness & code-footprint flexibility due to the microkernel architecture\r\n* tickless scheduler enabling maximum energy-efficiency\r\n* real-time capability due to ultra-low interrupt latency and priority-based scheduling\r\n* multi-threading with ultra-low threading overhead\r\n* modular structure allows code to run on tiny platforms as well as on more powerful systems\r\n\r\n## IoT Ready\r\n* IoT network stack\r\n * 6LoWPAN\r\n * IPv6\r\n * RPL\r\n * TCP and UDP\r\n* flexible memory management (static and dynamic memory allocation)\r\n* high resolution and long-term timers\r\n* FAT file system\r\n* logging system\r\n* Wiselib support (C++ algorithm library, including routing, clustering, timesync, localization, security and more algorithms)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
{"name":"Riot","tagline":"RIOT OS - The revolutionary IoT OS","body":"RIOT is based on a microkernel providing an energy-efficient operating system for IoT solutions.\r\n\r\n## Developer Friendly\r\n* program in C or C++ like you're used to: \r\n\r\n```\r\n#include <stdio.h>\r\n\r\nint main(void) {\r\n puts(\"Hello world!\\n\");\r\n while(1);\r\n}\r\n```\r\n\r\n* standard development tools like gcc, gdb ...\r\n* minimized hardware dependent code\r\n* zero learning curve embedded programming\r\n\r\n## Efficient\r\n* robustness & code-footprint flexibility due to the microkernel architecture\r\n* tickless scheduler enabling maximum energy-efficiency\r\n* real-time capability due to ultra-low interrupt latency and priority-based scheduling\r\n* multi-threading with ultra-low threading overhead\r\n* modular structure allows code to run on tiny platforms as well as on more powerful systems\r\n\r\n## IoT Ready\r\n* IoT network stack\r\n * 6LoWPAN\r\n * IPv6\r\n * RPL\r\n * TCP and UDP\r\n* flexible memory management (static and dynamic memory allocation)\r\n* high resolution and long-term timers\r\n* FAT file system\r\n* logging system\r\n* Wiselib support (C++ algorithm library, including routing, clustering, timesync, localization, security and more algorithms)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

0 comments on commit 21b7844

Please sign in to comment.