mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			611 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			611 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [mapping:hal]
 | |
| archive: libhal.a
 | |
| entries:
 | |
|     spi_hal_iram (noflash)
 | |
|     spi_slave_hal_iram (noflash)
 | |
|     if UART_ISR_IN_IRAM = y:
 | |
|         uart_hal_iram (noflash)
 | |
|     else:
 | |
|         uart_hal_iram (default)
 | |
|     spi_flash_hal_iram (noflash)
 | |
|     ledc_hal_iram (noflash)
 | |
|     i2c_hal_iram (noflash)
 | |
|     cpu_hal (noflash)
 | |
|     soc_hal (noflash)
 | |
|     wdt_hal_iram (noflash)
 | |
|     if IDF_TARGET_ESP32C3 = n:
 | |
|         if TWAI_ISR_IN_IRAM = y:
 | |
|             twai_hal_iram (noflash)
 | |
|         else:
 | |
|             twai_hal_iram (default)
 | |
|     if IDF_TARGET_ESP32 = n:
 | |
|         spi_flash_hal_gpspi (noflash)
 | |
|         systimer_hal (noflash)
 | 
