summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Ryndzionek <mryndzionek@gmail.com>2021-09-26 17:08:22 +0200
committerMariusz Ryndzionek <mryndzionek@gmail.com>2021-09-28 18:31:04 +0200
commitbce909ec1eea95f93a6887aae5aa0b37d953ec85 (patch)
treed22557144ceab9172e8b1d4784fab870d48b9816 /.github
parent1650983e463e5f237d68957b0de1537f807cbc63 (diff)
downloadembassy-bce909ec1eea95f93a6887aae5aa0b37d953ec85.zip
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 5cdf75d7..b728c0db 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -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: