Skip to content

Commit

Permalink
ports: enable SCO-over-HCI for CC256x ports
Browse files Browse the repository at this point in the history
  • Loading branch information
mringwal committed Jun 26, 2018
1 parent dd5e598 commit 85414bc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions port/ez430-rf2560/btstack_config.h
Expand Up @@ -16,6 +16,7 @@
// #define ENABLE_LOG_ERROR // #define ENABLE_LOG_ERROR
// #define ENABLE_LOG_INFO // #define ENABLE_LOG_INFO
// #define ENABLE_EHCILL // #define ENABLE_EHCILL
#define ENABLE_SCO_OVER_HCI


// BTstack configuration. buffers, sizes, ... // BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE 52 #define HCI_ACL_PAYLOAD_SIZE 52
Expand Down
1 change: 1 addition & 0 deletions port/max32630-fthr/src/btstack_config.h
Expand Up @@ -20,6 +20,7 @@
//#define ENABLE_LOG_DEBUG //#define ENABLE_LOG_DEBUG
#define ENABLE_LE_SECURE_CONNECTIONS #define ENABLE_LE_SECURE_CONNECTIONS
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS #define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
#define ENABLE_SCO_OVER_HCI


// BTstack configuration. buffers, sizes, ... // BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE 1021 #define HCI_ACL_PAYLOAD_SIZE 1021
Expand Down
1 change: 1 addition & 0 deletions port/msp-exp430f5438-cc2564b/btstack_config.h
Expand Up @@ -16,6 +16,7 @@
// #define ENABLE_LOG_ERROR // #define ENABLE_LOG_ERROR
// #define ENABLE_LOG_INFO // #define ENABLE_LOG_INFO
// #define ENABLE_EHCILL // #define ENABLE_EHCILL
#define ENABLE_SCO_OVER_HCI


// BTstack configuration. buffers, sizes, ... // BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE 52 #define HCI_ACL_PAYLOAD_SIZE 52
Expand Down
1 change: 1 addition & 0 deletions port/msp430f5229lp-cc2564b/btstack_config.h
Expand Up @@ -16,6 +16,7 @@
// #define ENABLE_LOG_ERROR // #define ENABLE_LOG_ERROR
// #define ENABLE_LOG_INFO // #define ENABLE_LOG_INFO
// #define ENABLE_EHCILL // #define ENABLE_EHCILL
#define ENABLE_SCO_OVER_HCI


// BTstack configuration. buffers, sizes, ... // BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE 52 #define HCI_ACL_PAYLOAD_SIZE 52
Expand Down
3 changes: 2 additions & 1 deletion port/stm32-f103rb-nucleo/btstack_config.h
Expand Up @@ -16,6 +16,7 @@
// #define ENABLE_LOG_INFO // #define ENABLE_LOG_INFO
// #define ENABLE_LOG_ERROR // #define ENABLE_LOG_ERROR
// #define ENABLE_EHCILL // #define ENABLE_EHCILL
#define ENABLE_SCO_OVER_HCI


// BTstack configuration. buffers, sizes, ... // BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE 52 #define HCI_ACL_PAYLOAD_SIZE 52
Expand All @@ -36,4 +37,4 @@
#define MAX_NR_SERVICE_RECORD_ITEMS 1 #define MAX_NR_SERVICE_RECORD_ITEMS 1
#define MAX_NR_LE_DEVICE_DB_ENTRIES 1 #define MAX_NR_LE_DEVICE_DB_ENTRIES 1


#endif #endif
1 change: 1 addition & 0 deletions port/stm32-f4discovery-cc256x/src/btstack_config.h
Expand Up @@ -17,6 +17,7 @@
#define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_CHANNELS
// #define ENABLE_LOG_INFO // #define ENABLE_LOG_INFO
#define ENABLE_LOG_ERROR #define ENABLE_LOG_ERROR
#define ENABLE_SCO_OVER_HCI
#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
Expand Down

0 comments on commit 85414bc

Please sign in to comment.