Skip to content

Commit

Permalink
Merge pull request #531 from majbthrd/mimxrt1010stack
Browse files Browse the repository at this point in the history
mimxrt1010_evk: double stack size to allow net_lwip_webserver to run
  • Loading branch information
hathach authored Oct 8, 2020
2 parents c2a0612 + ed94e94 commit 6f8d0d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw/bsp/mimxrt1010_evk/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6f8d0d2

Please sign in to comment.