29 Commits

Author SHA1 Message Date
Matthias Ringwald
caeaa206eb port: update to CMake 3.12, mark PortAudio as optional, add pthread lib for posix 2023-11-01 14:53:02 +01:00
Matthias Ringwald
57f681c0f6 port: avoid duplicate library warning for CMake 2023-10-04 16:38:04 +02:00
Matthias Ringwald
e8b7768f43 port: ignore '*demo_util*' when examples are globbed 2023-10-04 16:38:04 +02:00
Matthias Ringwald
d567aeb323 mesh: move gatt services into mesh/gatt-service folder 2022-10-03 12:31:34 +02:00
Matthias Ringwald
1e0ee29b56 port: fix .gatt -> .h conversion in cmake builds 2022-06-13 18:13:10 +02:00
Matthias Ringwald
dce6d7b3e9 port: add missing BTSTACK_ROOT 2022-06-13 17:09:48 +02:00
Matthias Ringwald
02bddf72de port: use find_package(python) in cmake builds 2022-06-13 16:50:55 +02:00
Matthias Ringwald
5d28eebe61 libusb: fix build 2022-04-22 13:00:01 +02:00
Matthias Ringwald
df9a25ac84 libusb: add known realtek usb controllers, configure chipset support 2022-04-20 17:24:36 +02:00
Matthias Ringwald
0689ede586 cmake: set project name for test/pts and port/libusb 2021-11-24 10:23:01 +01:00
Matthias Ringwald
b0ab732ebd port/libusb: link against pthreads with CMake 2021-08-21 13:12:36 +02:00
Matthias Ringwald
ed4f8b7280 fix dependency on .gatt file in CMake builds 2021-05-09 23:18:51 +02:00
Matthias Ringwald
7daf1469d8 libusb: recreate gatt .h file if .gatt is changed in CMake build 2021-05-03 12:29:32 +02:00
Matthias Ringwald
50c79195c5 fix builds 2021-05-03 12:29:32 +02:00
Matthias Ringwald
742c132cdc libusb: CMake - use generic SDK on OS X, export compile commands 2021-04-01 15:51:44 +02:00
Matthias Ringwald
f8da99a8ad fix builds: libusb cmake, tool/metrics, test/mesh 2021-03-03 14:28:48 +01:00
Matthias Ringwald
4198a07c2c libusb: fix build with older CMake < 3.12 2021-02-18 10:55:47 +01:00
Matthias Ringwald
14d2ee6790 libusb: detect portaudio and enable it in CMake project 2021-02-16 11:08:52 +01:00
Matthias Ringwald
2b6ecffc7f cmake: use pkg config for libusb compile/link flags 2021-01-21 18:57:04 +01:00
Matthias Ringwald
51342da5f4 libusb: treat warnings as errors in cmake build 2020-10-27 18:19:58 +01:00
Matthias Ringwald
f7b7cba197 libusb: enabled additional compiler warnings depending on compiler 2020-10-27 17:57:32 +01:00
Matthias Ringwald
7cdc89a533 ports: enable software AES128 on most desktop platforms 2020-01-16 15:29:48 +01:00
Matthias Ringwald
7ff3843011 libusb: fix CMake build 2019-11-07 15:11:29 +01:00
Matthias Ringwald
63b7463190 libusb: add miissing space CMakeLists.txt 2019-09-13 11:41:58 +02:00
Matthias Ringwald
235be4f4c8 lwip: move nosys port into platform/lwip/port folder 2019-06-10 15:07:21 +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
f9563b8923 libusb: use static random address stored in nRF52840 running Zephyr hci_usb 2019-03-29 17:50:06 +01:00
Matthias Ringwald
4dc9b3fa6b libusb: lookup libusb dynamically 2018-10-18 12:48:10 +02:00
Matthias Ringwald
a7775e9b16 libubs: add CMake project for developement and debugging with Xcode 2018-10-18 12:25:05 +02:00