xref: /btstack/port/samv71-xplained-atwilc3000/btstack_config.h (revision b28dc8004dd8d4fb9020a6dcd2bc81f05d36a008)
104626792SMatthias Ringwald //
204626792SMatthias Ringwald // btstack_config.h for SAMV71 + ATWILC3000
304626792SMatthias Ringwald //
404626792SMatthias Ringwald 
536327e5aSMilanka Ringwald #ifndef BTSTACK_CONFIG_H
636327e5aSMilanka Ringwald #define BTSTACK_CONFIG_H
704626792SMatthias Ringwald 
899e6df5dSMatthias Ringwald #define HAVE_BTSTACK_STDIN
936327e5aSMilanka Ringwald #define HAVE_EMBEDDED_TICK
1036327e5aSMilanka Ringwald #define HAVE_INIT_SCRIPT
1136327e5aSMilanka Ringwald #define HAVE_UART_DMA_SET_FLOWCONTROL
12fcae305fSMatthias Ringwald 
1304626792SMatthias Ringwald #define ENABLE_BLE
140af04ee4SMatthias Ringwald #define ENABLE_LE_CENTRAL
15*b28dc800SMatthias Ringwald #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE
1636327e5aSMilanka Ringwald #define ENABLE_LE_PERIPHERAL
1736327e5aSMilanka Ringwald #define ENABLE_LOG_ERROR
1836327e5aSMilanka Ringwald #define ENABLE_LOG_INFO
19606ccc9bSMilanka Ringwald #define ENABLE_PRINTF_HEXDUMP
2004626792SMatthias Ringwald 
21d0ec3fbfSMatthias Ringwald #define HCI_ACL_PAYLOAD_SIZE 300
2204626792SMatthias Ringwald 
2304626792SMatthias Ringwald // memory config
24d0ec3fbfSMatthias Ringwald 
2555ab84a4SMatthias Ringwald #define MAX_NR_GATT_CLIENTS 1
2655ab84a4SMatthias Ringwald #define MAX_NR_GATT_SUBCLIENTS 1
2755ab84a4SMatthias Ringwald #define MAX_NR_HCI_CONNECTIONS 1
2804626792SMatthias Ringwald #define MAX_NR_LE_DEVICE_DB_ENTRIES 1
29d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_CHANNELS 0
30d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_MULTIPLEXERS 0
31d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_SERVICES 0
32d0ec3fbfSMatthias Ringwald #define MAX_NR_SERVICE_RECORD_ITEMS 0
3355ab84a4SMatthias Ringwald #define MAX_NR_SM_LOOKUP_ENTRIES 1
3455ab84a4SMatthias Ringwald #define MAX_NR_WHITELIST_ENTRIES 1
3555ab84a4SMatthias Ringwald 
3604626792SMatthias Ringwald #endif
3704626792SMatthias Ringwald 
38