arm: soc: nRF51: Remove ISR_STACK_SIZE assignment
As ISR stack size depends on application code, its best set in the application's prj.conf file. Hence, remove it from soc Kconfig files. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
dd5d2e37f5
commit
e18d1b6a46
2 changed files with 0 additions and 6 deletions
|
@ -9,7 +9,4 @@ if SOC_NRF51822_QFAA
|
|||
config SOC
|
||||
default "nRF51822_QFAA"
|
||||
|
||||
config ISR_STACK_SIZE
|
||||
default 640
|
||||
|
||||
endif # SOC_NRF51822_QFAA
|
||||
|
|
|
@ -9,7 +9,4 @@ if SOC_NRF51822_QFAB
|
|||
config SOC
|
||||
default "nRF51822_QFAB"
|
||||
|
||||
config ISR_STACK_SIZE
|
||||
default 640
|
||||
|
||||
endif # SOC_NRF51822_QFAB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue