We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dd187 commit c01b44fCopy full SHA for c01b44f
components/drivers/sdio/Kconfig
@@ -6,15 +6,15 @@ menuconfig RT_USING_SDIO
6
if RT_USING_SDIO
7
config RT_SDIO_STACK_SIZE
8
int "The stack size for sdio irq thread"
9
- default 512
+ default IDLE_THREAD_STACK_SIZE
10
11
config RT_SDIO_THREAD_PRIORITY
12
int "The priority level value of sdio irq thread"
13
default 15
14
15
config RT_MMCSD_STACK_SIZE
16
int "The stack size for mmcsd thread"
17
- default 1024
18
19
config RT_MMCSD_THREAD_PRIORITY
20
int "The priority level value of mmcsd thread"
0 commit comments