Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tweedegolf/async-rtos-showdown
Git repository of the code for the async vs rtos showdown blogpost
https://github.com/tweedegolf/async-rtos-showdown
Last synced: about 2 months ago
JSON representation
Git repository of the code for the async vs rtos showdown blogpost
- Host: GitHub
- URL: https://github.com/tweedegolf/async-rtos-showdown
- Owner: tweedegolf
- License: apache-2.0
- Created: 2022-01-04T13:20:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T10:34:08.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T05:26:11.899Z (9 months ago)
- Language: C
- Size: 808 KB
- Stars: 7
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Async vs RTOS showdown
This is the code behind the blogpost.
It is split up in two parts:
- A standard cargo rust project in `/rust`
- An stm32cube IDE (1.8.0) project in `/c`Both projects are made for the STM32F446ZE mcu.
This code is open source and dually licensed as MIT and APACHE