1013 Commits

Author SHA1 Message Date
Matthias Ringwald
8c8a87ee5d raspi: switch to TLV for link key and le device db, allow to compile without classic 2019-11-08 14:03:22 +01:00
Matthias Ringwald
7ff3843011 libusb: fix CMake build 2019-11-07 15:11:29 +01:00
Matthias Ringwald
e3956db5be port: remove accidental stm32-f4discovery-cc256x-2 check-in 2019-11-04 22:27:15 +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
a06b9aecee raspi: add Raspian default user/pass 2019-11-04 22:07:35 +01:00
cuichaochao
40ba509983 port/esp32: add ESP32-LyraT V4.3 Board Support 2019-10-31 15:47:00 +01:00
Matthias Ringwald
a4ddb25eb3 esp32: handle esp-idf change from CONFIG_CONSOLE_UART_NUM to CONFIG_ESP_CONSOLE_UART_NUM 2019-10-31 09:12:18 +01:00
Matthias Ringwald
6c81f8f281 raspi: add -lrt to fix build 2019-10-30 11:28:08 +01:00
Matthias Ringwald
ae1c72f5b6 windows-h4-zephyr: remove unused include 2019-10-22 10:08:50 +02:00
Matthias Ringwald
abf8a71a50 windows-h4-zephyr: configure for LE only, remove link key db 2019-10-22 09:45:41 +02:00
Matthias Ringwald
1f2f453bdd windows: add NVM_NUM_DEVICE_DB_ENTRIES to btstack_config.h 2019-10-21 17:20:21 +02:00
Matthias Ringwald
761431063b libusb: add warning about macOS use of USB Bluetooth Controller to README 2019-10-10 11:14:31 +02:00
Matthias Ringwald
818629960d libusb and posix ports: store bonding information in TLV 2019-10-09 15:17:04 +02:00
Matthias Ringwald
6f3fd12d26 port: update .gitignore 2019-10-02 14:47:47 +02:00
Matthias Ringwald
3d919a6077 chipset/cc256x: update initscripts CC256xB to v1.8 and CC256xC to v1.2 2019-09-26 22:30:51 +02:00
Milanka Ringwald
f68310578c libusb port: update gitignore file 2019-09-20 14:02:27 +02:00
Matthias Ringwald
63b7463190 libusb: add miissing space CMakeLists.txt 2019-09-13 11:41:58 +02:00
Matthias Ringwald
948e8bfe93 daemon/libusb-intel/windows-winusb-intel: skip power down and hci close if firmware wasn't downloaded yet on SIGINT 2019-09-04 11:56:40 +02:00
Matthias Ringwald
9d49ac0b27 msp430f5229lp-cc2564b: disable BLE to fit classic examples into flash 2019-08-27 11:52:01 +02:00
Matthias Ringwald
556837365d stm32-f4discovery-cc256x: start README 2019-08-16 12:30:20 +02:00
Matthias Ringwald
e514a7f533 port: configure desktop ports (libusb,posix,windows) for mesh 2019-07-20 09:32:04 +02:00
Matthias Ringwald
94dc8eb321 esp32: add mesh support 2019-07-20 08:50:34 +02:00
Matthias Ringwald
cf862b3640 mesh: mesh_node_demo general example 2019-07-20 08:50:34 +02:00
Matthias Ringwald
5dfb87efcb stm32-f4discovery-cc256x: fix build 2019-07-09 15:25:11 +02:00
Matthias Ringwald
52b3d2e98e doc/stm32-f4discovery-cc256x: fix build 2019-06-21 11:14:24 +02:00
Matthias Ringwald
bdc352b16d examples: renamed le_counter to gatt_counter and le_streamer to le_streamer_server to indicate suppport for GATT over BR/EDR 2019-06-21 10:45:17 +02:00
Matthias Ringwald
66871e79a8 esp32: copy platform/lwip to esp-idf 2019-06-13 15:16:24 +02:00
Matthias Ringwald
86a50e771e esp32: add lwip/dhcp-server and enable pan_lwip_http_server.c 2019-06-13 15:16:24 +02:00
Matthias Ringwald
21b6c1bf54 esp32: fix BTSTACK_FILE__ 2019-06-13 15:15:38 +02:00
Matthias Ringwald
ccc619ecbd esp32: provide HCI prebuffer (e.g. needed for BNEP) 2019-06-13 15:14:17 +02:00
Matthias Ringwald
235be4f4c8 lwip: move nosys port into platform/lwip/port folder 2019-06-10 15:07:21 +02:00
Matthias Ringwald
8a28d1ff7d lwip: add pan_lwip_http_server example to stm32-f4discovery-cc256x 2019-06-09 18:10:39 +02:00
Matthias Ringwald
df09fcae62 lwip: add pan_lwip_http_server example to max32630-fthr 2019-06-09 18:03:59 +02:00
Matthias Ringwald
62ab70e958 lwip: add pan_lwip_http_server example to windows platforms 2019-06-08 23:43:25 +02:00
Matthias Ringwald
b5674ee206 windows: enable L2CAP ERTM, list pacman packages 2019-06-08 22:48:30 +02:00
Matthias Ringwald
db3b626e35 lwip: add pan_lwip_http_server example to posix platforms 2019-06-07 18:05:36 +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
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
74a4ebbb07 esp32: configure SCO over HCI after power up 2019-05-08 14:21:20 +02:00
Matthias Ringwald
5ec47f0f9e esp32: mark micro-ecc includes as private to avoid compile errors in other components 2019-04-26 16:15:37 +02:00
Matthias Ringwald
0c26301252 Revert "posix: close fd on network down"
This reverts commit 8c0c8f9f17087b31bd9c14cc2b5d85c276f756de.
2019-04-26 16:07:57 +02:00
Matthias Ringwald
8c0c8f9f17 posix: close fd on network down 2019-04-25 18:33:42 +02:00
Matthias Ringwald
f67eb7c279 port: allow to defined BTSTACK_ROOT and include exising Makefiles. Fixes #198 2019-04-15 14:34:59 +02:00
Matthias Ringwald
a71df68ad1 esp32: use micro-ecc copy from BTstack as the one from esp-idf was confied to the bootloader component 2019-04-08 21:36:43 +02:00
Matthias Ringwald
ea4588dbd2 remove stm32-l053r8-em9304, use stm32-l073rz-nucelo-em9304 instead 2019-03-30 21:37:13 +01:00
Matthias Ringwald
ca3a66ce28 stm32-l073rz-nucleo-em9304: add ozone template 2019-03-30 21:08:04 +01:00
Matthias Ringwald
e838079242 re-create port for Nucleo L073RZ with EM9304 based on existing Nucleo L053R8 port 2019-03-30 19:29:10 +01:00
Matthias Ringwald
69f977f3f4 stm32-f4discovery-cc256x: use -Os 2019-03-29 18:08:25 +01: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
432bd28d3f stm32-f4discovery-cc256x, test/avrcp: fix compile 2019-03-27 15:21:19 +01:00