Commit Graph

179 Commits

Author SHA1 Message Date
Matthias Ringwald
1e5045638b doc: mention qt run loop integration 2020-03-02 10:05:01 +01:00
Matthias Ringwald
44b583f519 doc: add support for GATT_DATABASE_HASH 2020-01-12 21:42:37 +01:00
Matthias Ringwald
8cbbcccdda segger-rtt: allow to configure with SEGGER_RTT_PACKETLOG_* directives 2019-11-19 10:11:39 +01:00
Matthias Ringwald
e6a3daa47c raspi: use warm boot if ENABLE_CONTROLLER_WARM_BOOT is defined 2019-11-04 22:23:45 +01:00
Matthias Ringwald
002abde24f doc/hci: hci_can_send_packet_now -> hci_can_send_command_packet_now 2019-09-12 18:08:24 +02:00
Matthias Ringwald
0b058bd72c doc: add brief info on FreeRTOS run loop 2019-08-16 11:14:43 +02:00
Matthias Ringwald
52b3d2e98e doc/stm32-f4discovery-cc256x: fix build 2019-06-21 11:14:24 +02:00
Matthias Ringwald
6d23ba053b freertos: HAVE_FREERTOS_INCLUDE_PREFIX if FreeRTOS headers are in 'freertos' folder, update esp32 config to use it 2019-06-03 10:10:26 +02:00
Matthias Ringwald
77291b13db hci_transport_h4: add workaround for flow control bug in CYW2070x, enable with ENABLE_CYPRESS_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND 2019-05-14 18:10:58 +02:00
Matthias Ringwald
0d5520a9a5 btstack_tlv_flash_bank: support targets where a value cannot be overwritten with zero 2019-05-14 10:53:38 +02:00
Matthias Ringwald
0b27d9d1e2 doc: check gatt client profile 2019-04-15 12:09:53 +02:00
Matthias Ringwald
79ca10bb19 docu: fix links to examples for PAN and SPP profiles 2019-04-09 11:35:07 +02:00
Matthias Ringwald
08da12a471 docu: fix links to examples for PAN and SPP profiles 2019-04-09 11:24:57 +02:00
Milanka Ringwald
50f3b808a0 doc: can send now is only valid until packet handler exit 2018-12-12 15:16:27 +01:00
Matthias Ringwald
c245ca32b5 sm: ENABLE_LE_CENTRAL_AUTO_ENCRYPTION triggers automatic encryption on connect to bonded devices 2018-11-27 11:25:13 +01:00
Matthias Ringwald
beb202884a att: ENABLE_ATT_DELAYED_READ_RESPONSE -> ENABLE_ATT_DELAYED_RESPONSE, example/att_delayed_read_response.c -> example/att_delayed_response.c 2018-08-27 11:01:19 +02:00
Matthias Ringwald
32b6d931de doc: merge comment on RFCOMM packet boundaries from master 2018-08-03 22:15:09 +02:00
Matthias Ringwald
0834c23d56 doc: remove list of supported Controllers from ENABLE_SCO_OVER_HCI 2018-06-18 11:31:28 +02:00
Matthias Ringwald
f4b33574b8 gatt_client: if ENABLE_GATT_CLIENT_PAIRING, GATT Client starts pairing and retry operation on security error 2018-05-18 11:22:37 +02:00
Matthias Ringwald
a71653183c doc: restrict HTML docu to two-level table of content 2018-05-15 18:04:41 +02:00
Milanka Ringwald
d5d6b232dd heart rate server: docu 2018-05-11 16:16:07 +02:00
Matthias Ringwald
63b4e1f271 doc: update for mkdocs 0.7.13 2018-04-29 21:14:27 +02:00
Matthias Ringwald
bd07ab9fd4 doc: explain separate security level for att read/write 2018-03-29 17:22:12 +02:00
Matthias Ringwald
d61bcaf3a3 doc: add ENABLE_ATT_DELAYED_READ_RESPONSE 2018-03-16 11:57:09 +01:00
Matthias Ringwald
9a292fa356 docs/quickstart: fix typos 2018-02-22 12:08:02 +01:00
Matthias Ringwald
5b078273c9 doc: create existing_ports.md only once, re-recreate docs_final folder 2018-01-10 15:59:37 +01:00
Matthias Ringwald
3f8e8627a0 doc: update .gitignore dor doc/port 2018-01-09 17:15:30 +01:00
Matthias Ringwald
9be3cc4955 doc: fix preprocessing before mkdocs 2018-01-08 12:39:43 +01:00
Matthias Ringwald
98e44955e6 doc: don't use Quick Start as Section in Quick Start 2018-01-05 12:39:51 +01:00
Matthias Ringwald
91f1b6f593 doc: remove port/platform specific details from quick_start 2018-01-05 12:28:41 +01:00
Matthias Ringwald
e0d431cbc9 docs: fix outline for ports section 2017-12-24 00:35:42 +01:00
Matthias Ringwald
eb98afe8b1 docs: fix header level for ports 2017-12-24 00:20:13 +01:00
Matthias Ringwald
45600c0eb7 docs: provide images for pdf generation 2017-12-23 23:39:25 +01:00
Matthias Ringwald
324967f1ff docs: sort list of ports 2017-12-23 23:17:07 +01:00
Matthias Ringwald
be40e27005 docs: only look for README in main port folder 2017-12-23 23:11:34 +01:00
Matthias Ringwald
b52cd3d3a5 docs: copy images from port/* into docs/ports 2017-12-23 22:52:31 +01:00
Matthias Ringwald
4f9c2a8601 docs: cleanup build 2017-12-23 22:22:41 +01:00
Milanka Ringwald
8c2863b837 docs: fix compile 2017-12-23 00:03:05 +01:00
Milanka Ringwald
42c38c4a96 docs: add refs to port titles, fix readme files 2017-12-22 23:50:42 +01:00
Milanka Ringwald
41026ca603 docs: add readme files from ports to a new chapter on existing ports 2017-12-22 23:50:42 +01:00
Matthias Ringwald
6afb9aca51 doc: add NVN_NUM_GATT_SERVER_CCC 2017-11-20 18:05:46 +01:00
Matthias Ringwald
304b2f4d7e libusb: add README.md, explain linux udev rules 2017-11-09 11:40:58 +01:00
Milanka Ringwald
15de820685 docu: add example tags, fix table for pdf 2017-11-01 10:41:16 +01:00
Milanka Ringwald
1e9de6b0ec add exaples to docu 2017-10-31 16:28:16 +01:00
Milanka Ringwald
4dc98401be a2dp sink demo: add doku 2017-10-31 12:53:04 +01:00
Matthias Ringwald
51fa0b282f sm: allow to use mbedTLS for ECDH by HAVE_MBEDTLS_ECC_P256 2017-09-20 16:00:23 +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
Matthias Ringwald
24e1df9de5 docs: document NVM keys 2017-08-14 11:45:26 +02:00
Matthias Ringwald
05fa60db84 l2cap_ertm: add ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE define 2017-07-25 15:13:59 +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