1427 Commits

Author SHA1 Message Date
Matthias Ringwald
a09eff8155 libusb: add -Wall -Wextra 2024-12-16 11:40:42 +01:00
Matthias Ringwald
0f375d52f8 posix-h4: add -Wall -Wextra 2024-12-16 11:40:42 +01:00
Matthias Ringwald
5b67487b54 posix-h4: fix warninigs 2024-12-16 11:30:26 +01:00
Matthias Ringwald
1ab12960cb port/posix-h4: allow multi stage argv parsing 2024-12-16 11:18:12 +01:00
Matthias Ringwald
e2475b4c6e port/posix-h4: add asan build on debug 2024-12-16 11:18:12 +01:00
Dirk Helbig
113487d2e9 posix-h4: reset stdin/stdout on exit 2024-12-16 11:07:00 +01:00
Matthias Ringwald
4839cdf83e esp32: fix warning for changes in esp-idf 5.3 2024-12-10 14:53:38 +01:00
Matthias Ringwald
4b86d035e6 esp32: enable audio driver by default on esp32, esp32c3 and esp32c6 2024-12-10 14:34:58 +01:00
Matthias Ringwald
c9822bc75b esp32: use synchronous VHCI API with newer ESP32 variants (esp32,-c3, s3 use asynchronous API) 2024-12-10 14:34:58 +01:00
Matthias Ringwald
c8249f334b posix-h4-bcm: enable portaudio 2024-11-14 17:30:49 +01:00
Matthias Ringwald
2eecdfbb4c libusb: add -Werror=uninitialized for Clang 2024-10-01 11:33:36 +02:00
Matthias Ringwald
e2cd77349c libusb: depend on all .gatt files 2024-09-28 16:20:26 +02:00
Marcel Wappler
b795dcd07c windows: include <Windows.h> first 2024-09-26 16:05:25 +02:00
Matthias Ringwald
b39ba5be90 msp432p401lp-cc256x: missing library file 2024-09-26 14:27:57 +02:00
Matthias Ringwald
bbc6d41329 stm32-f4discovery-cc2564: remove semicolon 2024-09-26 14:13:09 +02:00
Matthias Ringwald
6ee5ced060 Add hci_event_builder.c to various ports and tests 2024-08-20 11:10:25 +02:00
Matthias Ringwald
0681649248 Add hci_event_builder.c to various ports and tests 2024-08-20 10:59:02 +02:00
Matthias Ringwald
07c6cfd449 stm32-f4discovery-cc2564: add obex_srm_client 2024-08-08 17:31:28 +02:00
Matthias Ringwald
414d3a9595 posix-h4: fix Makefile build 2024-08-08 16:37:02 +02:00
Matthias Ringwald
ff479fcfe6 posix-h4: use Zephyr Chipset logic for nRF5340 with SoftDevice and Nordic vendor id 2024-08-08 14:33:57 +02:00
Matthias Ringwald
e28aaf35e2 posix-h4: allow to set fallback random address for nRF5340 via command line 2024-08-08 14:33:57 +02:00
Matthias Ringwald
1c61f11625 posix-h4: support zephyr read static address, set random address if chip doesn't have any 2024-08-08 14:33:57 +02:00
Matthias Ringwald
745e7a2fc2 mtk: fix build 2024-07-18 11:51:12 +02:00
Matthias Ringwald
d545aea088 mtk: fix build 2024-07-18 11:41:24 +02:00
Matthias Ringwald
511c7f3dfa wiced-h4: fix build 2024-07-18 11:39:04 +02:00
Matthias Ringwald
c3030cec79 libusb-intel: exit on firmware download failure 2024-07-17 12:30:51 +02:00
Matthias Ringwald
1beba4d4b3 windows-intel: exit on firmware download failure 2024-07-17 12:30:51 +02:00
Matthias Ringwald
7defd6fcaf libusb-intel: add CMake build file 2024-07-14 22:48:05 +02:00
Matthias Ringwald
fe6fb8a2a8 libusb-intel: fix build 2024-07-14 22:48:05 +02:00
Matthias Ringwald
8e0bef02fe port: fix cmake compile instructions 2024-07-01 16:21:33 +02:00
Matthias Ringwald
6857b998dd port/esp32: update audio documentation 2024-06-28 11:31:47 +02:00
Dirk Helbig
44ce5de30f port/stm32-*: fix all builds 2024-06-20 10:32:50 +02:00
Dirk Helbig
4e21d086f7 port/stm-f4discovery: fix linking/compilation 2024-06-20 10:28:27 +02:00
Dirk Helbig
78f32d1c41 port/stm32-f4discovery: fix indentation 2024-06-20 10:26:59 +02:00
Matthias Ringwald
df18f86600 port/esp32: add default i2s config for target esp32 2024-06-19 11:11:43 +02:00
Dirk Helbig
366f7a2538 port/esp32: don't compile audio driver if not selected in config, plus a clear error indication for this case 2024-06-14 16:17:53 +02:00
Matthias Ringwald
39101f3171 raspi: avoid warning by adding explicit default 2024-05-06 16:19:16 +02:00
Matthias Ringwald
ca1e85e257 libusb: update linux install docu 2024-04-18 16:28:36 +02:00
Matthias Ringwald
439434a8b8 zephyr: cache local address from read bd addr 2024-04-01 16:29:43 +02:00
Matthias Ringwald
de13ba803a freebsd-netgraph: close both sockets 2024-03-21 11:38:37 +01:00
Matthias Ringwald
8c35a1166e esp32: allow to compile BTstack without CONFIG_ESP_CONSOLE_UART
Fixes #571
2024-03-12 08:15:17 +01:00
Matthias Ringwald
e52ff828fe windows-winusb: document visual studio install requirements 2024-03-05 18:00:35 +01:00
Matthias Ringwald
02eb018664 esp32: fix build warninig in es8388 driver 2024-01-17 10:58:04 +01:00
Matthias Ringwald
1c00f28917 posix-h4-nxp: enable audio support 2024-01-09 15:10:11 +01:00
Matthias Ringwald
3bf7c641cc posix-h4-bcm: update .hcd for CYW5557x 2023-12-14 22:20:22 +01:00
Matthias Ringwald
7ae42287ad posix-h4-bcm: log tty 2023-12-14 16:35:13 +01:00
Matthias Ringwald
3f1c7c3ce3 daemon: fix build 2023-12-07 18:46:25 +01:00
Matthias Ringwald
bc6a318f21 Avoid __ prefix in defines 2023-12-04 17:48:14 +01:00
Matthias Ringwald
73a7b814a1 port: use GAP_SUBEVENT_LE_CONNECTION_COMPLETE instead of HCI_SUBEVENT_LE_CONNECTION_COMPLETE 2023-11-23 10:37:00 +01:00
Matthias Ringwald
c2cab3fe94 port: update Makefile builds for embedded 2023-11-17 16:33:45 +01:00