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
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build avr && atmega
//go:build avr && (atmega || atmega32u4)
package runtime