Difference between revisions of "PineTime RTOS Comparison"
Jump to navigation
Jump to search
m (Add link to FreeRTOS contact a support page) |
(Implementation links.) |
||
Line 13: | Line 13: | ||
| [https://www.freertos.org/RTOS-contact-and-support.html Amazon Web Services] | | [https://www.freertos.org/RTOS-contact-and-support.html Amazon Web Services] | ||
| C | | C | ||
| | | [https://github.com/JF002/Pinetime JF002/Pinetime] | ||
|- | |- | ||
! Zephyr | ! Zephyr | ||
Line 28: | Line 29: | ||
| Apache Foundation | | Apache Foundation | ||
| C | | C | ||
| https://github.com/lupyuen/stm32bluepill-mynewt-sensor/tree/pinetime | | [https://github.com/lupyuen/stm32bluepill-mynewt-sensor/tree/pinetime lupyuen/stm32bluepill-mynewt-sensor] | ||
|- | |- | ||
Line 52: | Line 53: | ||
| | | | ||
| Go | | Go | ||
| https://github.com/aykevl/go-smartwatch | | [https://github.com/aykevl/go-smartwatch aykevl/go-smartwatch] | ||
|- | |- | ||
|} | |} |
Revision as of 21:42, 21 December 2019
Project Homepage | Project Source | Sponsor | Language | PineTime Implementations | |
---|---|---|---|---|---|
FreeRTOS | https://www.freertos.org | https://sourceforge.net/projects/freertos/ | Amazon Web Services | C | JF002/Pinetime |
Zephyr | https://www.zephyrproject.org | https://github.com/zephyrproject-rtos/zephyr | Linux Foundation | C | |
mynewt | https://mynewt.apache.org/about/ | https://github.com/apache/mynewt-core | Apache Foundation | C | lupyuen/stm32bluepill-mynewt-sensor |
Tock | https://www.tockos.org | https://github.com/tock/tock | Rust | ||
MbedOS | https://os.mbed.com | https://github.com/ARMmbed/mbed-os | ARM | C/C++ | |
TinyGo | https://tinygo.org | https://github.com/tinygo-org/tinygo | Go | aykevl/go-smartwatch |