1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-30 01:16:17 +02:00

Speaker notes about TockOS and FreeRTOS.

This commit is contained in:
Andrew Walbran 2023-02-17 04:46:38 +00:00
parent e123c08b00
commit 84cd822080

View File

@ -20,5 +20,7 @@
* It uses the Cortex-M NVIC (Nested Virtual Interrupt Controller) for scheduling rather than a
proper kernel.
* Cortex-M only.
* Google uses TockOS on the Haven microcontroller for Titan security keys.
* FreeRTOS is mostly written in C, but there are Rust bindings for writing applications.
</details>