Difference between revisions of "PineTime RTOS Comparison"
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" ! ! FreeRTOS ! Zephyr ! Tock ! MbedOS ! TinyGo |- ! Project Homepage | https://www.freertos.org | https://www.zephyrproject.org | https://www.tockos.org |...") |
(Add mynewt with PineTime implementation) |
||
Line 3: | Line 3: | ||
! FreeRTOS | ! FreeRTOS | ||
! Zephyr | ! Zephyr | ||
! mynewt | |||
! Tock | ! Tock | ||
! MbedOS | ! MbedOS | ||
Line 10: | Line 11: | ||
| https://www.freertos.org | | https://www.freertos.org | ||
| https://www.zephyrproject.org | | https://www.zephyrproject.org | ||
| https://mynewt.apache.org/about/ | |||
| https://www.tockos.org | | https://www.tockos.org | ||
| https://os.mbed.com | | https://os.mbed.com | ||
Line 17: | Line 19: | ||
| https://sourceforge.net/projects/freertos/ | | https://sourceforge.net/projects/freertos/ | ||
| https://github.com/zephyrproject-rtos/zephyr | | https://github.com/zephyrproject-rtos/zephyr | ||
| https://github.com/apache/mynewt-core | |||
| https://github.com/tock/tock | | https://github.com/tock/tock | ||
| https://github.com/ARMmbed/mbed-os | | https://github.com/ARMmbed/mbed-os | ||
Line 24: | Line 27: | ||
| Amazon | | Amazon | ||
| Linux Foundation | | Linux Foundation | ||
| Apache Foundation | |||
| | | | ||
| ARM | | ARM | ||
Line 29: | Line 33: | ||
|- | |- | ||
! Language | ! Language | ||
| C | |||
| C | | C | ||
| C | | C | ||
Line 38: | Line 43: | ||
| | | | ||
| | | | ||
| | | | ||
*https://github.com/lupyuen/stm32bluepill-mynewt-sensor/tree/pinetime | |||
| | |||
| | | | ||
| | | | ||
*https://github.com/aykevl/go-smartwatch | *https://github.com/aykevl/go-smartwatch | ||
|} | |} |
Revision as of 00:15, 21 November 2019
FreeRTOS | Zephyr | mynewt | Tock | MbedOS | TinyGo | |
---|---|---|---|---|---|---|
Project Homepage | https://www.freertos.org | https://www.zephyrproject.org | https://mynewt.apache.org/about/ | https://www.tockos.org | https://os.mbed.com | https://tinygo.org |
Project Source | https://sourceforge.net/projects/freertos/ | https://github.com/zephyrproject-rtos/zephyr | https://github.com/apache/mynewt-core | https://github.com/tock/tock | https://github.com/ARMmbed/mbed-os | https://github.com/tinygo-org/tinygo |
Sponsor | Amazon | Linux Foundation | Apache Foundation | ARM | ||
Language | C | C | C | Rust | C/C++ | Go |
PineTime Implementations |