/async-rtos-showdown

Git repository of the code for the async vs rtos showdown blogpost

Primary LanguageCApache License 2.0Apache-2.0

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