Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -101,6 +101,8 @@ jobs:
|
||||
target: thumbv6m-none-eabi
|
||||
- package: examples/wasm
|
||||
target: wasm32-unknown-unknown
|
||||
- package: examples/stm32f1
|
||||
target: thumbv7m-none-eabi
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user