| 
									
										
										
										
											2020-08-08 20:15:27 +08:00
										 |  |  | [mapping:hal] | 
					
						
							|  |  |  | archive: libhal.a | 
					
						
							|  |  |  | entries: | 
					
						
							| 
									
										
										
										
											2023-01-30 18:03:41 +08:00
										 |  |  |     if APP_BUILD_TYPE_PURE_RAM_APP = n: | 
					
						
							|  |  |  |         mmu_hal (noflash) | 
					
						
							|  |  |  |         spi_flash_hal_iram (noflash) | 
					
						
							|  |  |  |         spi_flash_encrypt_hal_iram (noflash) | 
					
						
							|  |  |  |     if IDF_TARGET_ESP32 = n && APP_BUILD_TYPE_PURE_RAM_APP = n: | 
					
						
							| 
									
										
										
										
											2022-02-11 15:30:54 +08:00
										 |  |  |         cache_hal (noflash) | 
					
						
							| 
									
										
										
										
											2022-12-29 11:01:13 +08:00
										 |  |  |     if SOC_GPSPI_SUPPORTED = y: | 
					
						
							|  |  |  |         spi_hal_iram (noflash) | 
					
						
							|  |  |  |         spi_slave_hal_iram (noflash) | 
					
						
							| 
									
										
										
										
											2021-03-24 12:11:07 +08:00
										 |  |  |     if UART_ISR_IN_IRAM = y || ESP_PANIC_HANDLER_IRAM = y: | 
					
						
							| 
									
										
										
										
											2020-08-08 20:15:27 +08:00
										 |  |  |         uart_hal_iram (noflash) | 
					
						
							|  |  |  |     else: | 
					
						
							|  |  |  |         uart_hal_iram (default) | 
					
						
							| 
									
										
										
										
											2022-08-31 20:12:24 +08:00
										 |  |  |     if SOC_LEDC_SUPPORTED = y: | 
					
						
							|  |  |  |         ledc_hal_iram (noflash) | 
					
						
							|  |  |  |     if SOC_I2C_SUPPORTED = y: | 
					
						
							|  |  |  |         i2c_hal_iram (noflash) | 
					
						
							| 
									
										
										
										
											2022-05-06 18:57:14 +08:00
										 |  |  |     if HAL_WDT_USE_ROM_IMPL = n: | 
					
						
							| 
									
										
										
										
											2022-04-16 15:06:40 +08:00
										 |  |  |         wdt_hal_iram (noflash) | 
					
						
							| 
									
										
										
										
											2022-05-06 18:57:14 +08:00
										 |  |  |     if SOC_SYSTIMER_SUPPORTED = y && HAL_SYSTIMER_USE_ROM_IMPL = n: | 
					
						
							|  |  |  |         systimer_hal (noflash) | 
					
						
							| 
									
										
										
										
											2022-01-20 22:24:27 +01:00
										 |  |  |     if TWAI_ISR_IN_IRAM = y: | 
					
						
							|  |  |  |         twai_hal_iram (noflash) | 
					
						
							| 
									
										
										
										
											2021-01-13 20:05:57 +08:00
										 |  |  |     if IDF_TARGET_ESP32 = n: | 
					
						
							|  |  |  |         spi_flash_hal_gpspi (noflash) | 
					
						
							| 
									
										
										
										
											2022-01-02 16:14:17 +08:00
										 |  |  |     if GPTIMER_CTRL_FUNC_IN_IRAM = y: | 
					
						
							|  |  |  |         timer_hal_iram (noflash) | 
					
						
							| 
									
										
										
										
											2022-03-09 14:37:41 +08:00
										 |  |  |     if GPIO_CTRL_FUNC_IN_IRAM = y: | 
					
						
							|  |  |  |         gpio_hal: gpio_hal_intr_disable (noflash) | 
					
						
							| 
									
										
										
										
											2022-06-01 11:00:00 +08:00
										 |  |  |     if LCD_RGB_ISR_IRAM_SAFE = y: | 
					
						
							|  |  |  |         lcd_hal: lcd_hal_cal_pclk_freq (noflash) | 
					
						
							| 
									
										
										
										
											2022-07-15 12:52:44 +08:00
										 |  |  |     if ADC_ONESHOT_CTRL_FUNC_IN_IRAM = y: | 
					
						
							|  |  |  |         adc_oneshot_hal (noflash) | 
					
						
							| 
									
										
										
										
											2022-08-29 11:42:36 +08:00
										 |  |  |         if COMPILER_OPTIMIZATION_DEFAULT = y: | 
					
						
							|  |  |  |             adc_hal_common: get_controller (noflash) | 
					
						
							| 
									
										
										
										
											2022-07-15 12:52:44 +08:00
										 |  |  |         adc_hal_common: adc_hal_set_controller (noflash) | 
					
						
							| 
									
										
										
										
											2022-08-02 17:53:32 +08:00
										 |  |  |         if SOC_ADC_ARBITER_SUPPORTED = y: | 
					
						
							|  |  |  |             adc_hal_common: adc_hal_arbiter_config (noflash) | 
					
						
							|  |  |  |         if SOC_ADC_CALIBRATION_V1_SUPPORTED = y: | 
					
						
							|  |  |  |             adc_hal_common: adc_hal_set_calibration_param (noflash) | 
					
						
							|  |  |  |             adc_hal_common: adc_hal_calibration_init (noflash) | 
					
						
							| 
									
										
										
										
											2022-07-15 12:52:44 +08:00
										 |  |  |     if ADC_CONTINUOUS_ISR_IRAM_SAFE = y: | 
					
						
							|  |  |  |         adc_hal: adc_hal_get_reading_result (noflash) | 
					
						
							|  |  |  |         adc_hal: adc_hal_digi_start (noflash) | 
					
						
							| 
									
										
										
										
											2022-08-29 11:42:36 +08:00
										 |  |  |         if COMPILER_OPTIMIZATION_DEFAULT = y: | 
					
						
							|  |  |  |             adc_hal: adc_hal_digi_dma_link_descriptors (noflash) | 
					
						
							| 
									
										
										
										
											2022-07-15 12:52:44 +08:00
										 |  |  |         adc_hal: adc_hal_digi_stop (noflash) | 
					
						
							|  |  |  |         if IDF_TARGET_ESP32 = y || IDF_TARGET_ESP32S2 = y: | 
					
						
							|  |  |  |             adc_hal: adc_hal_check_event (noflash) | 
					
						
							|  |  |  |             adc_hal: adc_hal_digi_clr_intr (noflash) | 
					
						
							|  |  |  |             adc_hal: adc_hal_get_desc_addr (noflash) |