Jiacheng Guo
|
52a68cb7fe
|
openthread: integrate OpenThread network interface with esp_netif
|
2021-06-02 17:03:54 +08:00 |
yuanjm
|
922992b519
|
event: Add IP_EVENT_ETH_LOST_IP event
Closes https://github.com/espressif/esp-idf/issues/6971
|
2021-05-07 11:36:13 +08:00 |
Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
David Cermak
|
1a41545c3e
|
esp-netif: SLIP interface refactor to isolate interface from drivers
|
2020-07-15 15:46:46 +02:00 |
ryan
|
266be00254
|
esp-netif: Added esp_netif slip support, slip_modem component and example
Merges https://github.com/espressif/esp-idf/pull/4985
|
2020-07-15 15:46:46 +02:00 |
David Cermak
|
50588ff3f7
|
esp-compiler: add designated init macros to make esp configuration pattern viable under C++
|
2020-02-10 19:40:28 +01:00 |
David Cermak
|
02cdef086f
|
ESP-NETIF: easier creation for WiFi interfaces with custom parameters
Closes https://github.com/espressif/esp-idf/issues/4611
Closes IDFGH-2523
|
2020-02-10 14:22:07 +01:00 |
David Cermak
|
b2c8ce8e2b
|
esp_netif: fixed initialization order of items in a struct
Closes https://github.com/espressif/esp-idf/issues/4389
Closes https://github.com/espressif/esp-idf/issues/4507
|
2020-01-02 17:16:47 +00:00 |
David Cermak
|
52ca3a917d
|
esp_netif: Support for PPPoS in esp_netif using lwip ppp client
|
2019-12-16 17:34:10 +00:00 |
David Cermak
|
c5a6bc9985
|
esp_netif: added missing C++ guards
Closes https://github.com/espressif/esp-idf/issues/4389
|
2019-11-22 10:31:06 +01:00 |
David Cermak
|
549ee87912
|
esp_netif: moving default netifs to wifi, moved sta_list to a separate header -- note will fail unit tests
|
2019-11-13 12:36:25 +01:00 |
David Cermak
|
3a19bf055d
|
esp_netif and examples: using wifi driver handle, update examples and tests to pass the CI
|
2019-11-13 12:36:25 +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 |