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 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						500c247030 
					 
					
						
						
							
							protocol examples: enable protocol examples for esp32sbeta  
						
						... 
						
						
						
						Closes IDF-1027 
						
						
					 
					
						2019-11-01 11:14:10 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						24d26fccde 
					 
					
						
						
							
							Merge branch 'master' into feature/esp32s2beta_update  
						
						
						
						
					 
					
						2019-08-08 13:44:24 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						47bbb107a8 
					 
					
						
						
							
							build system: Use CMake-based build system as default when describing commands  
						
						
						
						
					 
					
						2019-07-08 17:31:27 +10:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						25ab8380c8 
					 
					
						
						
							
							ci: support to build esp32s2beta simple examples  
						
						
						
						
					 
					
						2019-07-08 09:16:06 +08:00 
						 
				 
			
				
					
						
							
							
								Renz Christian Bagaporo 
							
						 
					 
					
						
						
							
						
						6771eead80 
					 
					
						
						
							
							examples: use new component registration api  
						
						
						
						
					 
					
						2019-06-21 19:53:29 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						a46d94250d 
					 
					
						
						
							
							examples/protocols/openssl: use common network component  
						
						
						
						
					 
					
						2019-04-15 03:32:05 +00:00 
						 
				 
			
				
					
						
							
							
								Roland Dobai 
							
						 
					 
					
						
						
							
						
						37126d3451 
					 
					
						
						
							
							Correct Kconfigs according to the coding style  
						
						
						
						
					 
					
						2019-01-29 13:37:01 +01:00 
						 
				 
			
				
					
						
							
							
								Ondřej Hruška 
							
						 
					 
					
						
						
							
						
						3ed0f7697d 
					 
					
						
						
							
							examples: Correct Content-Length in openssl_server example  
						
						... 
						
						
						
						Before this fix it didn't send all of the response, ending with `</h`
Merges https://github.com/espressif/esp-idf/pull/2535  
						
						
					 
					
						2018-11-08 15:57:12 +05:30 
						 
				 
			
				
					
						
							
							
								Renz Christian Bagaporo 
							
						 
					 
					
						
						
							
						
						d9939cedd9 
					 
					
						
						
							
							cmake: make main a component again  
						
						
						
						
					 
					
						2018-09-11 09:44:12 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						6b9784cc45 
					 
					
						
						
							
							Merge branch 'master' into feature/cmake_update  
						
						
						
						
					 
					
						2018-05-31 14:46:23 +10:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						cb649e452f 
					 
					
						
						
							
							remove executable permission from source files  
						
						
						
						
					 
					
						2018-05-29 20:07:45 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						800bffb8b0 
					 
					
						
						
							
							cmake: Add CMakeLists.txt files for all examples  
						
						... 
						
						
						
						Generating using convert_to_cmake.py, with some minor cleanup 
						
						
					 
					
						2018-04-30 09:59:20 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						2f318d16fa 
					 
					
						
						
							
							log: Make ESP_LOGx macros into single statements  
						
						... 
						
						
						
						Requires a semicolon after any use (previously this was optional due to trailing } after expansion)
Closes https://github.com/espressif/esp-idf/issues/1757  
						
						
					 
					
						2018-04-26 09:08:07 +10:00 
						 
				 
			
				
					
						
							
							
								Kedar Sovani 
							
						 
					 
					
						
						
							
						
						1c0543fb17 
					 
					
						
						
							
							lwip: Change socket API macros to static-inline  
						
						
						
						
					 
					
						2017-11-29 11:42:14 +05:30 
						 
				 
			
				
					
						
							
							
								Chris Morgan 
							
						 
					 
					
						
						
							
						
						76db44e8ce 
					 
					
						
						
							
							openssl_client, openssl_server example: Fix misspelling of PRIORITY in OPENSSL_EXAMPLE_TASK_PRIORITY  
						
						... 
						
						
						
						Merges https://github.com/espressif/esp-idf/pull/929  
						
						
					 
					
						2017-09-20 12:09:01 +10:00 
						 
				 
			
				
					
						
							
							
								krzychb 
							
						 
					 
					
						
						
							
						
						672390c458 
					 
					
						
						
							
							Mass replacement of http with https urls, fixed broken urls  
						
						
						
						
					 
					
						2017-09-06 08:16:01 +02:00 
						 
				 
			
				
					
						
							
							
								Chris Morgan 
							
						 
					 
					
						
						
							
						
						105f9f466e 
					 
					
						
						
							
							openssl_server: Rename openssl_client_init() to openssl_server_init() to match usage  
						
						... 
						
						
						
						Merges https://github.com/espressif/esp-idf/pull/928  
						
						
					 
					
						2017-08-30 17:55:00 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						821c70f5d7 
					 
					
						
						
							
							examples: Standardise naming of files, symbols, etc. in examples  
						
						... 
						
						
						
						* Use "example" in all example function & variable names,
  ie use i2c_example_xxx instead of i2c_xxx for example functions.
  Closes  #198  https://github.com/espressif/esp-idf/issues/198 
* Mark example functions, etc. static
* Replace uses of "test" & "demo" with "example"
* Split the UART example into two
* Rename "main" example files to end with "_main.c" for disambiguation 
						
						
					 
					
						2017-03-27 17:42:05 +11:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						4813ab2d28 
					 
					
						
						
							
							examples: check return value of nvs_flash_init  
						
						... 
						
						
						
						nvs_flash_init may return an error code in some cases, and applications
should check this error code (or at least assert on it being ESP_OK, to
make potential issues more immediately obvious).
This change modifies all the examples which use NVS to check the error
code. Most examples get a simple ESP_ERROR_CHECK assert, while NVS
examples, OTA example, and NVS unit tests get a more verbose check which
may be used in real applications. 
						
						
					 
					
						2017-03-15 10:44:54 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						39c546d63f 
					 
					
						
						
							
							openssl_server example: Roll back to TLS_server_method() for compatibility  
						
						... 
						
						
						
						Add a comment recommending TLS v1.2. 
						
						
					 
					
						2017-02-15 17:19:09 +11:00 
						 
				 
			
				
					
						
							
							
								Malte Janduda 
							
						 
					 
					
						
						
							
						
						dcd5c5bb73 
					 
					
						
						
							
							Example 10_openssl_server should use TLSv1.2 instead of SSLv3; fixed corrupted HTTP Header  
						
						
						
						
					 
					
						2017-02-14 15:38:37 +11:00 
						 
				 
			
				
					
						
							
							
								Krzysztof Budzynski 
							
						 
					 
					
						
						
							
						
						382999b378 
					 
					
						
						
							
							Moved examples to new folders / categories. Removed example numbers from example names  
						
						
						
						
					 
					
						2017-01-16 23:08:35 +01:00