Add basic atmega32u support (#3337)

machine/atmega32u: add support for arduino leonardo
This commit is contained in:
Jesús Espino
2022-12-20 16:57:55 +01:00
committed by GitHub
parent 6cdc718bfb
commit e71e289e8b
6 changed files with 139 additions and 1 deletions
+2
View File
@@ -680,6 +680,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=arduino examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=arduino-leonardo examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=arduino examples/pwm
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=arduino -scheduler=tasks examples/blinky1