Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BTstack by
BTstack/config.h@3:7b7d1273e2d5, 2016-10-17 (annotated)
- Committer:
- tamaki
- Date:
- Mon Oct 17 00:25:18 2016 +0000
- Revision:
- 3:7b7d1273e2d5
- Parent:
- 0:1ed23ab1345f
mbed base bard check program
; for BlueTooth USB dongle module
; (3 switches, 6 leds, I2C LCD, A/D)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
va009039 | 0:1ed23ab1345f | 1 | #define EMBEDDED |
va009039 | 0:1ed23ab1345f | 2 | #define HAVE_TICK |
va009039 | 0:1ed23ab1345f | 3 | |
va009039 | 0:1ed23ab1345f | 4 | //#define HAVE_INIT_SCRIPT |
va009039 | 0:1ed23ab1345f | 5 | //#define HAVE_BZERO |
va009039 | 0:1ed23ab1345f | 6 | //#define HAVE_EHCILL |
va009039 | 0:1ed23ab1345f | 7 | |
va009039 | 0:1ed23ab1345f | 8 | #define ENABLE_LOG_INFO |
va009039 | 0:1ed23ab1345f | 9 | #define ENABLE_LOG_ERROR |
va009039 | 0:1ed23ab1345f | 10 | |
va009039 | 0:1ed23ab1345f | 11 | #define HCI_ACL_PAYLOAD_SIZE 52 |
va009039 | 0:1ed23ab1345f | 12 | |
va009039 | 0:1ed23ab1345f | 13 | #define HAVE_MALLOC |
va009039 | 0:1ed23ab1345f | 14 | |
va009039 | 0:1ed23ab1345f | 15 | //#define MAX_SPP_CONNECTIONS 1 |
va009039 | 0:1ed23ab1345f | 16 | //#define MAX_NO_HCI_CONNECTIONS MAX_SPP_CONNECTIONS |
va009039 | 0:1ed23ab1345f | 17 | //#define MAX_NO_L2CAP_SERVICES 2 |
va009039 | 0:1ed23ab1345f | 18 | //#define MAX_NO_L2CAP_CHANNELS (1+MAX_SPP_CONNECTIONS) |
va009039 | 0:1ed23ab1345f | 19 | //#define MAX_NO_RFCOMM_MULTIPLEXERS MAX_SPP_CONNECTIONS |
va009039 | 0:1ed23ab1345f | 20 | //#define MAX_NO_RFCOMM_SERVICES 1 |
va009039 | 0:1ed23ab1345f | 21 | //#define MAX_NO_RFCOMM_CHANNELS MAX_SPP_CONNECTIONS |
va009039 | 0:1ed23ab1345f | 22 | //#define MAX_NO_DB_MEM_DEVICE_LINK_KEYS 2 |
va009039 | 0:1ed23ab1345f | 23 | //#define MAX_NO_DB_MEM_DEVICE_NAMES 0 |
va009039 | 0:1ed23ab1345f | 24 | //#define MAX_NO_DB_MEM_SERVICES 1 |