Fix issue about illegal load of EXC_RETURN into PC on stm32 board (#98)

This commit is contained in:
wenyongh
2019-08-14 16:14:44 +08:00
committed by GitHub
parent 2f10027447
commit 9ed6d6af0a
4 changed files with 11 additions and 1 deletions

View File

@ -5,3 +5,5 @@ CONFIG_PRINTK=y
CONFIG_LOG=y
#CONFIG_UART_2=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_STACK_SENTINEL=y
CONFIG_MAIN_STACK_SIZE=2048