platform/lwip: add getter for netif provided by bnepBNEP adds an interface to lwip. Add an accessor to allow us to getaccess to it.
platform/lwip: Fix freertos NO_SYS=0 compile issueIf NO_SYS=0 it uses freertos stuff like xQueueCreate, so needs toinclude the headers.
bnep_lwip: return bool in bnep_lwip_outgoing_packets_empty
bnep_lwip: use generic btstack_run_loop_execute_on_main_thread
license: update text
bnep_lwip: add bnep_lwip_connect to establish BNEP connection and manage lwIP network interface
lwip: fix compile for NO_SYS
lwip: create helper functions to abstract NO_SYS vs. SYS
lwip: fix compile in OS config
lwip: add readme
lwip: move nosys port into platform/lwip/port folder
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 ...