mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
port/daemon: add enable printf hexdump
This commit is contained in:
parent
12a574e512
commit
2c0de6c948
@ -149,21 +149,19 @@ if test "x$UNIX_SOCKETS" == xyes; then
|
||||
fi
|
||||
echo >> btstack_config.h
|
||||
|
||||
# todo: HAVE -> ENABLE in features below
|
||||
|
||||
# echo "#define ENABLE_LE_PERIPHERAL" >> btstack_config.h
|
||||
echo "// BTstack features that can be enabled" >> btstack_config.h
|
||||
echo "#define ENABLE_BLE" >> btstack_config.h
|
||||
echo "#define ENABLE_LE_CENTRAL" >> btstack_config.h
|
||||
echo "#define ENABLE_LE_SECURE_CONNECTIONS" >> btstack_config.h
|
||||
echo "#define ENABLE_GATT_CLIENT_PAIRING" >> btstack_config.h
|
||||
echo "#define ENABLE_CLASSIC" >> btstack_config.h
|
||||
echo "#define ENABLE_GATT_CLIENT_PAIRING" >> btstack_config.h
|
||||
echo "#define ENABLE_LE_CENTRAL" >> btstack_config.h
|
||||
echo "#define ENABLE_LE_PERIPHERAL" >> btstack_config.h
|
||||
echo "#define ENABLE_LE_SECURE_CONNECTIONS" >> btstack_config.h
|
||||
echo "#define ENABLE_LOG_ERROR" >> btstack_config.h
|
||||
echo "#define ENABLE_LOG_INFO " >> btstack_config.h
|
||||
echo "#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS" >> btstack_config.h
|
||||
echo "#define ENABLE_PRINTF_HEXDUMP >> btstack_config.h
|
||||
echo "#define ENABLE_RFCOMM" >> btstack_config.h
|
||||
echo "#define ENABLE_SDP" >> btstack_config.h
|
||||
echo "#define ENABLE_SDP_DES_DUMP" >> btstack_config.h
|
||||
echo "#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS" >> btstack_config.h
|
||||
echo >> btstack_config.h
|
||||
|
||||
echo "// BTstack configuration. buffers, sizes, .." >> btstack_config.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user