diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-02-10 17:19:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 17:19:00 -0800 |
| commit | 8364c60eb28fa9afffb2a2fac96bd71a18faa6de (patch) | |
| tree | 09f4994af63bd1510a4c3aec068a847fd67c48d4 /.github | |
| parent | e15982993a94a1330d23423a6f252c622ab6de99 (diff) | |
| parent | c4436910c3cea5b67dc207d1ad80f3d2c4372844 (diff) | |
Merge pull request #2570 from hierophect/stm32-f407-disco
STM32: Add STM32F4Discovery support
Diffstat (limited to '.github')
| -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 fc4aab5be..078daee85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -219,6 +219,7 @@ jobs: - "stm32f411ce_blackpill" - "stm32f411ve_discovery" - "stm32f412zg_discovery" + - "stm32f4_discovery" - "stringcar_m0_express" - "teensy40" - "teknikio_bluebird" |
