Dirk Helbig
aa949874e8
port/zephyr: fix hci dump and typos
2025-03-04 10:12:10 +01:00
Dirk Helbig
cc3744117d
platform/zephyr: full run loop support and transport
2025-03-03 15:18:57 +01:00
Dirk Helbig
53805d87b3
port/zephyr: updated documentation
2025-02-28 12:35:45 +01:00
Dirk Helbig
a189084708
port/zephyr: updated to latest zephyr
2025-02-28 12:17:37 +01:00
Dirk Helbig
76f06a045a
platform/linux: add ALSA support
2025-02-28 11:07:18 +01:00
Matthias Ringwald
1666a45791
linux: move hci_transport_linux into platform/linux
2025-02-28 11:02:21 +01:00
Matthias Ringwald
0ac721195c
port/qt: update qt5 cmake
2025-02-27 11:51:30 +01:00
Matthias Ringwald
fbcad749a4
port: use target_ command version in all CMake projects
2025-02-27 10:36:31 +01:00
Matthias Ringwald
5bc42cf57c
posix-h4-airoc: add missing default case
2025-02-25 11:26:30 +01:00
Matthias Ringwald
603fec95a8
zephyr: provide hal_flash_bank implementation for native flash driver
2025-02-24 12:23:54 +01:00
Matthias Ringwald
818d819b00
linux: update readme
2025-02-17 10:24:56 +01:00
Matthias Ringwald
d761bfb000
Add native linux port
2025-02-16 17:48:06 +01:00
Matthias Ringwald
14a4e73a0c
posix-h4-airoc: add command line parser
2025-01-31 14:59:26 +01:00
Matthias Ringwald
08aa48772f
Rename posix-h4-bcm to posix-h4-airoc for newer AIROC Controllers
2025-01-31 13:19:50 +01:00
Matthias Ringwald
185529f57b
posix-h4-bcm: download firmware via regular custom init
2025-01-31 13:17:56 +01:00
Matthias Ringwald
e7055fc405
stm32-f4discovery-cc256x: control LED3 (orange) with hal_led_toggle
2025-01-22 13:01:22 +01:00
David Lechner
0ca3fe1c31
remove semicolons from python files
...
Random semicolons in Python are distracting when reading the code.
2025-01-22 08:40:56 +01:00
David Lechner
73677349c9
tool: consistently use raw strings for regular expressions
...
Newer versions of Python raise a SyntaxWarning when a regular expression
contains a backslash that is not part of an escape sequence. To prevent
this warning and future exceptions, use raw strings for all regular
expressions. Even strings without escape sequences are converted for
consistency. Some IDEs will apply special syntax highlighting to raw
strings, which can make it easier to decipher regular expressions.
2025-01-22 08:40:56 +01:00
Matthias Ringwald
0c90f1ec0b
stm32-f4discovery-cc256x: create Ozone jdebug files
2025-01-15 10:51:53 +01:00
Matthias Ringwald
2e62bff6d3
stm32-f4discovery-cc256x: create Ozone jdebug files
2025-01-14 17:40:42 +01:00
Matthias Ringwald
1a4df347bf
stm32-f4discovery-cc256x: ignore warnings in stm32cubemx files
2025-01-14 17:40:42 +01:00
Matthias Ringwald
d5880e8db0
stm32-f4discovery-cc256x: update REAMDE for CMake
2025-01-14 17:40:42 +01:00
Matthias Ringwald
e0450d1ec7
stm32-f4discovery-cc256x: fix cmake warning
2025-01-14 17:40:42 +01:00
Matthias Ringwald
9ae7ca4ece
stm32-f4discovery-cc256x: create Ozone jdebug files
2025-01-14 17:40:42 +01:00
Matthias Ringwald
a14b9522a8
stm32-f4discovery-cc256x: build all examples
2025-01-14 17:40:42 +01:00
Matthias Ringwald
8ec2012f53
stm32-f4discovery-cc256x: add printf led_toggle
2025-01-14 17:40:42 +01:00
Matthias Ringwald
464f151ea4
stm32-f4discovery-cc256x: print current example
2025-01-14 17:40:42 +01:00
Dirk Helbig
05a1f02730
stm32_f4discovery_cc256x: fix binary size regression
2025-01-14 17:40:42 +01:00
Dirk Helbig
ab39b1fc88
stm32_f4discovery_cc256x: fix "elf has a LOAD segment with RWX permissions" warning
2025-01-14 17:40:41 +01:00
Dirk Helbig
ac399f3b9c
stm32-f4discovery-cc256x: updated port to STM32CubeF4 v1.28.0
...
# Conflicts:
# port/stm32-f4discovery-cc256x/port/port.c
2025-01-14 17:40:41 +01:00
Matthias Ringwald
c6e369e309
stm32-f4discovery-usb: add hal_audio_sink_get_frequency
2025-01-14 17:34:41 +01:00
Matthias Ringwald
98abe28484
stm32-f4discovery-usb: fix build
2025-01-14 17:34:41 +01:00
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