#
abb61bc2 |
| 18-Jan-2023 |
Peter Harper <[email protected]> |
platform/lwip: add getter for netif provided by bnep
BNEP adds an interface to lwip. Add an accessor to allow us to get access to it.
|
#
398f8a18 |
| 17-Jan-2023 |
Peter Harper <[email protected]> |
platform/lwip: Fix freertos NO_SYS=0 compile issue
If NO_SYS=0 it uses freertos stuff like xQueueCreate, so needs to include the headers.
|
#
a02039ed |
| 16-Jan-2023 |
Matthias Ringwald <[email protected]> |
bnep_lwip: return bool in bnep_lwip_outgoing_packets_empty
|
#
5da46df6 |
| 16-Jan-2023 |
Matthias Ringwald <[email protected]> |
bnep_lwip: use generic btstack_run_loop_execute_on_main_thread
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
9c30c50a |
| 26-Aug-2020 |
Matthias Ringwald <[email protected]> |
bnep_lwip: add bnep_lwip_connect to establish BNEP connection and manage lwIP network interface
|
#
45e58dda |
| 13-Jun-2019 |
Matthias Ringwald <[email protected]> |
lwip: fix compile for NO_SYS
|
#
917f809a |
| 13-Jun-2019 |
Matthias Ringwald <[email protected]> |
lwip: create helper functions to abstract NO_SYS vs. SYS
|
#
0be141ae |
| 10-Jun-2019 |
Matthias Ringwald <[email protected]> |
lwip: fix compile in OS config
|
#
97dc5e69 |
| 02-Jun-2019 |
Matthias Ringwald <[email protected]> |
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 ha
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
show more ...
|