mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
machine/atmega328pb: refactor to enable extra uart
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"inherits": ["avr"],
|
||||
"cpu": "atmega328pb",
|
||||
"build-tags": ["atmega328pb", "atmega", "avr5"],
|
||||
"ldflags": [
|
||||
"--defsym=_bootloader_size=512",
|
||||
"--defsym=_stack_size=512"
|
||||
],
|
||||
"serial": "uart",
|
||||
"linkerscript": "src/device/avr/atmega328pb.ld",
|
||||
"extra-files": [
|
||||
"targets/avr.S",
|
||||
"src/device/avr/atmega328pb.s"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user