David Cermak 
							
						 
					 
					
						
						
							
						
						d707161881 
					 
					
						
						
							
							fix(lwip): esp_netif supports esp_netif_get_netif_impl() for PPP  
						
						
						
						
					 
					
						2024-01-18 14:20:39 +08:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						5c383d7b73 
					 
					
						
						
							
							esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers"  
						
						... 
						
						
						
						Fix dependency tree so that lwip doesn't depend on any specific network
interface component.
Network interface drivers shall depend on esp_netif.
esp_netif shall depend on lwip (but not on any specific interface
driver) -- it optionally depends on vfs and esp_eth (need ethernet
header for L2/bridge mode) 
						
						
					 
					
						2022-07-20 14:59:07 +02:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						bab051f450 
					 
					
						
						
							
							lwip/dhcps: Cleanup internal lwip and esp-netif dependency  
						
						
						
						
					 
					
						2022-03-13 19:38:15 +01:00 
						 
				 
			
				
					
						
							
							
								liu zhifu 
							
						 
					 
					
						
						
							
						
						fa9a5c0be5 
					 
					
						
						
							
							esp_wifi: optimize WiFi TX performance  
						
						
						
						
					 
					
						2020-08-13 12:26:21 +08:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						ac47c74ec4 
					 
					
						
						
							
							esp_netif, docs: Added programmer's manual section  
						
						... 
						
						
						
						Also added guide for creating a custom network capable I/O driver
And added notes about default wifi interfaces and implications of using
default short-hand creation functions. 
						
						
					 
					
						2019-12-17 09:02:51 +01:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						52ca3a917d 
					 
					
						
						
							
							esp_netif: Support for PPPoS in esp_netif using lwip ppp client  
						
						
						
						
					 
					
						2019-12-16 17:34:10 +00:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						c5a6bc9985 
					 
					
						
						
							
							esp_netif: added missing C++ guards  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/4389  
						
						
					 
					
						2019-11-22 10:31:06 +01:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						d471266b46 
					 
					
						
						
							
							esp_netif: documentation udpated and grouped the esp-netif API  
						
						... 
						
						
						
						structure. Updated rst documenentation and diagram of esp-netif
cooperation with other components. 
						
						
					 
					
						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