diff options
| author | Szymon Klause <szymon.klause@gmail.com> | 2020-03-13 21:39:17 +0100 |
|---|---|---|
| committer | Szymon Klause <szymon.klause@gmail.com> | 2020-03-13 21:39:17 +0100 |
| commit | c9aa50817c62f95f2714faf4f0e0ccf1fb5de2dd (patch) | |
| tree | 29943bc1b6d8a10f3f07a4f7225d47e13a6f8d6b /.github | |
| parent | 0f64663c408b53cb91167239838bae2b9dd1d65f (diff) | |
add UARTLogger2 board support for CircuitPython
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 32c949a3a..0104f3979 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -231,6 +231,7 @@ jobs: - "trellis_m4_express" - "trinket_m0" - "trinket_m0_haxpress" + - "uartlogger2" - "uchip" - "ugame10" - "winterbloom_sol" |
