40 Commits

Author SHA1 Message Date
Milanka Ringwald
077fecbb6e ports: add link to documentation in btstack_config.h 2021-12-09 16:42:48 +01:00
Matthias Ringwald
b28dc8004d btstack_config: use official terms for l2cap channel modes - ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE 2021-11-19 10:09:49 +01:00
Milanka Ringwald
2fca4dad95 license: update text 2021-11-02 09:31:00 +01:00
Matthias Ringwald
3c7763bd89 wiced: remove obsolete hci_transport_h4_wiced.c 2021-07-02 16:51:58 +02:00
Matthias Ringwald
34fd36da18 port: copy edit port readmes, archive ios port 2021-05-31 16:44:53 +02:00
Matthias Ringwald
369e4864f3 wiced-h4: fix build 2021-04-07 19:17:12 +02:00
Matthias Ringwald
c8dfe071e5 hci_transport: extract convenience function declaration for h4, h5, em9304_spi, and usb into separate hci_transport_{type}.h 2021-03-26 11:51:57 +01:00
Matthias Ringwald
22dc82503e hci_dump: wiced-h4 port 2021-03-11 15:53:46 +01:00
Matthias Ringwald
6f122aa372 Remove btstack_run_loop_base from port and test 2021-03-08 10:39:10 +01:00
Matthias Ringwald
6cdca94f97 btstack_run_loop_wiced: use run loop base 2021-03-05 11:49:44 +01:00
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
e52893ef8a ports: configure 4 SDP records for a2dp_source_demo 2020-10-05 12:42:39 +02:00
Matthias Ringwald
dbe92de6a9 btstack_link_key_db_tlv: require NVM_NUM_LINK_KEYS to be set in btstack_config.h, set NVM_NUM_LINK_KEYS 16 where missing 2020-07-13 18:05:30 +02:00
Matthias Ringwald
97dc5e692c new pan_lwip_http_server example
- add lwIP sources commit b3a939417 (after STABLE-2.1.1) as 3rd-party/lwip/core
- add small DHCP server as 3rd-party/lwip/dhcp-server
- add BNEP lwIP adapter that handles BNEP events and forwards packets between BNEP and lwIP (only tested for NO_SYS == 1)
- add pan_lwip_http_server example that provides lwIP http server on http://192.168.7.1
- example is added to port/libusb
2019-06-07 16:57:00 +02:00
Matthias Ringwald
e9c5f44ee8 a2dp_sink_demo: use linear resampling to fix samplerate drift 2019-02-21 12:03:23 +01:00
Matthias Ringwald
be62b31359 wiced: update list of source files 2018-08-17 10:59:52 +02:00
Matthias Ringwald
01259e62f1 wiced: remove le_device_db_memory.c from build 2018-08-15 19:31:40 +02:00
Matthias Ringwald
b78fcc8952 wiced: mention Inventek Systems ISM4343 2018-07-31 10:16:04 +02:00
Matthias Ringwald
b25ef1bb6f wiced-h4: pick mico-ecc library componend based on WICED SDK version 2018-07-27 16:55:11 +02:00
Matthias Ringwald
fc6cde64da Replaced HCI_PACKET_BUFFER_SIZE with HCI_INCOMING_PACKET_BUFFER_SIZE and HCI_OUTGOING_PACKET_BUFFER_SIZE 2018-07-23 14:14:14 +02:00
Matthias Ringwald
d420d8f9ce wiced: add btstack_crypto.c 2018-04-19 21:38:32 +02: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
2888825a36 wiced: update docu 2017-11-09 11:11:22 +01:00
Matthias Ringwald
f984cbe3d5 wiced: used 1 mbps UART after hangs on ISM43341 at 2 mbps 2017-11-08 17:14:32 +01:00
Matthias Ringwald
012f145f57 wiced: support for btstack_stdin (HAVE_STDIN) 2017-11-07 22:26:01 +01:00
Matthias Ringwald
e0ba407f1b wiced: enable LF->CRLF 2017-11-07 18:48:23 +01:00
Matthias Ringwald
ab379a4a0a wiced-h5: use mbedtls for aes128 on SDK 5.2+ 2017-11-06 15:27:09 +01:00
Matthias Ringwald
0b793fdf21 wiced-h4: fix path to bluetooth firmwares 2017-11-06 15:27:09 +01:00
Matthias Ringwald
20334a06fd wiced-h4: support WICED Studio (incl. 5.2) 2017-11-06 15:27:09 +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
b435e06234 hci: require ENABLE_LE_DATA_LENGTH_EXTENSION to enable max packet lenghts 2017-07-07 22:34:48 +02:00
Matthias Ringwald
13e71c7bf4 wiced: add le_device_db_wiced_dct to store LE pairing info in DCT 2017-05-30 13:54:20 +02:00
Matthias Ringwald
e25b4a2f90 wiced: move common files into platform/wiced 2017-05-02 19:06:57 +02:00
Matthias Ringwald
0a11ef3822 wiced: fix build 2017-05-02 18:16:08 +02:00
Matthias Ringwald
86a86a65d4 wiced-h4: moved files back to port/wiced-h4 2017-05-02 18:02:27 +02:00
Matthias Ringwald
59a6348713 wiced: renamed wiced into wiced-h4, provide wiced-h5 that works without RTS/CTS 2017-05-02 17:54:23 +02:00