Ondrej Kosta 
							
						 
					 
					
						
						
							
						
						5e7cbdb4da 
					 
					
						
						
							
							feat(esp_eth): added example to deinit Ethernet  
						
						 
						
						
						
						
					 
					
						2024-05-14 08:23:35 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ondrej Kosta 
							
						 
					 
					
						
						
							
						
						20e668259e 
					 
					
						
						
							
							Ethernet examples: added new common init for Ethernet drivers  
						
						 
						
						
						
						
					 
					
						2022-08-26 15:43:16 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ondrej Kosta 
							
						 
					 
					
						
						
							
						
						1a20b10fd3 
					 
					
						
						
							
							Examples: common source for GPIO range in Kconfigs defined  
						
						 
						
						
						
						
					 
					
						2022-05-12 09:33:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fischerauer Christian 
							
						 
					 
					
						
						
							
						
						3fb83f2866 
					 
					
						
						
							
							esp_eth: rework KSZ80xx implementation and add more KSZ80xx PHYs  
						
						 
						
						... 
						
						
						
						* add support for KSZ8001, KSZ8021, KSZ8031, KSZ8051 and KSZ8061
* remove duplicate code
* simplify architecture to make the code base extensible (for future work) 
						
						
					 
					
						2021-12-02 11:56:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ondrej Kosta 
							
						 
					 
					
						
						
							
						
						35454b2bf7 
					 
					
						
						
							
							Eth_examples: added support of ESP32-S3 chip  
						
						 
						
						... 
						
						
						
						Defined SPI modules default GPIO values for ESP32-S3
SPI bus needs to be initialized with SPI_DMA_CH_AUTO option 
						
						
					 
					
						2021-09-08 13:11:39 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ondrej Kosta 
							
						 
					 
					
						
						
							
						
						ef30384902 
					 
					
						
						
							
							esp_eth: add support for multiple Ethernets modules at a time  
						
						 
						
						... 
						
						
						
						Ethernet driver events properly bounded with ESP NETIF actions to support multiple Ethernet modules used at a time.
Components using Ethernet updated to conform with new API.
Closes https://github.com/espressif/esp-idf/issues/7318  
						
						
					 
					
						2021-08-24 17:10:36 +02: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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						83f2d802ce 
					 
					
						
						
							
							esp_eth: fix default PHY reset gpio  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7034  
						
						
					 
					
						2021-05-18 11:16:05 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Cermak 
							
						 
					 
					
						
						
							
						
						7e6ff47363 
					 
					
						
						
							
							Examples: Add basic ethernet example of using ksz8851  
						
						 
						
						
						
						
					 
					
						2021-04-22 13:55:51 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Cermak 
							
						 
					 
					
						
						
							
						
						3db3e023af 
					 
					
						
						
							
							Examples/eth: Extend configurable pins for SPI modules  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6206  
						
						
					 
					
						2021-04-20 16:11:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Wieder 
							
						 
					 
					
						
						
							
						
						98a4c70af9 
					 
					
						
						
							
							Added support for Ethernet PHY KSZ8081  
						
						 
						
						... 
						
						
						
						Merges https://github.com/espressif/esp-idf/pull/6578  
						
						
					 
					
						2021-03-30 08:53:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						8d0a0537cc 
					 
					
						
						
							
							eth: hide spi configuration when using internal emac  
						
						 
						
						
						
						
					 
					
						2020-11-27 21:11:31 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						aea901f014 
					 
					
						
						
							
							eth: support W5500 in network examples  
						
						 
						
						
						
						
					 
					
						2020-11-16 13:30:49 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						648bcc7a87 
					 
					
						
						
							
							ethernet: add ksz8041 in basic ethernet example  
						
						 
						
						
						
						
					 
					
						2020-07-09 21:49:07 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						9e59be1aab 
					 
					
						
						
							
							ethernet: add enc28j60 example  
						
						 
						
						
						
						
					 
					
						2020-02-10 12:56:14 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Gilbert 
							
						 
					 
					
						
						
							
						
						eda07acc81 
					 
					
						
						
							
							Add ENC28J60 Ethernet Driver  
						
						 
						
						... 
						
						
						
						Merges https://github.com/espressif/esp-idf/pull/4435  
						
						
					 
					
						2020-02-10 12:56:14 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								suda-morris 
							
						 
					 
					
						
						
							
						
						05d71319de 
					 
					
						
						
							
							ethernet: add gpio number into config structure  
						
						 
						
						
						
						
					 
					
						2019-11-20 10:36:45 +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