wuzhenghui 
							
						 
					 
					
						
						
							
						
						b9186e7b22 
					 
					
						
						
							
							feat(esp_wifi): support get AP info from stdin in wifi powersave example  
						
						
						
						
					 
					
						2023-08-23 18:00:48 +08:00 
						 
				 
			
				
					
						
							
							
								Li Shuai 
							
						 
					 
					
						
						
							
						
						7ee1b09433 
					 
					
						
						
							
							power save: wifi beacon monitor support for esp32c6  
						
						... 
						
						
						
						power save: fix multicast more data always true cause wifi goto sleep fail 
						
						
					 
					
						2023-03-04 00:17:40 +08:00 
						 
				 
			
				
					
						
							
							
								jingli 
							
						 
					 
					
						
						
							
						
						8f415a7f44 
					 
					
						
						
							
							refactor: power management component use unified esp_pm_config_t  
						
						
						
						
					 
					
						2023-02-23 11:36:07 +08:00 
						 
				 
			
				
					
						
							
							
								Li Shuai 
							
						 
					 
					
						
						
							
						
						0f6cda1dd3 
					 
					
						
						
							
							Power Management: support DFS  
						
						
						
						
					 
					
						2023-01-31 22:12:27 +08:00 
						 
				 
			
				
					
						
							
							
								jingli 
							
						 
					 
					
						
						
							
						
						efd5376fc0 
					 
					
						
						
							
							fix power_save demo  
						
						
						
						
					 
					
						2022-05-27 18:37:11 +08:00 
						 
				 
			
				
					
						
							
							
								Li Shuai 
							
						 
					 
					
						
						
							
						
						4ae9428cb7 
					 
					
						
						
							
							light sleep: add wifi power save example for esp32s3  
						
						
						
						
					 
					
						2021-08-04 21:31:45 +08:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						76bb9565af 
					 
					
						
						
							
							Merge branch 'bugfix/fix_wifi_interface_use' into 'master'  
						
						... 
						
						
						
						esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA
See merge request espressif/esp-idf!12050  
						
						
					 
					
						2021-01-25 12:18:27 +08:00 
						 
				 
			
				
					
						
							
							
								Li Shuai 
							
						 
					 
					
						
						
							
						
						355dd10257 
					 
					
						
						
							
							light sleep: dfs support for esp32c3  
						
						
						
						
					 
					
						2021-01-19 14:50:58 +08:00 
						 
				 
			
				
					
						
							
							
								xiehang 
							
						 
					 
					
						
						
							
						
						b8a8fe3f54 
					 
					
						
						
							
							esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA  
						
						
						
						
					 
					
						2021-01-19 11:55:44 +08:00 
						 
				 
			
				
					
						
							
							
								Xia Xiaotian 
							
						 
					 
					
						
						
							
						
						526a3e49ed 
					 
					
						
						
							
							esp_wifi: When WiFi TSF is active, skip light sleep  
						
						... 
						
						
						
						* Add an API for peripherals to set callbacks to skip light sleep
* Make WiFi power save example work 
						
						
					 
					
						2020-05-13 19:31:36 +08:00 
						 
				 
			
				
					
						
							
							
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						1cf2312734 
					 
					
						
						
							
							Examples: some examples use new event register API  
						
						... 
						
						
						
						* getting started - station
* softap
* iperf
* fast scan
* Power save 
						
						
					 
					
						2020-03-25 10:36:47 +08: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 
							
						 
					 
					
						
						
							
						
						6e0d274f58 
					 
					
						
						
							
							esp_netif: example init code fixed to assert only variables, not  
						
						... 
						
						
						
						function calls so it won't be skipped if compiled without asserts 
						
						
					 
					
						2019-11-13 12:36:25 +01:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						b834c99148 
					 
					
						
						
							
							examples: modify other examples and tests to use esp_netif instead of tcpip_adapter  
						
						
						
						
					 
					
						2019-11-13 12:36:25 +01:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						ec9f245dd3 
					 
					
						
						
							
							examples: removed ip4addr_ntoa and used prefered IP2STR for displaying IP addresses  
						
						
						
						
					 
					
						2019-11-13 12:36:25 +01:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						b23718995a 
					 
					
						
						
							
							Merge branch 'bugfix/strict_prototypes' into 'master'  
						
						... 
						
						
						
						Enable strict prototypes checks
