Angus Gratton 
							
						 
					 
					
						
						
							
						
						da47503c14 
					 
					
						
						
							
							Merge branch 'bugfix/deep_sleep_skip_verify_rtc_mem_heap_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						Fix bootloader "skip validate on exiting deep sleep" option if "use RTC memory as heap" is enabled (v4.3)
See merge request espressif/esp-idf!13096  
						
						
					 
					
						2021-04-12 08:18:21 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						03b0540bc6 
					 
					
						
						
							
							esp32s3: Reserve RTC memory in bootloader in the app linker script  
						
						
						
						
					 
					
						2021-04-09 19:15:43 +10:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						5036ec363b 
					 
					
						
						
							
							soc: add dummy bytes to ensure instr prefetch always valid  
						
						... 
						
						
						
						The CPU might prefetch instructions, which means it in some cases
will try to fetch instruction located after the last instruction in
flash.text.
Add dummy bytes to ensure fetching these wont result in an error,
 e.g. MMU exceptions 
						
						
					 
					
						2021-04-01 10:23:44 +08:00 
						 
				 
			
				
					
						
							
							
								aleks 
							
						 
					 
					
						
						
							
						
						32b0836485 
					 
					
						
						
							
							driver: esp32s3 fix UART driver  
						
						... 
						
						
						
						Fix set UART2 instance to correct base address (esp32s3 has non standard base periph address) 
						
						
					 
					
						2021-03-10 13:41:10 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						d212e698d7 
					 
					
						
						
							
							rtc: fix rtc slow memory layout on esp32s3  
						
						
						
						
					 
					
						2021-02-02 20:03:08 +08:00 
						 
				 
			
				
					
						
							
							
								Fu Hanxi 
							
						 
					 
					
						
						
							
						
						e4e375f488 
					 
					
						
						
							
							fix: add spi_flash.h for s2, s3, c3 targets in cpu_start.c  
						
						... 
						
						
						
						update s2, s3, c3 ld files spi_flash_attach to esp_rom_spiflash_attach 
						
						
					 
					
						2021-01-27 12:35:49 +08:00 
						 
				 
			
				
					
						
							
							
								Chen Jian Xing 
							
						 
					 
					
						
						
							
						
						f71adec8fb 
					 
					
						
						
							
							Support ESP32S3 (beta2) WiFi  
						
						
						
						
					 
					
						2021-01-25 00:18:42 +08:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						0713e93b8f 
					 
					
						
						
							
							TWAI: bringup for S3 and C3  
						
						
						
						
					 
					
						2021-01-14 20:30:31 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						55155c3f82 
					 
					
						
						
							
							esp_system: Rename _init_start symbol to _vector_table  
						
						
						
						
					 
					
						2020-12-24 13:40:01 +11:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						953c046550 
					 
					
						
						
							
							esp32s3/bootloader: extend IRAM usage to 0x6000  
						
						... 
						
						
						
						The bootloader cannot fit in the size of iram_loader_seg when built under -O0. Extend the IRAM size to fix this. 
						
						
					 
					
						2020-10-09 17:50:17 +08:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						bff0016eb8 
					 
					
						
						
							
							crypto accelerator support on esp32s3  
						
						... 
						
						
						
						SHA: passing unit tests
RSA: pass tests
AES: tests passing 
						
						
					 
					
						2020-09-22 15:15:03 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						cc66334014 
					 
					
						
						
							
							esp_timer: initial support on esp32-s3  
						
						
						
						
					 
					
						2020-09-22 15:15:03 +08:00 
						 
				 
			
				
					
						
							
							
								jiangguangming 
							
						 
					 
					
						
						
							
						
						28145e0894 
					 
					
						
						
							
							support flash instr and rodata copy to SPIRAM  
						
						
						
						
					 
					
						2020-09-22 15:15:03 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						61f89b97c6 
					 
					
						
						
							
							bringup esp32-s3 on FPGA  
						
						
						
						
					 
					
						2020-09-22 15:15:03 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						a3cc43485f 
					 
					
						
						
							
							async memcpy: support async memcopy on esp32s2/s3  
						
						... 
						
						
						
						Added async memory copy API:
on esp32-s2, the implementation is based on CP_DMA
on esp32-s3, the implementation is based on GDMA 
						
						
					 
					
						2020-09-16 21:30:54 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						19761e3113 
					 
					
						
						
							
							esp32s3: clk, memory layout  
						
						
						
						
					 
					
						2020-07-27 13:05:22 +08:00