mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 04:07:47 +00:00
Allocate another 1K bytes to CC2538 stack (#654)
Reduce the size of message buffer to save 1k bytes SRAM space for stack.
This commit is contained in:
@@ -59,7 +59,7 @@ extern void RFCoreRxTxIntHandler(void);
|
||||
extern void RFCoreErrIntHandler(void);
|
||||
extern void main(void);
|
||||
|
||||
static uint64_t stack[384] __attribute__((section(".stack")));
|
||||
static uint64_t stack[512] __attribute__((section(".stack")));
|
||||
|
||||
__attribute__((section(".vectors"), used))
|
||||
void (*const vectors[])(void) =
|
||||
|
||||
Reference in New Issue
Block a user