Peter Harper
abb61bc22a
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.
2023-01-18 15:27:01 +01:00
Peter Harper
398f8a18bc
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.
2023-01-17 22:09:18 +01:00
Matthias Ringwald
a02039edea
bnep_lwip: return bool in bnep_lwip_outgoing_packets_empty
2023-01-16 14:59:05 +01:00
Matthias Ringwald
5da46df6ab
bnep_lwip: use generic btstack_run_loop_execute_on_main_thread
2023-01-16 14:53:18 +01:00
Milanka Ringwald
2fca4dad95
license: update text
2021-11-02 09:31:00 +01:00
Matthias Ringwald
9c30c50ad9
bnep_lwip: add bnep_lwip_connect to establish BNEP connection and manage lwIP network interface
2020-08-26 17:15:05 +02:00
Matthias Ringwald
45e58dda4d
lwip: fix compile for NO_SYS
2019-06-13 15:38:57 +02:00
Matthias Ringwald
917f809a51
lwip: create helper functions to abstract NO_SYS vs. SYS
2019-06-13 15:16:24 +02:00
Matthias Ringwald
0be141ae50
lwip: fix compile in OS config
2019-06-10 16:02:34 +02:00
Matthias Ringwald
81624f6562
lwip: add readme
2019-06-10 15:12:34 +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