mirror of
https://github.com/lupyuen/nuttx-star64.git
synced 2025-01-12 20:58:32 +08:00
Explore I2C
This commit is contained in:
parent
ff04cef8ac
commit
fe83f92f11
1 changed files with 2 additions and 2 deletions
|
@ -3908,7 +3908,7 @@ STACKSIZE USED FILLED COMMAND
|
|||
|
||||
TODO: Why is Interrupt Stack full again?
|
||||
|
||||
_How do we search menuconfig for a setting like CONFIG_DEFAULT_TASK_STACKSIZE?_
|
||||
_How do we search menuconfig for a setting like DEFAULT_TASK_STACKSIZE?_
|
||||
|
||||
Normally we don't edit `.config` directly. We do it in menuconfig like this...
|
||||
|
||||
|
@ -3916,7 +3916,7 @@ Normally we don't edit `.config` directly. We do it in menuconfig like this...
|
|||
|
||||
1. Press "`/`" to search
|
||||
|
||||
1. Enter `CONFIG_DEFAULT_TASK_STACKSIZE` (or a substring)
|
||||
1. Enter `DEFAULT_TASK_STACKSIZE` (or a substring)
|
||||
|
||||
We should see the location of the setting
|
||||
|
||||
|
|
Loading…
Reference in a new issue