Matthias Ringwald
|
c5ec696250
|
pic32-harmony: added btstack_crypto.c
|
2018-04-19 18:04:43 +02:00 |
|
Matthias Ringwald
|
ff01079be9
|
add le_data_channel examples to most ports
|
2018-01-19 16:32:28 +01:00 |
|
Matthias Ringwald
|
fc24c13c18
|
pic32-harmony: add hxcmod-player files
|
2018-01-04 21:37:28 +01:00 |
|
Matthias Ringwald
|
cafe0b8236
|
pic32-harmony: more path rewrites to fix command line compile of generated examples
|
2018-01-04 21:15:06 +01:00 |
|
Matthias Ringwald
|
ac8561b956
|
pic32-harmony: update config
|
2018-01-04 21:14:36 +01:00 |
|
Matthias Ringwald
|
43e300cd94
|
pic32-harmony: add missing sources and headers
|
2018-01-04 21:14:15 +01:00 |
|
Matthias Ringwald
|
a1a1af7129
|
docs: move parts from quick start into port readme file for pic32 and windows-winusb
|
2017-12-22 23:54:43 +01:00 |
|
Matthias Ringwald
|
3f2e561446
|
pic32-harmony: mention Harmony v1.0
|
2017-12-13 16:19:10 +01:00 |
|
Matthias Ringwald
|
a945d99772
|
pic32-harmony: fix compile
|
2017-11-09 12:36:21 +01:00 |
|
Matthias Ringwald
|
fcae305fb2
|
sm: ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS enables micro-ecc software implementation
|
2017-08-28 21:10:17 +02:00 |
|
Matthias Ringwald
|
ed5dc1078e
|
pic32: fix compile
|
2017-05-02 00:32:53 +02:00 |
|
Matthias Ringwald
|
3570429f98
|
pic32: update build for micro-ecc
|
2017-04-13 17:04:53 +02:00 |
|
Matthias Ringwald
|
b31de47062
|
pic32: update build for micro-ecc
|
2017-04-13 16:47:18 +02:00 |
|
Matthias Ringwald
|
22aa151238
|
le_device_db_memory: make nr of entries configurable via MAX_NR_LE_DEVICE_DB_ENTRIES
|
2017-02-11 22:44:02 +01:00 |
|
Matthias Ringwald
|
3b1c4bce52
|
ports: remove obsolete MAX_NR_GATT_SUBCLIENTS, MAX_NR_GATT_CLIENTS = 1
|
2017-02-02 14:53:53 +01:00 |
|
Matthias Ringwald
|
1a68220246
|
config: add ENABLE_LE_PERIPHERAL and ENABLE_LE_CENTRAL to be able to reduce code size in Security Manager
|
2017-01-14 17:47:16 +01:00 |
|
Matthias Ringwald
|
e1b3ef9489
|
pic32: fix includes in 3rd-party
|
2016-10-24 22:50:28 +02:00 |
|
Matthias Ringwald
|
1c8b472ecf
|
pic32: update project
|
2016-10-24 22:06:31 +02:00 |
|
Matthias Ringwald
|
5762ec5cab
|
pic32-harmony: update project file
|
2016-10-23 22:54:17 +02:00 |
|
Matthias Ringwald
|
fac60fea7b
|
fix compile
|
2016-09-29 16:06:01 +02:00 |
|
Matthias Ringwald
|
6df11ce093
|
enable LE_SECURE_CONNECTIONS for larger platforms
|
2016-06-10 11:04:23 +02:00 |
|
Matthias Ringwald
|
71f331874d
|
pic32: create MPLAPX projects for all examples in harmony/vx_xx/apps/btstack
|
2016-05-02 17:26:08 +02:00 |
|
Matthias Ringwald
|
fd78d2a43f
|
pic32: rename bk-audio-dk to bt_audio_dk
|
2016-05-02 12:44:16 +02:00 |
|
Matthias Ringwald
|
914aaacb4d
|
pic32: clear overrun uart flag
|
2016-04-28 14:50:33 +02:00 |
|
Matthias Ringwald
|
ebd8f44018
|
pic32: update project for v1.0
|
2016-04-27 22:22:18 +02:00 |
|
Matthias Ringwald
|
52984ae229
|
pic32: disable set baud in hal_uart_dma.h implementation
|
2016-04-27 22:21:29 +02:00 |
|
Matthias Ringwald
|
084ad01c1a
|
hci_transport/btstack_uart_block: create btstack_uart_block_embedded on top of hal_uart_dma. Pass in uart driver to H4/H5 instances
|
2016-04-20 23:18:15 +02:00 |
|
Matthias Ringwald
|
d356a6da17
|
move 'BTstack up and running' message from examples into port/../main.c
|
2016-04-08 23:23:09 +02:00 |
|
Matthias Ringwald
|
aec7654d98
|
prefix embedded HAVE_
|
2016-03-30 11:06:56 +02:00 |
|
Matthias Ringwald
|
a265b909d4
|
memory: use MAX_NR_ instead of MAX_NO_
|
2016-03-28 12:05:33 +02:00 |
|
Matthias Ringwald
|
2c455dad9a
|
MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS -> MAX_NO_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES
|
2016-03-27 23:10:54 +02:00 |
|
Matthias Ringwald
|
40d883bd01
|
replace bzero with memset and drop HAVE_BZERO
|
2016-03-27 22:49:03 +02:00 |
|
Matthias Ringwald
|
efda0b48f9
|
sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record
|
2016-03-17 11:24:38 +01:00 |
|
Matthias Ringwald
|
763c9b6f30
|
sdp_client: rename sdp_query_rfcomm -> sdp_client_query_rfcom
|
2016-03-17 10:58:11 +01:00 |
|
Matthias Ringwald
|
cca7dd5cb1
|
pic32: fix compile
|
2016-03-07 22:06:47 +01:00 |
|
Matthias Ringwald
|
958ff6c679
|
pic32: remove unused missing header
|
2016-03-07 21:57:25 +01:00 |
|
Matthias Ringwald
|
6d53ac6920
|
pic32: fix project config
|
2016-03-07 21:20:27 +01:00 |
|
Matthias Ringwald
|
a6efb91912
|
rewrite sscanf_bd_addr to be sscanf free
|
2016-03-04 14:21:22 +01:00 |
|
Matthias Ringwald
|
6e25cd8d95
|
ports: use MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS
|
2016-03-04 13:42:49 +01:00 |
|
Matthias Ringwald
|
bcf00d8fa4
|
examples: move out of embedded subfolder
|
2016-02-19 09:46:37 +01:00 |
|
Matthias Ringwald
|
023f27646b
|
sdp_query_util: inline into sdp_util and sdp_client
|
2016-02-18 12:10:47 +01:00 |
|
Matthias Ringwald
|
871e126195
|
sdp_client: remove sdp_parser.c references
|
2016-02-17 20:54:21 +01:00 |
|
Matthias Ringwald
|
6c927b22a9
|
sdp_query: pass in packet handler on query instead of global registration. integrate sdp_parser into sdp_client
|
2016-02-17 20:21:21 +01:00 |
|
Matthias Ringwald
|
591423b2a5
|
att -> att_db
|
2016-02-11 21:23:06 +01:00 |
|
Matthias Ringwald
|
2d5e09d6d4
|
hci: set link_key_db via hci_set_link_key_db instead of via hci_init().
|
2016-02-11 20:10:17 +01:00 |
|
Matthias Ringwald
|
746ccb7e4a
|
rename sdp -> sdp_server
|
2016-02-07 00:16:04 +01:00 |
|
Matthias Ringwald
|
24b3c62931
|
hci_transport: cleanup struct, add init(void *transport_config)
|
2016-01-24 20:10:17 +01:00 |
|
Matthias Ringwald
|
80b9a8caa6
|
add ENABLE_CLASSIC to all examples
|
2016-01-24 18:09:29 +01:00 |
|
Matthias Ringwald
|
fb55bd0acc
|
remove btstack_control_h from hci_init. mark btstack_control, hci_transport, and hci_transport_config as const
|
2016-01-22 17:16:06 +01:00 |
|
Matthias Ringwald
|
faa6c1f625
|
renamed bt_control_chipsetname into btstack_chipset_chipsetname. fix some builds
|
2016-01-22 17:01:08 +01:00 |
|