Merge pull request #10855 from OpenNuvoton/nuvoton_idle_stack_underflow_debug

Nuvoton: Fix idle thread stack underflow in debug build
pull/10838/head
Martin Kojtal 2019-07-01 15:14:15 +01:00 committed by GitHub
commit 1cecfa480f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -49,6 +49,9 @@
},
"MCU_NRF51_UNIFIED": {
"target.boot-stack-size": "0x800"
},
"NUVOTON": {
"idle-thread-stack-size-debug-extra": 512
}
}
}