Angus Gratton 
							
						 
					 
					
						
						
							
						
						11fac8637a 
					 
					
						
						
							
							docs: Resolve doxygen & Sphinx warnings  
						
						
						
						
					 
					
						2020-02-07 16:37:45 +11:00 
						 
				 
			
				
					
						
							
							
								Anton Maklakov 
							
						 
					 
					
						
						
							
						
						afbaf74007 
					 
					
						
						
							
							tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)  
						
						
						
						
					 
					
						2019-08-01 16:28:56 +07:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						f5b03c9ea3 
					 
					
						
						
							
							misc adjustment of esp32 component  
						
						
						
						
					 
					
						2019-04-03 19:57:46 +08:00 
						 
				 
			
				
					
						
							
							
								kooho 
							
						 
					 
					
						
						
							
						
						bbca0e46ed 
					 
					
						
						
							
							driver(interrupt): fix the issue that interrupt might be allocated and freed on different cores  
						
						... 
						
						
						
						closes https://github.com/espressif/esp-idf/issues/2211  
						
						
					 
					
						2018-09-26 10:31:09 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						eb659e401d 
					 
					
						
						
							
							Merge branch 'feature/esp_intr_set_in_iram' into 'master'  
						
						... 
						
						
						
						Add esp_intr_set_in_iram (Github PR)
See merge request !1629  
						
						
					 
					
						2018-01-04 06:04:05 +08:00 
						 
				 
			
				
					
						
							
							
								Deomid Ryabkov 
							
						 
					 
					
						
						
							
						
						e3282a0cac 
					 
					
						
						
							
							Add esp_intr_set_in_iram  
						
						... 
						
						
						
						A function to change "in IRAM" status for an existing interrupt handle, without going through free/allocate of the interrupt.
mOS HW timer implementation requires this to make HW timers safe to re-set from an IRAM ISR. 
						
						
					 
					
						2017-12-08 05:46:34 +03:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						2efef48e3e 
					 
					
						
						
							
							docs: fix i2s code snippet for interrupt flags setting  
						
						... 
						
						
						
						Signed-off-by: Mahavir Jain <mahavir@espressif.com > 
						
						
					 
					
						2017-12-06 12:05:11 +05:30 
						 
				 
			
				
					
						
							
							
								michael 
							
						 
					 
					
						
						
							
						
						c82e51cf79 
					 
					
						
						
							
							fix(intr): always assign the same intr to a same source, disable the source only when all the handlers disabled.  
						
						... 
						
						
						
						also document handlers sharing a same source.
TW#13454, https://github.com/nodemcu/nodemcu-firmware/issues/1874 
Breaking change: handles assigned to a same source should have the same flag now. 
						
						
					 
					
						2017-09-06 15:20:01 +08:00 
						 
				 
			
				
					
						
							
							
								Lacy Rhoades 
							
						 
					 
					
						
						
							
						
						c61b3e89f1 
					 
					
						
						
							
							Typo fixes  
						
						... 
						
						
						
						Merges https://github.com/espressif/esp-idf/pull/831  
						
						
					 
					
						2017-08-30 17:55:00 +10:00 
						 
				 
			
				
					
						
							
							
								Alexey Gerenkov 
							
						 
					 
					
						
						
							
						
						8d43859b6a 
					 
					
						
						
							
							esp32: SEGGER SystemView Tracing Support  
						
						... 
						
						
						
						Implements support for system level traces compatible with SEGGER
SystemView tool on top of ESP32 application tracing module.
That kind of traces can help to analyse program's behaviour.
SystemView can show timeline of tasks/ISRs execution, context switches,
statistics related to the CPUs' load distribution etc.
Also this commit adds useful feature to ESP32 application tracing module:
 - Trace data buffering is implemented to handle temporary peaks of events load 
						
						
					 
					
						2017-06-27 20:52:43 +03:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						a2e0c2432e 
					 
					
						
						
							
							esp32: sanity check ISR handler address passed into esp_intr_alloc  
						
						... 
						
						
						
						Return ESP_ERR_INVALID_ARG if the handler is not in IRAM (or RTC fast memory) 
						
						
					 
					
						2017-01-11 11:38:17 +08:00 
						 
				 
			
				
					
						
							
							
								Jeroen Domburg 
							
						 
					 
					
						
						
							
						
						9dc908d105 
					 
					
						
						
							
							Add test for local interrupts, fix int disable code  
						
						
						
						
					 
					
						2016-12-08 12:39:33 +08:00 
						 
				 
			
				
					
						
							
							
								Jeroen Domburg 
							
						 
					 
					
						
						
							
						
						ae8c37e0b6 
					 
					
						
						
							
							Add disabling/enabling of shared interrupt, add testcase for interrupts  
						
						
						
						
					 
					
						2016-12-08 12:39:33 +08:00 
						 
				 
			
				
					
						
							
							
								Jeroen Domburg 
							
						 
					 
					
						
						
							
						
						655fd2986a 
					 
					
						
						
							
							Add interrupt allocation scheme / interrupt sharing. Also modifies drivers and examples. Also allows interrupts  
						
						... 
						
						
						
						to be marked specifically as having a handler that's all in IRAM. 
						
						
					 
					
						2016-12-08 12:39:33 +08:00