Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barafael/wasm-on-mcu
Experiment to run a WASM interpreter on a Cortex-M4 target
https://github.com/barafael/wasm-on-mcu
Last synced: 5 days ago
JSON representation
Experiment to run a WASM interpreter on a Cortex-M4 target
- Host: GitHub
- URL: https://github.com/barafael/wasm-on-mcu
- Owner: barafael
- License: apache-2.0
- Created: 2021-05-30T07:43:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T16:49:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T14:18:01.781Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Run WASM on MCU
For defmt etc:
Based on the lovely: [knurling-rs/app-template](https://github.com/knurling-rs/app-template)
## Dependencies
### Install ARM target
rustup target add thumbv7em-none-eabihf
### Install probe-run
cargo install probe-run --version "~0.2.0"
### Install latest firmware for onboard STLink V3
Download updater: [stsw-link007](https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/stsw-link007.html)
### Run on STM32F411CEUx
cargo run -b binary
## License
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
)