5909d3676c
esp32s2: Adds apptrace support
Alexey Gerenkov
2019-07-24 20:20:11 +03:00
5e7f43f3d1
esp_wifi: Put some rx code to iram
xiehang
2019-10-25 16:44:48 +08:00
76f612e14f
ci: increased number of parallel jobs to have enough runners for unit tests
David Cermak
2019-11-11 11:37:59 +01:00
e535376257
tools: updated generator of error codes to names to ignore tcpip_adapter compatibility types since the error codes are reused in esp-netif and in tcpip_adapter mapped to the same number.
David Cermak
2019-11-07 16:38:44 +01:00
9f2a45f15f
esp_netif: add dhcp state transition unit tests for default wifi interfaces
David Cermak
2019-11-03 20:44:44 +01:00
f91d69efb2
esp_netif: rename DHCP flags for client and server
David Cermak
2019-10-30 20:29:13 +01:00
064bed710e
esp_netif: fix esp_netif_stop() to stop DHCP client if configured
David Cermak
2019-10-30 20:27:07 +01:00
d0afdaaf24
esp_eth: moved starting link timer to eth driver start
David Cermak
2019-10-30 20:21:27 +01:00
4857e92e2c
esp_mesh: creation of wifi network interfaces for esp-mesh examples moved to used common esp_wifi_default API
David Cermak
2019-10-30 19:56:27 +01:00
7f5cda1b82
tcpip_adapter: updated tcpip_adapter compatablity layer to include all public API and keep 100% backward compatibility update build of tcpip adapter when ethernet disabled
David Cermak
2019-10-23 16:47:16 +02:00
7ef385963c
esp_netif: minor update of coding style based on clang-tidy guidelines and fix some copyright notices
David Cermak
2019-10-23 15:17:18 +02:00
f839a1328c
esp_netif: added locking for netif list management, unit tests to use unique if_keys, updated comments
David Cermak
2019-10-22 09:43:20 +02:00
6e0d274f58
esp_netif: example init code fixed to assert only variables, not function calls so it won't be skipped if compiled without asserts
David Cermak
2019-10-17 11:36:34 +02:00
20add7da60
esp_netif: extract wifi_netif module as an abstraction to wifi universal interface defined by if handle and callback
David Cermak
2019-09-15 19:49:45 +02:00
359f6b3a21
esp_netif: add consistency checks for configs and interface key duplication
David Cermak
2019-09-15 09:47:43 +02:00
cf710a3cb1
esp_netif: include tcpip_adapter legacy header by default to provide *implicit* compatiblity
David Cermak
2019-09-13 15:44:23 +02:00
3f60837de2
esp_eth: make esp_eth_driver_start public API so application could start ethernet when used without esp-netif
David Cermak
2019-09-13 15:08:33 +02:00
549ee87912
esp_netif: moving default netifs to wifi, moved sta_list to a separate header -- note will fail unit tests
David Cermak
2019-09-12 10:06:50 +02:00
d471266b46
esp_netif: documentation udpated and grouped the esp-netif API structure. Updated rst documenentation and diagram of esp-netif cooperation with other components.
David Cermak
2019-09-12 09:24:56 +02:00
eb94d87935
esp_netif: address failures on tcpip-task ipc call, deinit lwip netif and ip address issues
David Cermak
2019-09-06 11:28:04 +02:00
3a19bf055d
esp_netif and examples: using wifi driver handle, update examples and tests to pass the CI
David Cermak
2019-09-04 13:58:29 +02:00
4366347fd4
esp_event: fix petty include dependency issue
David Cermak
2019-09-03 16:26:19 +02:00
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
David Cermak
2019-09-02 11:22:09 +02:00
b834c99148
examples: modify other examples and tests to use esp_netif instead of tcpip_adapter
David Cermak
2019-09-01 18:25:23 +02:00
0eec84bc4f
mesh_examples: use esp_netif instead of tcpip_adapter
David Cermak
2019-09-01 17:23:18 +02:00
7f4c8a0b4f
ethernet_examples: use esp_netif instead of tcpip-adapter
David Cermak
2019-09-01 11:15:11 +02:00
19e24fe61e
mdns: update mdns to use esp-netif for mdns supported services such as STA, AP, ETH
David Cermak
2019-08-31 19:06:54 +02:00
c00123c77b
provisioning: examples updated to use esp_netif instead of tcpip_adapter
David Cermak
2019-08-31 16:24:45 +02:00
204492bd78
examples: wifi getting started examples to use esp_netif_init() and create default netif instances for station and AP
David Cermak
2019-08-31 16:21:31 +02:00
a49b934ef8
examples: protocol examples which use common connection component updated to use esp_netif_init instead of tcpip_adapter in initialization code
David Cermak
2019-08-31 16:19:21 +02:00
21464465ea
examples: common component initialization code to use new esp_netif instead of tcpip_adapter
David Cermak
2019-08-31 16:08:46 +02:00
ffe043b1a8
esp_netif: Introduction of esp-netif component as a replacement of tcpip_adpter
David Cermak
2019-06-28 16:47:34 +02:00
ec9f245dd3
examples: removed ip4addr_ntoa and used prefered IP2STR for displaying IP addresses
David Cermak
2019-08-20 14:40:34 +02:00
d57890cdff
Merge branch 'bugfix/unicore_crash_in_xtaskresumeall' into 'master'
Ivan Grokhotkov
2019-11-13 19:20:31 +08:00
4943500058
espnow: fix the bug for calling esp_wifi_set_channel(), this function only can be called after Wi-Fi started and sniffer enabled.
zhangyanjiao
2019-11-13 18:01:41 +08:00
6ce1bea29a
espnow: fix the bug for calling esp_wifi_set_channel(), this function only can be called after Wi-Fi started and sniffer enabled.
zhangyanjiao
2019-11-13 17:51:52 +08:00