Matthias Ringwald
35d47c809d
stm32-sx1280: update time IRQ to RX Complete Handler
2020-08-27 10:51:58 +02:00
Matthias Ringwald
7ac2672cfb
stm32-sx1280: inform sx1280 about auto-tx
2020-08-27 10:51:58 +02:00
Matthias Ringwald
af800f4806
stm32-sx1280: add custom SX1280AutoTxWillStart
2020-08-27 10:51:58 +02:00
Matthias Ringwald
9815de31a3
stm32-sx1280: alloc rx buffer in start rx code
2020-08-27 10:51:58 +02:00
Matthias Ringwald
4e236644c0
stm32-sx1280: use separate rx and tx buffers
2020-08-27 10:51:58 +02:00
Matthias Ringwald
29f287b5e3
esp32: make btstack_init c++ safe
2020-08-26 16:09:55 +02:00
Matthias Ringwald
d7b77a0cba
libusb: de-init tlv on power off
2020-08-26 11:55:15 +02:00
Matthias Ringwald
e3de1784d6
stm32-f4discovery-cc256x: increase HCI_ACL_PAYLOAD_SIZE to make pan_lwip_http_server demo work
2020-08-21 17:12:33 +02:00
Matthias Ringwald
ac10900005
esp32: reduce log output for tlv. remove printf
2020-08-13 22:11:13 +02:00
Matthias Ringwald
a6c191f73a
posix-h4-atwilc3000: disable some classic features to fix build
2020-08-10 16:12:25 +02:00
Matthias Ringwald
eb2c26e8e1
stm32-sx1280: limit output power to 1 0 dBm
2020-07-31 10:56:43 +02:00
Matthias Ringwald
dcc4f677ed
stm32-sx1280: emit transport sent in transport_run
2020-07-27 22:36:53 +02:00
Matthias Ringwald
0c6e04b28d
stm32-sx1280: implement hal_cpu
2020-07-25 23:24:25 +02:00
Matthias Ringwald
7a4f4a6697
stm32-sx1280: update readme
2020-07-24 10:15:15 +02:00
Matthias Ringwald
05dbef54c8
stm32-sx1280: handle PDU_DATA_LLCTRL_TYPE_CONN_UPDATE_IND, free tx packets on disconnect
2020-07-23 23:25:10 +02:00
Matthias Ringwald
3c214e8a16
Windows port for Dialog DA14585 connected via serial port
2020-07-16 17:50:40 +02:00
Matthias Ringwald
eb0c105509
posix-h4-da1458x: temp re-enable Classic support to fix build
2020-07-16 16:29:33 +02:00
Matthias Ringwald
14b5610872
posix-h4-da1585x: disable Classic support
2020-07-16 15:52:57 +02:00
Matthias Ringwald
44c20b8a7b
stm32-sx1280: advertise only every advertising interval max
2020-07-14 18:05:18 +02:00
Matthias Ringwald
c682a3bf6e
fix compile samv71-xplained and stm32-f103rb
2020-07-13 19:08:34 +02:00
Matthias Ringwald
be3a5e5ff9
fix compile tool/metrics and port/daemon
2020-07-13 18:31:49 +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
1cd6e5652b
stm32-sx1280: allow to configure set of advertisement channels
2020-07-12 23:22:58 +02:00
Matthias Ringwald
9efa14e56c
stm32-sx1280: advertise on configured channels
2020-07-12 23:02:15 +02:00
Matthias Ringwald
a65fe4076d
stm32-sx1280: fix tx packet queuing
2020-07-12 00:18:54 +02:00
Matthias Ringwald
4e5921a401
stm32-sx1280: build multiple examples
2020-07-11 23:50:29 +02:00
Matthias Ringwald
f4e5258ff7
stm32-sx1280: fix can send now, notify on packet sent
2020-07-11 23:45:24 +02:00
Matthias Ringwald
109ac445d4
stm32-sx1280: update readme
2020-07-11 15:20:38 +02:00
Matthias Ringwald
e4380caf67
stm32-sx1280: extract ll_sx1280.c from controller.c
2020-07-11 15:20:38 +02:00
Matthias Ringwald
01d28edad6
stm32-sx1280: move event generation for connection changes into ll part
2020-07-11 15:20:38 +02:00
Matthias Ringwald
f5a4c43e1f
stm32-sx1280: implement transport_can_send_packet_now, deliver packets from ll via controller
2020-07-11 15:20:38 +02:00
Matthias Ringwald
3cd0cd1565
libusb: delete accidental commit of executables
2020-07-10 11:44:17 +02:00
Matthias Ringwald
747f668f46
nrf5x and stm32-sx1280 ports: use hci opcodes
2020-07-09 22:35:06 +02:00
Matthias Ringwald
3404c94120
Merge pull request #296 from Matheus-Garbelini/develop
...
use python3 for compile_gatt.py, qt4, and some desktop ports
2020-07-09 11:29:11 +02:00
Matthias Ringwald
80205deec3
stm32-sx1280: extract btstack_port.c
2020-07-07 22:25:58 +02:00
Matthias Ringwald
1d870952eb
stm32-sx1280: provide controller.h
2020-07-07 22:25:58 +02:00
Matthias Ringwald
6336565e6a
stm32-sx1280: hide cts from controller/transport
2020-07-07 22:25:58 +02:00
Matthias Ringwald
a73f9b08e0
port: new stm32-sx1280 port
2020-07-03 18:10:33 +02:00
Matheus Garbelini
4783d25609
Fix some python3 related errors during compilation
...
* qt-h4 cmake now uses PROJECT_SOURCE_DIR to correctly point to the project root folder (fixes compilation error when the user build from sub-folder)
* Change from using python to `python3` (previously compilation would fail if user had python as the default python2.7)
2020-06-24 02:33:27 +08:00
Matthias Ringwald
6486d27807
windows ports: configure for btstack_tlv_posix
2020-06-22 16:27:42 +02:00
Matthias Ringwald
7b884c89af
windows-winusb-intel: add rijndael
2020-06-22 15:16:28 +02:00
Matthias Ringwald
766dffb7a9
windows-winusb: remove references to intel driver
2020-06-22 15:16:28 +02:00
Milanka Ringwald
1a7e85f4f8
port/libusb: update gitignore
2020-06-19 14:54:12 +02:00
Matthias Ringwald
4525a7feac
esp32: add example main.c to CMakeLists.txt
2020-06-02 15:43:02 +02:00
Matthias Ringwald
c029e2d6c9
posix-h4: remove accidental init scripts for CC256x
2020-06-02 15:20:36 +02:00
Matthias Ringwald
83a9d906d4
posix-h4-da14585: enable ENABLE_LE_LIMIT_ACL_FRAGMENT_BY_MAX_OCTETS
2020-04-29 21:37:14 +02:00
Matthias Ringwald
bd8e4ef6a3
esp32: provide esp-idf/component/btstack/btstack_port_esp32.c and only minimal app_main in template/main/main.c
2020-04-27 16:40:49 +02:00
Matthias Ringwald
3035e4e529
renesas-tb-s1ja: disable HCI dump, fix .cproject, disable a2dp/hsp/hfp/audio demos, add to main readme
2020-04-20 12:23:49 +02:00
Matthias Ringwald
71174eb4bf
renesas-tb-s1ja: update config, use 2 mbps, exclude unused files, update create_example.py
2020-04-17 09:53:50 +02:00
Matthias Ringwald
cbfa934e0a
port/libusb: use ATTRS{idProduct} in udev rules of README.md
2020-04-05 22:16:35 +02:00