diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-03-24 12:27:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-24 12:27:20 -0700 |
| commit | f414f2b58800665c8ab891f5bae423641b357ac3 (patch) | |
| tree | d6c630a4ffd0c75fa46a2273100484a9dc71fee4 /.github | |
| parent | 385ea9d61d925518ab6ab091a312a40186ffffdd (diff) | |
| parent | 8ed4deee9d49b477a1a11cea52248122caaef3d5 (diff) | |
Merge pull request #2723 from jgillick/jgillick/circuitpython/stm32f411
Add new STM board: Thunderpack
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 b67b19b43..eace60ba6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -229,6 +229,7 @@ jobs: - "stringcar_m0_express" - "teensy40" - "teknikio_bluebird" + - "thunderpack" - "trellis_m4_express" - "trinket_m0" - "trinket_m0_haxpress" |
