diff options
| author | Mark Olsson <mark@markolsson.se> | 2020-04-21 13:17:47 +0200 |
|---|---|---|
| committer | Mark Olsson <mark@markolsson.se> | 2020-04-24 16:43:39 +0200 |
| commit | 91fbbcab196ffb251b4161861a8a37f2d0bb2c18 (patch) | |
| tree | 560cc6f9cb6c1e6f437e9d7de41308ad4d7fd0e7 /.github | |
| parent | 1f034f0f59e4263a52cd376ed53888eeaca3c0a4 (diff) | |
adds support for the stm32f746g_disco board
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 dc8ead2c4..2b1211cda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -243,6 +243,7 @@ jobs: - "stm32f411ve_discovery" - "stm32f412zg_discovery" - "stm32f4_discovery" + - "stm32f746g_disco" - "stringcar_m0_express" - "teensy40" - "teknikio_bluebird" |
