PWM Support for atmega1280

Add arduino mega 1280 PWM test
This commit is contained in:
developer
2021-04-13 23:16:19 -03:00
committed by Ron Evans
parent 5707022951
commit cb886a35c9
3 changed files with 809 additions and 1 deletions
+3 -1
View File
@@ -378,7 +378,9 @@ ifneq ($(AVR), 0)
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=arduino -scheduler=tasks examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=arduino-mega1280 examples/blinky1
$(TINYGO) build -size short -o test.hex -target=arduino-mega1280 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=arduino-mega1280 examples/pwm
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=arduino-nano examples/blinky1
@$(MD5SUM) test.hex