Jiacheng Guo
|
52a68cb7fe
openthread: integrate OpenThread network interface with esp_netif
|
4 年 前 |
yuanjm
|
da58235a0e
components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components
|
5 年 前 |
Jiri Schiebel
|
d1356bca68
esp-netif: Added methods for conversion IP4/IP6 addresses from their string interpretation
|
5 年 前 |
Angus Gratton
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 年 前 |
liu zhifu
|
fa9a5c0be5
esp_wifi: optimize WiFi TX performance
|
6 年 前 |
David Cermak
|
8a45f074fc
esp-netif: Added API to get the underlying interface name
|
5 年 前 |
David Cermak
|
06711c7c36
examples: common connect component to use both interfaces at once
|
5 年 前 |
David Cermak
|
7c8cbe02e4
ESP-NETIF: fix get/set hostname API to reflect user settings
|
6 年 前 |
David Cermak
|
d8da662dec
ESP-NETIF: Add unit test for additional API
|
6 年 前 |
xiehang
|
c0148ef1e8
lwip: Enable IPv6 stateless address autoconfiguration
|
6 年 前 |
David Cermak
|
52ca3a917d
esp_netif: Support for PPPoS in esp_netif using lwip ppp client
|
6 年 前 |
morris
|
c3ee156df0
ethernet: move netif glue && add ref counter
|
6 年 前 |
David Cermak
|
c5a6bc9985
esp_netif: added missing C++ guards
|
6 年 前 |
David Cermak
|
7ef385963c
esp_netif: minor update of coding style based on clang-tidy
|
6 年 前 |
David Cermak
|
f839a1328c
esp_netif: added locking for netif list management, unit tests to use unique if_keys, updated comments
|
6 年 前 |
David Cermak
|
cf710a3cb1
esp_netif: include tcpip_adapter legacy header by default to provide *implicit* compatiblity
|
6 年 前 |
David Cermak
|
549ee87912
esp_netif: moving default netifs to wifi, moved sta_list to a separate header -- note will fail unit tests
|
6 年 前 |
David Cermak
|
d471266b46
esp_netif: documentation udpated and grouped the esp-netif API
|
6 年 前 |
David Cermak
|
3a19bf055d
esp_netif and examples: using wifi driver handle, update examples and tests to pass the CI
|
6 年 前 |
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
|
6 年 前 |
David Cermak
|
ffe043b1a8
esp_netif: Introduction of esp-netif component as a replacement of tcpip_adpter
|
6 年 前 |