mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 10:21:12 +00:00
msp430f5229lp-cc2564b: disable BLE to fit classic examples into flash
This commit is contained in:
parent
1bf086dae6
commit
9d49ac0b27
@ -9,14 +9,14 @@
|
|||||||
#define HAVE_EMBEDDED_TICK
|
#define HAVE_EMBEDDED_TICK
|
||||||
|
|
||||||
// BTstack features that can be enabled
|
// BTstack features that can be enabled
|
||||||
#define ENABLE_BLE
|
|
||||||
#define ENABLE_CLASSIC
|
#define ENABLE_CLASSIC
|
||||||
#define ENABLE_LE_PERIPHERAL
|
// #define ENABLE_BLE
|
||||||
|
// #define ENABLE_LE_PERIPHERAL
|
||||||
// #define ENABLE_LE_CENTRAL
|
// #define ENABLE_LE_CENTRAL
|
||||||
// #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
|
// #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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user