mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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
|