34 Commits

Author SHA1 Message Date
Milanka Ringwald
606ccc9bdf config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 12:06:11 +01:00
Milanka Ringwald
36327e5a47 config: sort defines alphabetically 2020-11-06 12:01:26 +01:00
Milanka Ringwald
6ccd824859 update python scripts to python3 2020-11-03 15:19:00 +01:00
Matthias Ringwald
8613e0eb5b ports: remove memory config for classic where classic is not enabled 2020-10-05 12:48:31 +02:00
Matthias Ringwald
bdc352b16d examples: renamed le_counter to gatt_counter and le_streamer to le_streamer_server to indicate suppport for GATT over BR/EDR 2019-06-21 10:45:17 +02:00
Matthias Ringwald
225dff0411 nrf5-zephyr: add btstack_crypto 2018-04-20 15:44:18 +02:00
Matthias Ringwald
624bb9dc38 nrf5-zephyr: recommend Zephyr 1.9-branch for use with BTstack 2018-02-05 09:52:18 +01:00
Matthias Ringwald
ff01079be9 add le_data_channel examples to most ports 2018-01-19 16:32:28 +01:00
Matthias Ringwald
c75587468f ports: add missing README.md files 2018-01-05 12:02:59 +01:00
Matthias Ringwald
e07b53a618 add btstack_tlv.c to most ports 2017-11-09 13:39:04 +01:00
Matthias Ringwald
9091c5f574 nrf5-zephyr: drop remaining patches to zephyr sources. Set Static Random Address directly in main(). Drop previous hack in sm.c 2017-09-14 17:37:51 +02:00
Matthias Ringwald
8b63788815 nrf5-zephyr: remove patch to set FICR static address as public address 2017-09-14 15:43:58 +02:00
Matthias Ringwald
b1aa03799d nrf5-zephyr: remove baudrate patch for 115200: new posix-h4-zephyr can use default 1000000 2017-09-14 14:34:10 +02:00
Matthias Ringwald
d26a07e3ca nrf5-zephyr: increase HCI_ACL_PAYLOAD_SIZE to support larger ATT MTUs and DLE 2017-08-23 16:35:07 +02:00
Matthias Ringwald
87829e7c77 nrf5-zephyr: update readme, list todos 2017-08-22 22:45:00 +02:00
Matthias Ringwald
03850284e8 nrf5-zephyr: update to current zephyr version (master branch) 2017-08-22 22:33:26 +02:00
Matthias Ringwald
fec91e4df5 nrf5-zephyr: update create_examples.py 2017-08-22 22:32:35 +02:00
Matthias Ringwald
4f033fe37f nrf5-zephyr: prepend btstack to hci_init using macro in btstack_config to fix compile 2017-08-22 22:18:45 +02:00
Matthias Ringwald
ec8b3ead9b nrf5-zephyr: update patch to refer to controller/ll_sw instead of controller/ll 2017-08-22 16:08:16 +02:00
Matthias Ringwald
6aeb0353e0 nrf5-zephyr: add le_streamer_client to examples 2017-08-22 16:07:33 +02:00
Matthias Ringwald
ab2c6ae4b7 tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01: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
68dacca219 nr5-zephyr: use hci_firmware.patch, fix build 2016-12-02 12:53:55 +01:00
Matthias Ringwald
70db22ba89 docs: entry on Nordic nRF5 series 2016-11-18 15:25:51 +01:00
Matthias Ringwald
53ad5fe2db nrf5-zephyr: fix patch to set FICR address in HCI firmware 2016-11-15 10:35:04 +01:00
Matthias Ringwald
56eb0578cb nrf5-zephyr: Makefiles to compile classic part (to get memory footprint on ARM Cortex) 2016-11-11 14:11:04 +01:00
Matthias Ringwald
6780a90994 nrf5-zephyr: follow zephyr re-structuring 2016-11-10 22:39:59 +01:00
Matthias Ringwald
ab5c2d9296 nrf5-zephyr: store random address as fake public address, similar to hci-uart firmware 2016-11-10 22:16:26 +01:00
Matthias Ringwald
bdcbe2ab55 nrf5-zephyr: use 0x0059 as manufacturer id, add flash scripts to hci-uart sample, provide random static address to host via hci read bd addr, use 115200 2016-11-10 21:54:29 +01:00
Matthias Ringwald
2b4c430a77 nrf5-zephyr: use Random Static Address from FICR for Advertisements by default 2016-11-10 17:48:37 +01:00
Matthias Ringwald
97db27723d nrf5-zephyr: add flash_nrf51_pca10028.sh and flash_nrf52_pca10040 2016-11-10 16:40:50 +01:00
Matthias Ringwald
43ab8f9679 Port of BTstack to Zephyr OS running on Nordic nRF5 Series 2016-11-07 11:57:22 +01:00