zephyr/samples/boards/pine64_pinetime/prj.conf
Stephane Dorre 83b77bd52c samples: Adapt Pinetime sample program
Adopt latest Zephyr syntax
Improve project configuration
Improve sample code

Signed-off-by: Stephane Dorre <stephane.dorre@gmail.com>
2020-11-11 13:28:11 +01:00

14 lines
195 B
Plaintext

# enable GPIO
CONFIG_GPIO=y
# Enable RTT
CONFIG_USE_SEGGER_RTT=y
# enable console
CONFIG_CONSOLE=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n
# Print a banner on startup.
CONFIG_BOOT_BANNER=y