morris 
							
						 
					 
					
						
						
							
						
						16677b0d3c 
					 
					
						
						
							
							global: make periph enable/disable APIs private  
						
						 
						
						... 
						
						
						
						peripheral enable/disable usually should be managed by driver itself,
so make it as espressif private APIs, not recommended for user to use it
in application code.
However, if user want to re-write the driver or ports to other platform,
this is still possible by including the header in this way:
"esp_private/peripheral_ctrl.h" 
						
						
					 
					
						2021-11-08 10:37:47 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shu Chen 
							
						 
					 
					
						
						
							
						
						6061a547e5 
					 
					
						
						
							
							esp_phy: decouple esp_phy component from esp_wifi and bt  
						
						 
						
						... 
						
						
						
						* add esp-phy-lib submodule
* move libphy.a and phy_init.c from esp_wifi to esp_phy
* move librtc.a from esp_wifi to esp_phy
* move libbtbb.a from bt to esp_phy
* corresponding updates to build system 
						
						
					 
					
						2021-06-03 16:17:31 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						b23c9142d5 
					 
					
						
						
							
							[hal]: cleaned up interrupt mask functions  
						
						 
						
						... 
						
						
						
						* Functions for setting and clearing interrupts
  as well as function to read interrupt mask
  should be clearer now.
* Using hal layer interrupt set and clear
  functions in esp_wifi component 
						
						
					 
					
						2021-04-06 11:54:13 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xia Xiaotian 
							
						 
					 
					
						
						
							
						
						ce8b996ca0 
					 
					
						
						
							
							esp_wifi: synchronize Wi-Fi adapter between different chips  
						
						 
						
						... 
						
						
						
						Support preferring to allocate Wi-Fi memory from PSRAM on ESP32-S3
Support Wi-Fi TX cache buffer on ESP32-S3 
						
						
					 
					
						2021-02-26 11:29:50 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ninh 
							
						 
					 
					
						
						
							
						
						659d805411 
					 
					
						
						
							
							esp_wifi: light sleep optimization  
						
						 
						
						
						
						
					 
					
						2021-01-18 15:31:03 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Jian Xing 
							
						 
					 
					
						
						
							
						
						5b44295cb9 
					 
					
						
						
							
							esp_wifi: fix esp32c3 code issues  
						
						 
						
						... 
						
						
						
						1. enable wifi clk and rm dport header
2.syn phy_init_data.h from esp32 
						
						
					 
					
						2021-01-10 16:16:28 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ronghulin 
							
						 
					 
					
						
						
							
						
						b4e4fd7a67 
					 
					
						
						
							
							bugfix: fix some wifi bugs  
						
						 
						
						... 
						
						
						
						1. fix max tx power to 20dBm
2. fix the issue that the esp_wifi_sta_get_ap_info can't get country
Closes https://github.com/espressif/esp-idf/issues/6267  
						
						
					 
					
						2020-12-22 11:51:13 +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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Renz Bagaporo 
							
						 
					 
					
						
						
							
						
						b3a7c6e27e 
					 
					
						
						
							
							components: remove some unneeded headers from source files  
						
						 
						
						
						
						
					 
					
						2020-10-22 19:37:10 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xia Xiaotian 
							
						 
					 
					
						
						
							
						
						bdbe74693f 
					 
					
						
						
							
							esp_wifi: refactor wifi code in order to adapter to new chips  
						
						 
						
						
						
						
					 
					
						2020-09-24 10:15:50 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xia Xiaotian 
							
						 
					 
					
						
						
							
						
						2e0c60461c 
					 
					
						
						
							
							esp_wifi: refactor PHY access  
						
						 
						
						... 
						
						
						
						- Simplify PHY access API
- Move coexist initializing and deinitializing out from PHY API
  to Wi-Fi and Bluetooth
- Remove coexist pause and resume for they are no longer needed. 
						
						
					 
					
						2020-09-22 15:00:05 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dongyou 
							
						 
					 
					
						
						
							
						
						29592e3e83 
					 
					
						
						
							
							wifi: Fix spin lock allocation in PSRAM bug  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/5629  
						
						
					 
					
						2020-09-16 11:38:15 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hrudaynath Dhabe 
							
						 
					 
					
						
						
							
						
						7bc2fae323 
					 
					
						
						
							
							esp_wifi: Add esp_wifi_get_tsf_time() API to get the tsf time of  
						
						 
						
						... 
						
						
						
						specified interface.
Closes https://github.com/espressif/esp-idf/issues/5533  
						
						
					 
					
						2020-07-13 17:04:11 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								xiehang 
							
						 
					 
					
						
						
							
						
						8b523efc6f 
					 
					
						
						
							
							esp_wifi: Add API to get available internal heap size.  
						
						 
						
						
						
						
					 
					
						2020-06-30 21:51:00 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								xiehang 
							
						 
					 
					
						
						
							
						
						7569e34e89 
					 
					
						
						
							
							esp_wifi: Reduce Bin size  
						
						 
						
						... 
						
						
						
						1. Disable WiFi API parameter checking log
2. Optimize wifi log 
						
						
					 
					
						2020-03-10 17:45:06 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ronghulin 
							
						 
					 
					
						
						
							
						
						ffd8c26780 
					 
					
						
						
							
							feature: support multiple PHY init data  
						
						 
						
						
						
						
					 
					
						2020-03-05 16:14:00 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xia Xiaotian 
							
						 
					 
					
						
						
							
						
						6faaa0ea6b 
					 
					
						
						
							
							esp_wifi: run modem sleep on ESP32S2  
						
						 
						
						
						
						
					 
					
						2020-02-21 19:58:41 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						459b3195ac 
					 
					
						
						
							
							esp_wifi: Move esp32 DPORT access wrappers into esp_wifi component  
						
						 
						
						
						
						
					 
					
						2020-01-08 18:23:29 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						f616d2f2de 
					 
					
						
						
							
							esp_wifi: Move wifi OS adapter structures into esp_wifi component  
						
						 
						
						
						
						
					 
					
						2020-01-08 18:13:12 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								liu zhifu 
							
						 
					 
					
						
						
							
						
						5d855fcdef 
					 
					
						
						
							
							esp_wifi: add limitation for setting maximum WiFi TX power  
						
						 
						
						... 
						
						
						
						Limit the WiFi TX power range to 10dBm ~ 20.5 dBm 
						
						
					 
					
						2019-06-27 17:28:59 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								suda-morris 
							
						 
					 
					
						
						
							
						
						c5c716e9d7 
					 
					
						
						
							
							esp_wifi: fix wrong path of phy_init_data  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/3482  
						
						
					 
					
						2019-06-18 11:29:09 +08:00