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

https://github.com/tallamjr/cortex-m0-microrust

Extensions to the example code found at https://github.com/rust-embedded/cortex-m-quickstart and https://github.com/therealprof/microbit for writing firmware for Cortex-M0-micro:bit in rust
https://github.com/tallamjr/cortex-m0-microrust

arm cortex-m0 microbit rust

Last synced: over 1 year ago
JSON representation

Extensions to the example code found at https://github.com/rust-embedded/cortex-m-quickstart and https://github.com/therealprof/microbit for writing firmware for Cortex-M0-micro:bit in rust

Awesome Lists containing this project

README

          

# `micro:bit:rust`

- [Rust on BBC micro:bit using Windows](https://flames-of-code.netlify.app/blog/rust-microbit-windows/)
- [Rust on the micro:bit 101 part 1](https://www.eggers-club.de/blog/2018/05/31/rust-on-the-microbit-101-part-1/)
- [microbit crate](https://github.com/therealprof/microbit)
- [Why Rust is a great fit for embedded software](https://tweedegolf.nl/blog/39/why-rust-is-a-great-fit-for-embedded-software?blog)

```bash
$ file target/thumbv6m-none-eabi/debug/app
target/thumbv6m-none-eabi/debug/app: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped

```