avr: Increase stack size to 256 for all AVR targets

Recent code additions have increased the stack usage and it is no
longer clear that everything will fit in 128 bytes.  Increase all
targets to 256 bytes (the atmega2560 was already at 256 bytes).

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-10-01 10:33:18 -04:00
parent b3a6fbed74
commit c68c0c6526
1 changed files with 1 additions and 2 deletions

View File

@ -98,8 +98,7 @@ config AVR_CLKPR
config AVR_STACK_SIZE config AVR_STACK_SIZE
int int
default 256 if MACH_atmega2560 default 256
default 128
config AVR_WATCHDOG config AVR_WATCHDOG
bool bool