Ondrej Kosta
|
76326e8268
|
esp_eth: add PHY loopback control via esp_eth_ioctl
Fixed esp_eth_ioctl command's data argument non-standard handling
|
2021-09-14 09:13:54 +02:00 |
|
Ondrej Kosta
|
bf7b1689de
|
Merge branch 'feature/lan87xx_support' into 'master'
Feature/lan87xx support
Closes IDFGH-5345
See merge request espressif/esp-idf!14142
|
2021-07-28 16:27:58 +00:00 |
|
Ondrej Kosta
|
4e77430107
|
examples: Update Ethernet examples to use new PHY LAN87xx init function
Ethernet examples device usage and Kconfig options synchronized
|
2021-07-28 19:34:05 +08:00 |
|
yuanjm
|
c2bb7bf9a2
|
eth2ap: Fix eth2ap example crash issue
Closes https://github.com/espressif/esp-idf/issues/7260
|
2021-07-27 20:00:39 +08:00 |
|
morris
|
932c509280
|
ethernet: not using test MAC address for EMAC example
|
2021-02-01 14:14:54 +08:00 |
|
xiehang
|
dffbce9813
|
esp_wifi: Modify ESP_IF_WIFI_AP to WIFI_IF_AP
|
2021-01-19 11:58:04 +08:00 |
|
morris
|
aea901f014
|
eth: support W5500 in network examples
|
2020-11-16 13:30:49 +08:00 |
|
InfiniteYuan
|
1f43f025d8
|
example/eth2ap: fix station multi-connection problem and add channel config item.
Closes https://github.com/espressif/esp-idf/issues/5029
|
2020-04-01 19:20:30 +08:00 |
|
morris
|
c3ee156df0
|
ethernet: move netif glue && add ref counter
1. move netif glue into single file
2. add reference counter for Ethernet driver
|
2019-11-27 10:36:32 +08:00 |
|
suda-morris
|
05d71319de
|
ethernet: add gpio number into config structure
|
2019-11-20 10:36:45 +08:00 |
|
David Cermak
|
3f60837de2
|
esp_eth: make esp_eth_driver_start public API so application could start ethernet when used without esp-netif
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
7f4c8a0b4f
|
ethernet_examples: use esp_netif instead of tcpip-adapter
|
2019-11-13 12:36:25 +01:00 |
|
suda-morris
|
546ac64a9e
|
ethernet: update spi-ethernet api
|
2019-09-19 09:41:21 +00:00 |
|
liu zhifu
|
003a9872b7
|
esp_wifi: wifi support new event mechanism
1. WiFi support new event mechanism
2. Update examples to use new event mechanism
|
2019-08-20 09:39:51 +00:00 |
|
Anton Maklakov
|
afbaf74007
|
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
2019-08-01 16:28:56 +07:00 |
|
suda-morris
|
e0360bf156
|
temporarily work around for fixing eth2ap
Closes https://github.com/espressif/esp-idf/issues/3726
Closes https://github.com/espressif/esp-idf/issues/3728
|
2019-07-08 15:05:09 +08:00 |
|
suda-morris
|
cb42c29252
|
ethernet: support dm9051
1. move resource allocation from xxx_init to xxx_new
2. fix enabling tx checksum insertion by mistake
3. iperf example: enlarge max arguments
4. add examples for spi-ethernet
Closes https://github.com/espressif/esp-idf/issues/3715
Closes https://github.com/espressif/esp-idf/issues/3711
|
2019-07-04 19:38:13 +08:00 |
|
suda-morris
|
90c4827bd2
|
add esp_eth component
|
2019-06-26 10:19:23 +08:00 |
|