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

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

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"] }`