@@ -27,23 +27,56 @@ limitations under the License.
2727
2828## Apache NuttX
2929
30- NuttX is a real-time operating system (RTOS) with an emphasis on standards
31- compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller
32- environments, the primary governing standards in NuttX are POSIX and ANSI
33- standards. Additional standard APIs from Unix and other common RTOS's (such as
34- VxWorks) are adopted for functionality not available under these standards, or
35- for functionality that is not appropriate for deeply-embedded environments (such
36- as fork()).
30+ NuttX is a free and open-source (FOSS) real-time operating system (RTOS)
31+ with an emphasis on standards compliance and small footprint.
32+ Scalable from 8-bit to 64-bit microcontroller environments,
33+ the primary governing standards in NuttX are POSIX and ANSI standards.
34+ Additional standard APIs from Unix and other common RTOS's (such as VxWorks)
35+ are adopted for functionality not available under these standards,
36+ or for functionality that is not appropriate for deeply-embedded environments
37+ (such as fork()).
38+
39+
40+ ## Get NuttX
41+
42+ Release packages are available [ here] ({{ site.baseurl }}/download).
43+ We use three GIT repositories to develop the project:
44+ [ RTOS] ({{ site.data.project.source_repository_os_mirror }}),
45+ [ Applications] ({{ site.data.project.source_repository_apps_mirror }}),
46+ and [ Website/Documentation] ({{ site.data.project.source_repository_website_mirror }}).
47+
48+
49+ ## Join Us
50+
51+ NuttX is developed and maintained by an international
52+ [ group of volunteers] ({{ site.baseurl }}/community-members) from all around the
53+ world. Please take a look at our [ community] ({{ site.baseurl }}/community)
54+ page to see how to join us and contribute to the project.
55+
56+ [ Mailing list] ({{ site.data.project.dev_list_archive_mailarchive }}) is our
57+ main communication channel, but we are also present on various social media
58+ platforms such as
59+ [ Discord] ({{ site.data.project.socialmedia_discord }}),
60+ [ Hackster] ({{ site.data.project.socialmedia_hackster }}),
61+ [ LinkedIn] ({{ site.data.project.socialmedia_linkedin_company }}),
62+ [ Reddit] ({{ site.data.project.socialmedia_reddit }}).
63+
64+ [ NuttX Channel on YouTube] ({{ site.data.project.socialmedia_youtube }}) contains
65+ many demos, tutorials, and hands-on exercises, as well as events videos.
3766
3867
3968## Documentation
4069
41- Extensive documentation can be found [ here] ({{ site.baseurl }}/docs/latest).
70+ Full project documentation can be found [ here] ({{ site.baseurl }}/docs/latest).
71+ Scientific papers are [ here] ({{ site.baseurl }}/articles).
4272
4373
4474## Online Demo
4575
46- Try the online demo [ here] ({{ site.baseurl }}/demo).
76+ NuttX is incredibly portable. It runs on over 15 different CPU architectures,
77+ over 300 popular embedded hardware boards and development kits, provides
78+ more than 1500 ready to use firmware configuration templates for your project.
79+ See yourself, try out the [ NuttX WebAssembly demo] ({{ site.baseurl }}/demo).
4780
4881
4982## Community Events
0 commit comments