You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -228,6 +229,19 @@ specifically endorsed or reviewed for accuracy or quality by the Embedded Workin
228
229
-[cortex-m rtic](https://github.com/rtic-rs/cortex-m-rtic) RTIC framework for ARM Cortex-M microcontrollers
229
230
-[msp430 rtfm](https://github.com/japaric/msp430-rtfm) RTFM framework for MSP430 MCUs
230
231
232
+
## Runtime Crates
233
+
234
+
Basic runtimes for CPUs & MCUs which are needed to run software on them.
235
+
236
+
-[`cortex-m-rt`](https://crates.io/crates/cortex-m-rt) Support for Cortex-M
237
+
-[`cortex-a-rt`](https://crates.io/crates/cortex-a-rt) Support for Cortex-A
238
+
-[`cortex-r-rt`](https://crates.io/crates/cortex-r-rt) Support for Cortex-R
239
+
-[`riscv-rt`](https://crates.io/crates/riscv-rt) Support for RISC-V
240
+
-[`esp-riscv-rt`](https://crates.io/crates/esp-riscv-rt) Support for RISC-V devices from Espressif (ESP32)
241
+
-[`xtensa-lx-rt`](https://crates.io/crates/xtensa-lx-rt) Support for Xtensa LX (ESP32)
242
+
-[`mips-rt`](https://crates.io/crates/mips-rt) Support for MIPS
243
+
-[`msp430-rt`](https://crates.io/crates/msp430-rt) Support for MSP430
244
+
231
245
## Peripheral Access Crates
232
246
233
247
Register definition for microcontroller families. Usually generated using [`svd2rust`]. - [](https://crates.io/crates/svd2rust)
0 commit comments