diff options
| author | jepler <jepler@gmail.com> | 2019-09-13 12:28:30 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-02-25 11:52:23 -0600 |
| commit | f20255813f56a17b8a83663173577a17fade5e45 (patch) | |
| tree | 8d751f191b630189860d7777b8c3b6747495363f /.github | |
| parent | 09ab24b967263856f49d47b7172f139fa5568e1b (diff) | |
samd51 thing plus: new port
testing performed:
* successfully store and retrieve a 500kB file on the flash
* square wave output on each pin appears on o'scope
* board.SPI(), board.SERIAL(), board.I2C() all construct
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 e30311b8b..118135850 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -219,6 +219,7 @@ jobs: - "sparkfun_redboard_turbo" - "sparkfun_samd21_dev" - "sparkfun_samd21_mini" + - "sparkfun_samd51_thing_plus" - "spresense" - "stm32f411ce_blackpill" - "stm32f411ve_discovery" |
