machine/feather-nrf52840-sense: add board definition for Adafruit Feather nRF52840 Sense

This commit is contained in:
sago35
2021-06-26 12:09:40 +09:00
committed by Ron Evans
parent 0e267dd230
commit e5453ebe27
4 changed files with 116 additions and 1 deletions
+2
View File
@@ -336,6 +336,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-nrf52840 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-nrf52840-sense examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=itsybitsy-nrf52840 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=qtpy examples/serial