Michael (XIAO Xufeng)
|
9baa7826be
|
fix unit test and examples for s2beta
|
2019-09-04 10:53:25 +10:00 |
|
suda-morris
|
14ffd355e6
|
ethernet: bugfix and optimize
1. check frame length before pass to stack
2. replace semaphore with task notify
|
2019-09-03 11:01:16 +08:00 |
|
Angus Gratton
|
2fcbc6aaa5
|
esp_eth: KConfig formatting fix
|
2019-08-14 16:50:30 +10:00 |
|
Angus Gratton
|
e32d27e7e8
|
esp_eth: Add CONFIG_ETH_ENABLED flag to enable/disable ethernet at build time
Always enabled by default, as SPI/Ethernet support is enabled by default.
|
2019-08-13 17:14:16 +10:00 |
|
suda-morris
|
018de8101f
|
ethernet: can build without enable esp32 emac
Closes https://github.com/espressif/esp-idf/issues/3770
|
2019-07-22 21:07:02 +08:00 |
|
suda-morris
|
cfbf8c5d07
|
ethernet: task yield at the end of isr handler
|
2019-07-22 21:07:02 +08:00 |
|
suda-morris
|
af78311975
|
ethernet: malloc hal together with driver context
|
2019-07-22 21:07:02 +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 |
|