Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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