machine/samd51: add DAC support (#1198)

* machine/samd51: add DAC support
This commit is contained in:
sago35
2020-07-06 21:02:51 +09:00
committed by GitHub
parent e0b9b1ecd1
commit 1a6bed3305
6 changed files with 87 additions and 8 deletions
+2
View File
@@ -303,6 +303,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/dac
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pyportal examples/dac
@$(MD5SUM) test.hex
ifneq ($(AVR), 0)
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
@$(MD5SUM) test.hex