morris 
							
						 
					 
					
						
						
							
						
						c010f24d8b 
					 
					
						
						
							
							esp_eth: deprecate esp_eth_receive  
						
						 
						
						... 
						
						
						
						Ethernet driver is interrupt driven only, don't support polling mode.
So deprecate esp_eth_receive API. 
						
						
					 
					
						2021-01-27 23:48:01 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						420aef1ffe 
					 
					
						
						
							
							Updates for riscv support  
						
						 
						
						... 
						
						
						
						* Target components pull in xtensa component directly
* Use CPU HAL where applicable
* Remove unnecessary xtensa headers
* Compilation changes necessary to support non-xtensa gcc types (ie int32_t/uint32_t is no
  longer signed/unsigned int).
Changes come from internal branch commit a6723fc 
						
						
					 
					
						2020-11-13 07:49:11 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						f7f46905ec 
					 
					
						
						
							
							esp_eth: moved extern "C" after includes  
						
						 
						
						
						
						
					 
					
						2020-09-08 17:44:57 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						ac11545e0a 
					 
					
						
						
							
							ethernet: warning when double start/stop  
						
						 
						
						
						
						
					 
					
						2019-12-03 16:10:20 +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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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 
							
						 
					 
					
						
						
							
						
						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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								suda-morris 
							
						 
					 
					
						
						
							
						
						13c128fd31 
					 
					
						
						
							
							Ethernet: optimize and bugfix  
						
						 
						
						... 
						
						
						
						1. simplify deallocate in esp_eth_mac_new_esp32, esp_eth_mac_new_dm9051
2. remove blocking operation in os timer callback
3. check buffer size in ethernet receive function 
						
						
					 
					
						2019-10-11 12:15:17 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								suda-morris 
							
						 
					 
					
						
						
							
						
						90c4827bd2 
					 
					
						
						
							
							add esp_eth component  
						
						 
						
						
						
						
					 
					
						2019-06-26 10:19:23 +08:00