https://github.com/adinack/embassy-template-stm32f0
A template embassy project configured for the stm32f0
https://github.com/adinack/embassy-template-stm32f0
embassy embedded-rust
Last synced: about 1 year ago
JSON representation
A template embassy project configured for the stm32f0
- Host: GitHub
- URL: https://github.com/adinack/embassy-template-stm32f0
- Owner: AdinAck
- Created: 2023-08-28T00:21:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T00:43:44.000Z (almost 3 years ago)
- Last Synced: 2023-08-28T02:10:55.169Z (almost 3 years ago)
- Topics: embassy, embedded-rust
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# embassy-template-stm32f0
## Changing for other chips
There are **2** locations where changes need to be made:
### `.cargo/config.toml`
`runner = 'probe-rs run --chip YOUR_CHIP_HERE'`
### `Cargo.toml`
`embassy-stm32 = { version = "0.1.0", features = ["nightly", "defmt", "memory-x", "YOUR_CHIP_HERE", "time-driver-any", "exti", "unstable-pac"] }`