diff options
| author | Jonathan Giles <jonathangiles@fastmail.fm> | 2021-01-19 07:48:52 -0500 |
|---|---|---|
| committer | Jonathan Giles <jonathangiles@fastmail.fm> | 2021-01-19 07:48:52 -0500 |
| commit | 368751b6e9e007656de77b3f35ab14047a266994 (patch) | |
| tree | 48a15d0e790b5d60da4bc9f26d50f9dc7c36ec05 | |
| parent | ebb4df846ff63cf3815624f7a7c233318e7e559a (diff) | |
Add support for a 'haxpress' external SPI flash build for the stm32f411ce blackpill board
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b2a9058f..fd46b63b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -315,6 +315,7 @@ jobs: - "spresense" - "stackrduino_m0_pro" - "stm32f411ce_blackpill" + - "stm32f411ce_blackpill_haxpress" - "stm32f411ve_discovery" - "stm32f412zg_discovery" - "stm32f4_discovery" |
