Commit Graph

43 Commits

Author SHA1 Message Date
Matthias Ringwald
818629960d libusb and posix ports: store bonding information in TLV 2019-10-09 15:17:04 +02:00
Matthias Ringwald
6f3fd12d26 port: update .gitignore 2019-10-02 14:47:47 +02:00
Matthias Ringwald
3d919a6077 chipset/cc256x: update initscripts CC256xB to v1.8 and CC256xC to v1.2 2019-09-26 22:30:51 +02:00
Matthias Ringwald
e514a7f533 port: configure desktop ports (libusb,posix,windows) for mesh 2019-07-20 09:32:04 +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
db3b626e35 lwip: add pan_lwip_http_server example to posix platforms 2019-06-07 18:05:36 +02:00
Matthias Ringwald
f67eb7c279 port: allow to defined BTSTACK_ROOT and include exising Makefiles. Fixes #198 2019-04-15 14:34:59 +02:00
Matthias Ringwald
99dd78454e posix-h4,posix-h5,windows-h4: show build id for CSR controllers 2019-02-03 21:26:16 +01:00
Matthias Ringwald
e5b6c4e973 port/posix-*: enable ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE 2018-10-29 09:58:48 +01:00
Matthias Ringwald
77d835d892 more .gitignore 2018-10-08 11:29:52 +02:00
Matthias Ringwald
aa981441af posix: fix parsing of command line args to select USB or UART device 2018-07-30 11:22:50 +02:00
Matthias Ringwald
7daa8bd9ce posix: use TLV with btstack_tlv_posix 2018-07-29 11:06:33 +02:00
Matthias Ringwald
d3849e4c96 posix: add btstack_tlv_posix.c to all posix ports 2018-07-29 11:06:33 +02:00
Matthias Ringwald
d08566fb6e posix: implement link key iterator for btstack_link_key_db_fs 2018-02-05 18:25:10 +01:00
Matthias Ringwald
785879c691 hci_dump: print hci_dump.pklg path to console for all windows & posix ports 2018-02-05 10:01:25 +01:00
Matthias Ringwald
ff01079be9 add le_data_channel examples to most ports 2018-01-19 16:32:28 +01:00
Matthias Ringwald
503cf3e429 less noise, more .gitignore 2017-10-12 10:27:59 +02: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
Taras Zaporozhets
ac7408dfb0 Change btstack_stdin.c to btstack_stdin_posix.c in Makefiles to fix compilation issues 2017-07-13 22:15:47 +02:00
Matthias Ringwald
b435e06234 hci: require ENABLE_LE_DATA_LENGTH_EXTENSION to enable max packet lenghts 2017-07-07 22:34:48 +02:00
Matthias Ringwald
08c0d996ca example/avdtp_sink: move avdtp_sink_demo to examples 2017-06-02 14:32:04 +02:00
Matthias Ringwald
7ea7688a8f btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
Matthias Ringwald
2d0fc1be49 cc256x: support CC256xB Service Pack v1.6 and use in all CC256x ports 2017-05-13 23:22:59 +02:00
Matthias Ringwald
5c2e0bddf8 posix/windows-h4: correct local info printout 2017-05-03 14:07:15 +02:00
Matthias Ringwald
7bc1dbab74 posix-h5: show error for BCM chipset, remove all BCM code 2017-05-03 11:55:13 +02:00
Matthias Ringwald
77b95b4145 csr: support setting baud rate via h4/h5 2017-04-19 15:12:51 +02:00
Matthias Ringwald
cf524f2b10 posix/windows ports: show BD ADDR when stack running 2017-04-19 14:34:18 +02:00
Matthias Ringwald
daa2e90cf2 h5: add hci_transport_h5_enable_bcsp_mode() to use BCSP with CSR chipsets 2017-04-07 12:39:30 +02:00
Matthias Ringwald
e18703cc57 cc256x: use 1.5 initscript for CC2564B. Controller to Host Flow Control is broken on 1.4 but works on 1.5 2017-04-01 16:18:24 +02:00
Matthias Ringwald
3e05a31cbd bluetooth_company_id: use scraped defines instead of small set from bluetooth.h before 2017-03-30 22:42:18 +02:00
Matthias Ringwald
61f37892ce bluetooth_company_id: use scraped defines instead of small set from bluetooth.h before 2017-03-30 22:19:17 +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
1bbecc2b49 hfp: ENABLE_HFP_WIDE_BAND_SPEECH required for HFP mSBC 2017-03-20 10:59:17 +01:00
Matthias Ringwald
91858f1872 posix-h5: fix compile 2017-02-24 11:42:12 +01:00
Matthias Ringwald
f12924e0a6 Remove ENABLE_LOG_INTO_HCI_DUMP - it only affected console output and there enabled/disabled the timestamp 2017-01-30 17:03:37 +01:00
Matthias Ringwald
b96c8f447a posix-like ports: unify sigint handler 2017-01-17 10:30:40 +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
9ed01c3693 posix: add le_device_db_fs that stores db at /tmp/btstack_le_device_db.txt as basic csv 2016-06-27 15:20:16 +02:00
Matthias Ringwald
6df11ce093 enable LE_SECURE_CONNECTIONS for larger platforms 2016-06-10 11:04:23 +02:00
Matthias Ringwald
185c8cd41d example/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:03:11 +02:00
Matthias Ringwald
36c8a70fe0 cc256x:use v1.4 init script for CC2560B and CC2564B ports 2016-05-20 11:27:32 +02:00
Matthias Ringwald
4b871b9e05 posix-h5: don't enable auto sleep by default 2016-04-29 14:06:25 +02:00
Matthias Ringwald
94a5538cc6 posix: added posix-h5 port 2016-04-22 16:28:04 +02:00