Closes IDFGH-757
See merge request espressif/esp-idf!4546  
						
						
					 
					
						2019-08-05 09:38:39 +08:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						e7dba7d7bc 
					 
					
						
						
							
							examples: change default build instructions in docs to CMake  
						
						
						
						
					 
					
						2019-08-02 16:32:46 +05:30 
						 
				 
			
				
					
						
							
							
								Anton Maklakov 
							
						 
					 
					
						
						
							
						
						afbaf74007 
					 
					
						
						
							
							tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)  
						
						
						
						
					 
					
						2019-08-01 16:28:56 +07:00 
						 
				 
			
				
					
						
							
							
								Roland Dobai 
							
						 
					 
					
						
						
							
						
						151f757912 
					 
					
						
						
							
							Rename Kconfig options (examples)  
						
						
						
						
					 
					
						2019-05-21 09:32:55 +02:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						b4056560c0 
					 
					
						
						
							
							examples/wifi: use esp_event library to handle events  
						
						
						
						
					 
					
						2019-04-11 12:32:03 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						3cec686803 
					 
					
						
						
							
							examples/power_save: set CPU frequencies in sdkconfig  
						
						
						
						
					 
					
						2018-08-21 13:02:46 +08:00 
						 
				 
			
				
					
						
							
							
								Sagar Bijwe 
							
						 
					 
					
						
						
							
						
						1df85e0039 
					 
					
						
						
							
							nvs_flash: Version compatibility check for nvs storage  
						
						... 
						
						
						
						This change adds a check for compatibility between the nvs version
found on nvs flash and the one assumed by running code during nvs
initialization. Any mismatch is reported to the user using new error
code ESP_ERR_NVS_NEW_VERSION_FOUND. 
						
						
					 
					
						2018-08-05 00:00:56 +00:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						12230b7292 
					 
					
						
						
							
							examples/wifi/power_save: enable tickless idle  
						
						
						
						
					 
					
						2018-05-18 03:14:46 +00:00 
						 
				 
			
				
					
						
							
							
								island 
							
						 
					 
					
						
						
							
						
						9b7454de0c 
					 
					
						
						
							
							support wifi&bt coexist (v0.9.1)  
						
						... 
						
						
						
						1. refactor wifi modem sleep
2. refactor wifi and bt phy enable/diable coexistence
3. support wifi&bt coexist (v0.9.1)
3. add coex pause resume
4. fix bt library interrupt reaction slowly
5. make a2dp more smooth when coex
6. add coexist preference option
7. Make CI do not check libcoexist.a printf/ets_printf
8. disable Wifi RX AMPDU when software coexistence enable && update wifi lib
9. bluetooth call modem sleep api 
						
						
					 
					
						2018-04-02 13:44:48 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						f6ef536fe9 
					 
					
						
						
							
							examples/power_save: enable modem sleep and DFS by default  
						
						
						
						
					 
					
						2017-10-18 14:37:23 +08:00 
						 
				 
			
				
					
						
							
							
								Deng Xin 
							
						 
					 
					
						
						
							
						
						ee25caf4b2 
					 
					
						
						
							
							WiFi: optimize scan feature  
						
						... 
						
						
						
						1. Add all channel scan feature
2. Add sort matched SSID by authmode feature 
						
						
					 
					
						2017-09-21 14:28:49 +08:00 
						 
				 
			
				
					
						
							
							
								Deng Xin 
							
						 
					 
					
						
						
							
						
						57bc38d867 
					 
					
						
						
							
							Add the fast crypto function in supplicant  
						
						... 
						
						
						
						optimize the speed when do wifi connect 
						
						
					 
					
						2017-08-09 21:36:13 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						979fce0df5 
					 
					
						
						
							
							bt: call nvs_flash_init in examples, show error if NVS is not initialized  
						
						... 
						
						
						
						NVS is used to store PHY calibration data, WiFi configuration, and BT
configuration. Previously BT examples did not call nvs_flash_init,
relying on the fact that it is called during PHY init. However PHY init
did not handle possible NVS initialization errors.
This change moves PHY init procedure into the application, and adds
diagnostic messages to BT config management routines if NVS is not
initialized. 
						
						
					 
					
						2017-07-17 21:29:50 +08:00 
						 
				 
			
				
					
						
							
							
								chenyudong 
							
						 
					 
					
						
						
							
						
						0765355a4e 
					 
					
						
						
							
							wps_ps: add license  
						
						
						
						
					 
					
						2017-04-13 11:43:01 +08:00 
						 
				 
			
				
					
						
							
							
								chenyudong 
							
						 
					 
					
						
						
							
						
						38068e6df0 
					 
					
						
						
							
							wps_ps: Add new options to menuconfig, modify README and some explainations.  
						
						
						
						
					 
					
						2017-03-31 16:12:58 +08:00 
						 
				 
			
				
					
						
							
							
								chenyudong 
							
						 
					 
					
						
						
							
						
						b0dd5d9157 
					 
					
						
						
							
							example: adding wifi example wps and power save.  
						
						
						
						
					 
					
						2017-03-31 16:12:58 +08:00