David Cermak
|
7d6241e761
|
esp_netif: Make esp_netif_receive() return value configurable
|
2023-04-05 12:18:21 +02:00 |
David Cermak
|
678d7aadd9
|
esp-netif/lwip: Introduce TCP/IP stack has BSD API
* This variable is automatically selected when lwip stack is chosen
* This commit also fixes lwip loopback configuration
|
2022-12-14 14:12:50 +00:00 |
Ondrej Kosta
|
53082a22f7
|
esp_netif: added support for LwIP bridge
examples: created bridge example
|
2022-06-14 15:29:44 +02:00 |
David Cermak
|
c67f4c2b4c
|
lwip: Remove vanilla-lwip config until it's fully deployable
|
2022-06-02 20:45:24 +02:00 |
David Cermak
|
7efcb5e625
|
lwip: Add missing null-checks, rename to vanilla-lwip
|
2022-06-01 20:38:40 +02:00 |
David Cermak
|
5b471a1848
|
esp_netif/lwip: Implement basic support for vanilla-lwip (2.1.3-REL)
* Reference lwip-2.1.3-REL vanilla lwip version
* Use inherent NETIF callbacks instead of dhcp/ipv6/autoip
|
2022-05-18 17:10:42 +02:00 |
Ondrej Kosta
|
4051b80b4d
|
esp_netif: remove dependency of L2 TAP Interface from netif_lwip
esp_eth: extended infrastructure to optionally provide more advanced access to MAC/PHY layers
|
2022-04-08 16:40:29 +02:00 |
David Cermak
|
795b7ed993
|
esp_netif: Remove tcpip_adapter compatibility layer
|
2022-03-10 08:19:43 +01:00 |
Ondrej Kosta
|
3a7a67f174
|
netif: added ESP-NETIF L2 TAP interface
|
2021-11-23 11:17:22 +01:00 |
David Cermak
|
ba13275c6b
|
esp_netif: update default DHCP IP addresses to be in line with old interface, added loopback implementation, explicit esp-netif init, sanity checks for parameters added
|
2019-11-13 12:36:25 +01:00 |
David Cermak
|
ffe043b1a8
|
esp_netif: Introduction of esp-netif component as a replacement of tcpip_adpter
- provides object oriented access to network intefaces
- not limited to default netifs
- more generic abstraction to network input output functions
- event handler registration removed from component responsibility
- backward compatibility layer for legacy tcpip_apapter APIs
Closes IDF-39
|
2019-11-13 12:36:25 +01:00 |