diff options
| author | Mariusz Ryndzionek <[email protected]> | 2021-09-26 17:08:22 +0200 |
|---|---|---|
| committer | Mariusz Ryndzionek <[email protected]> | 2021-09-28 18:31:04 +0200 |
| commit | bce909ec1eea95f93a6887aae5aa0b37d953ec85 (patch) | |
| tree | d22557144ceab9172e8b1d4784fab870d48b9816 /.github | |
| parent | 1650983e463e5f237d68957b0de1537f807cbc63 (diff) | |
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5cdf75d7b..b728c0db8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -101,6 +101,8 @@ jobs: | |||
| 101 | target: thumbv6m-none-eabi | 101 | target: thumbv6m-none-eabi |
| 102 | - package: examples/wasm | 102 | - package: examples/wasm |
| 103 | target: wasm32-unknown-unknown | 103 | target: wasm32-unknown-unknown |
| 104 | - package: examples/stm32f1 | ||
| 105 | target: thumbv7m-none-eabi | ||
| 104 | steps: | 106 | steps: |
| 105 | - uses: actions/checkout@v2 | 107 | - uses: actions/checkout@v2 |
| 106 | with: | 108 | with: |
