Remove the HCI command & event emulation layer for ECDH commands and events. This means that we always do the necessary operations in the host. The existing BT_ECC Kconfig option stays, but now gets automatically enabled when necessary (e.g. based on the BT_SMP option), which is why this commit removes so many explicit assignments in prj.conf files. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
9 lines
293 B
Text
9 lines
293 B
Text
CONFIG_LOG_MODE_IMMEDIATE=y
|
|
|
|
CONFIG_LIBLC3=y
|
|
CONFIG_FPU=y
|
|
|
|
# For LE-audio at 10ms intervals we need the tick counter to occur more frequently
|
|
# than every 10 ms as each PDU for some reason takes 2 ticks to process.
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
|
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y
|