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
- Host: GitHub
- URL: https://github.com/tallamjr/cortex-m0-microrust
- Owner: tallamjr
- Created: 2020-09-15T13:39:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T11:41:54.000Z (over 5 years ago)
- Last Synced: 2025-02-10T02:38:14.178Z (over 1 year ago)
- Topics: arm, cortex-m0, microbit, rust
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```