zephyr/samples/microkernel/test/test_bluetooth/prj_arm.conf

9 lines
260 B
Plaintext
Raw Normal View History

# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_LE=y
CONFIG_BLUETOOTH_NO_DRV=y
CONFIG_BLUETOOTH_DEBUG=y
CONFIG_UART_INTERRUPT_DRIVEN=n