Alexey Gerenkov 
							
						 
					 
					
						
						
							
						
						fa6655cbcf 
					 
					
						
						
							
							apptrace: Refactors apptrace for better support various tracing HW  
						
						
						
						
					 
					
						2022-05-13 08:45:31 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						5228d9f9ce 
					 
					
						
						
							
							esp32c3: Apply one-liner/small changes for ESP32-C3  
						
						
						
						
					 
					
						2020-12-01 10:58:50 +11:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						61f89b97c6 
					 
					
						
						
							
							bringup esp32-s3 on FPGA  
						
						
						
						
					 
					
						2020-09-22 15:15:03 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						e30cd361a8 
					 
					
						
						
							
							global: rename esp32s2beta to esp32s2  
						
						
						
						
					 
					
						2020-01-22 12:14:38 +08:00 
						 
				 
			
				
					
						
							
							
								suda-morris 
							
						 
					 
					
						
						
							
						
						84b2f9f14d 
					 
					
						
						
							
							build and link hello-world for esp32s2beta  
						
						
						
						
					 
					
						2019-06-11 13:07:37 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						956c25dedd 
					 
					
						
						
							
							move esp32 chip specific includes to esp32/xxx.h  
						
						
						
						
					 
					
						2019-03-18 17:14:05 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						bfeecd2b56 
					 
					
						
						
							
							freertos: deprecate XT_CLOCK_FREQ  
						
						... 
						
						
						
						- freertos: add deprecated definition for XT_CLOCK_FREQ
- flash_ops: don't use XT_CLOCK_FREQ
- unity: don't use XT_CLOCK_FREQ
- hw_random: don't use XT_CLOCK_FREQ
- core_dump: don't use XT_CLOCK_FREQ
- app_trace: don't use XT_CLOCK_FREQ
- xtensa_init: init xt_tick_divisor 
						
						
					 
					
						2017-10-18 14:19:19 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						715d081341 
					 
					
						
						
							
							freertos: fix compilation errors with portMUX debugging enabled  
						
						... 
						
						
						
						Fixes https://github.com/espressif/esp-idf/issues/1057 
Ref TW15702. 
						
						
					 
					
						2017-10-13 08:33:57 +08:00 
						 
				 
			
				
					
						
							
							
								Alexey Gerenkov 
							
						 
					 
					
						
						
							
						
						cf29dd47a9 
					 
					
						
						
							
							apptrace lock acquire function was re-designed to minimize waiting time with disabled IRQs  
						
						
						
						
					 
					
						2017-09-04 20:44:11 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						4486d4cb10 
					 
					
						
						
							
							portmux: Add vPortCPUAcquireMutexTimeout() function  
						
						... 
						
						
						
						Refactor app_trace locking to use this function. 
						
						
					 
					
						2017-09-04 19:11:51 +10:00 
						 
				 
			
				
					
						
							
							
								Alexey Gerenkov 
							
						 
					 
					
						
						
							
						
						c2c9149a24 
					 
					
						
						
							
							esp32: Apptrace API enhancement  
						
						... 
						
						
						
						- User down buffer configuration support
 - bugfix: ring buf - avalable write size undeflow
 - SysView down buf support updated 
						
						
					 
					
						2017-07-24 19:57:44 +03: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