mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
avr: make stack size configurable
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"-nostartfiles",
|
||||
"-mmcu=avr5",
|
||||
"-Wl,--defsym=_bootloader_size=512",
|
||||
"-Wl,--defsym=_stack_size=512",
|
||||
"-T", "src/device/avr/atmega328p.ld",
|
||||
"-T", "targets/avr.ld",
|
||||
"-Wl,--gc-sections",
|
||||
|
||||
Reference in New Issue
Block a user