diff options
| author | Peter Lawrence <[email protected]> | 2020-10-07 13:15:58 -0500 |
|---|---|---|
| committer | Peter Lawrence <[email protected]> | 2020-10-07 13:15:58 -0500 |
| commit | ed94e944c98d0f0318233a1fda01d947baa72ca9 (patch) | |
| tree | 6de21fbc53791d5b5acf565d65b8b166b243608b | |
| parent | 6442f5afdbf39bea0ae7ed4069d55bc647c948aa (diff) | |
mimxrt1010_evk: double stack size to allow net_lwip_webserver to run
| -rw-r--r-- | hw/bsp/mimxrt1010_evk/board.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/bsp/mimxrt1010_evk/board.mk b/hw/bsp/mimxrt1010_evk/board.mk index 4dc11693a..db4ab249b 100644 --- a/hw/bsp/mimxrt1010_evk/board.mk +++ b/hw/bsp/mimxrt1010_evk/board.mk @@ -19,6 +19,9 @@ MCU_DIR = hw/mcu/nxp/sdk/devices/MIMXRT1011 # All source paths should be relative to the top level. LD_FILE = $(MCU_DIR)/gcc/MIMXRT1011xxxxx_flexspi_nor.ld +LDFLAGS += \ + -Wl,--defsym,__stack_size__=0x800 \ + SRC_C += \ $(MCU_DIR)/system_MIMXRT1011.c \ $(MCU_DIR)/xip/fsl_flexspi_nor_boot.c \ |
