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
..
2021-11-02 09:31:00 +01:00
2019-06-10 15:12:34 +02:00

lwIP Support for BTstack

Contents:

  • bnep_lwip contains an adapter to forward packets between lwIP and BNEP
  • port contains a NO_SYS == 1 / bare metal configuration to use lwIP with BTstack on the same thread