mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
stm32-f4discover-cc256x: enable btstack_stdin, hfp_wide_band_speec, and allow for 2 HCI connections
This commit is contained in:
parent
762a0fb4bc
commit
3c4781d0d6
@ -95,6 +95,7 @@ btstack_linked_list.c \
|
|||||||
btstack_memory.c \
|
btstack_memory.c \
|
||||||
btstack_memory_pool.c \
|
btstack_memory_pool.c \
|
||||||
btstack_ring_buffer.c \
|
btstack_ring_buffer.c \
|
||||||
|
btstack_stdin_embedded.c \
|
||||||
btstack_run_loop.c \
|
btstack_run_loop.c \
|
||||||
btstack_run_loop_embedded.c \
|
btstack_run_loop_embedded.c \
|
||||||
btstack_tlv.c \
|
btstack_tlv.c \
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
// Port related features
|
// Port related features
|
||||||
#define HAVE_EMBEDDED_TIME_MS
|
#define HAVE_EMBEDDED_TIME_MS
|
||||||
#define HAVE_AUDIO_DMA
|
#define HAVE_AUDIO_DMA
|
||||||
|
#define HAVE_BTSTACK_STDIN
|
||||||
|
|
||||||
// BTstack features that can be enabled
|
// BTstack features that can be enabled
|
||||||
#define ENABLE_BLE
|
#define ENABLE_BLE
|
||||||
@ -18,15 +19,15 @@
|
|||||||
// #define ENABLE_LOG_INFO
|
// #define ENABLE_LOG_INFO
|
||||||
#define ENABLE_LOG_ERROR
|
#define ENABLE_LOG_ERROR
|
||||||
#define ENABLE_SCO_OVER_HCI
|
#define ENABLE_SCO_OVER_HCI
|
||||||
|
#define ENABLE_HFP_WIDE_BAND_SPEECH
|
||||||
#define ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND
|
#define ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND
|
||||||
// #define ENABLE_EHCILL
|
// #define ENABLE_EHCILL
|
||||||
// #define ENABLE_SEGGER_RTT
|
// #define ENABLE_SEGGER_RTT
|
||||||
|
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 1021
|
#define HCI_ACL_PAYLOAD_SIZE 1021
|
||||||
#define MAX_NR_GATT_CLIENTS 1
|
#define MAX_NR_GATT_CLIENTS 1
|
||||||
#define MAX_NR_HCI_CONNECTIONS 1
|
#define MAX_NR_HCI_CONNECTIONS 2
|
||||||
#define MAX_NR_L2CAP_SERVICES 3
|
#define MAX_NR_L2CAP_SERVICES 3
|
||||||
#define MAX_NR_L2CAP_CHANNELS 4
|
#define MAX_NR_L2CAP_CHANNELS 4
|
||||||
#define MAX_NR_RFCOMM_MULTIPLEXERS 1
|
#define MAX_NR_RFCOMM_MULTIPLEXERS 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user