From 407b6214e15f96be980053c49a1c5a9688b089c4 Mon Sep 17 00:00:00 2001 From: droogmic Date: Mon, 23 Jul 2018 21:28:16 +0200 Subject: [PATCH] Add MicroRust book to README MicroRust is a book similar to Discovery, but written for the micro:bit. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84d46aa..90d2e30 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ In 2018 Rust community has created an embedded workgroup to help drive adoption - [cortex-m rtfm](https://github.com/japaric/cortex-m-rtfm) RTFM framework for ARM Cortex-M microcontrollers - [msp430 rtfm](https://github.com/japaric/msp430-rtfm) RTFM framework for MSP430 MCUs - [FreeRTOS.rs](https://github.com/hashmismatch/freertos.rs) Rust interface for the FreeRTOS API +- [MicroRust](https://droogmic.github.io/microrust/) Introductory book for embedded development in Rust on the micro:bit. ## Tools