David Cermak 
							
						 
					 
					
						
						
							
						
						5e07ffb444 
					 
					
						
						
							
							fix(esp_netif): Mark esp_netif_next deprecated and fix usages  
						
						... 
						
						
						
						* Uses netif_find_if() in IPv6 examples
* Fixes esp_netif_next() usage in L2TAP 
						
						
					 
					
						2023-11-22 09:59:37 +00:00 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						7decf3e344 
					 
					
						
						
							
							fix: Fix protocols example to build without setting target  
						
						... 
						
						
						
						Protocol examples used to raise an error if the target was not set
and `idf.py build` command was used. This commit fix this error
and when IDF_TARGET is not set, ESP32 is selected as default target 
						
						
					 
					
						2023-09-25 16:57:22 +05:30 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						7f683f0996 
					 
					
						
						
							
							Remove nvs_flash.h from protocols/linux_stubs  
						
						
						
						
					 
					
						2023-03-31 16:42:06 +05:30 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						af686f2eed 
					 
					
						
						
							
							tcp_client: fix missing header file  
						
						
						
						
					 
					
						2023-02-27 15:12:15 +05:30 
						 
				 
			
				
					
						
							
							
								Abhik Roy 
							
						 
					 
					
						
						
							
						
						933a2a69fe 
					 
					
						
						
							
							tcp_client example: support for Linux target.  
						
						
						
						
					 
					
						2022-08-16 23:48:18 +05:30 
						 
				 
			
				
					
						
							
							
								Roland Dobai 
							
						 
					 
					
						
						
							
						
						766aa57084 
					 
					
						
						
							
							Build & config: Remove leftover files from the unsupported "make" build system  
						
						
						
						
					 
					
						2021-11-11 15:32:36 +01:00 
						 
				 
			
				
					
						
							
							
								yuanjm 
							
						 
					 
					
						
						
							
						
						821eea45b3 
					 
					
						
						
							
							examples: Strip IPv6 function in example and use sockaddr_storage to replace sockaddr_in6  
						
						
						
						
					 
					
						2021-02-23 18:26:03 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						66fb5a29bb 
					 
					
						
						
							
							Whitespace: Automated whitespace fixes (large commit)  
						
						... 
						
						
						
						Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace) 
						
						
					 
					
						2020-11-11 07:36:35 +00:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						995ef85e85 
					 
					
						
						
							
							socket examples: add tests for server and client applications  
						
						
						
						
					 
					
						2020-03-23 12:19:38 +00:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						94ded5fb2f 
					 
					
						
						
							
							socket-examples: IPv6 related update for examples to set correct scoped id  
						
						... 
						
						
						
						The scope id must be present when connecting to IPv6 Local Link
address. 
						
						
					 
					
						2020-03-23 12:19:38 +00:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						31b2702387 
					 
					
						
						
							
							esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK()  
						
						... 
						
						
						
						esp_netif_init() returns standard esp_err_t error code (unlike tcpip_adapter init), so shall be checked for the return value
Also to make the initialization code more consistent. 
						
						
					 
					
						2019-12-17 09:07:49 +01:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						a49b934ef8 
					 
					
						
						
							
							examples: protocol examples which use common connection component  
						
						... 
						
						
						
						updated to use esp_netif_init instead of tcpip_adapter in initialization code 
						
						
					 
					
						2019-11-13 12:36:25 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Maklakov 
							
						 
					 
					
						
						
							
						
						afbaf74007 
					 
					
						
						
							
							tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)  
						
						
						
						
					 
					
						2019-08-01 16:28:56 +07:00 
						 
				 
			
				
					
						
							
							
								Renz Christian Bagaporo 
							
						 
					 
					
						
						
							
						
						6771eead80 
					 
					
						
						
							
							examples: use new component registration api  
						
						
						
						
					 
					
						2019-06-21 19:53:29 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						28cf1c83df 
					 
					
						
						
							
							examples/protocols/sockets: use common network component  
						
						
						
						
					 
					
						2019-04-15 03:32:05 +00:00 
						 
				 
			
				
					
						
							
							
								xiehang 
							
						 
					 
					
						
						
							
						
						1e8b8d91a5 
					 
					
						
						
							
							fix the bug in tcp_client  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/3058  
						
						
					 
					
						2019-02-26 09:28:17 +00:00 
						 
				 
			
				
					
						
							
							
								Roland Dobai 
							
						 
					 
					
						
						
							
						
						37126d3451 
					 
					
						
						
							
							Correct Kconfigs according to the coding style  
						
						
						
						
					 
					
						2019-01-29 13:37:01 +01:00 
						 
				 
			
				
					
						
							
							
								MartinValik 
							
						 
					 
					
						
						
							
						
						5a76f1af19 
					 
					
						
						
							
							BSD Socket examples  
						
						
						
						
					 
					
						2018-10-16 09:48:57 +02:00