92f5cd147b
Some boards' configuration does not enable GPIO by default, like nrf52_pca10056, it causes ASSERTION FAIL when running this application. This fix is to enable GPIO by default for the basic threads sample, like basic blinky sample does. Signed-off-by: Aaron Tsui <aaron.tsui@outlook.com>
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=256
|
|
CONFIG_ASSERT=y
|
|
CONFIG_GPIO=y
|