add tinygo device files
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
"ldflags": [
|
||||
"--defsym=_stack_size=512"
|
||||
],
|
||||
"linkerscript": "src/device/avr/atmega2560.ld",
|
||||
"linkerscript": "targets/device/avr/atmega2560.ld",
|
||||
"extra-files": [
|
||||
"targets/avr.S",
|
||||
"src/device/avr/atmega2560.s"
|
||||
"targets/device/avr/atmega2560.s"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user