machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 (#1243)

* machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 Express board
This commit is contained in:
Ron Evans
2020-08-25 19:16:42 +02:00
committed by GitHub
parent 63005622ae
commit 29d65cb637
4 changed files with 114 additions and 1 deletions
+2
View File
@@ -315,6 +315,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=itsybitsy-nrf52840 examples/blinky1
@$(MD5SUM) test.hex
ifneq ($(AVR), 0)
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
@$(MD5SUM) test.hex