mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 7469f34948
			
		
	
	7469f34948
	
	
	
		
			
			- Replace TWAI_ISR_ATTR flag with linker.lf - Use the linker.lf to control the placement of the driver functions
		
			
				
	
	
		
			15 lines
		
	
	
		
			384 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			384 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [mapping:twai_hal]
 | |
| archive: libhal.a
 | |
| entries:
 | |
|     if TWAI_ISR_IN_IRAM = y:
 | |
|         twai_hal_iram (noflash)
 | |
| 
 | |
| [mapping:twai_driver]
 | |
| archive: libdriver.a
 | |
| entries:
 | |
|     if TWAI_ISR_IN_IRAM = y:
 | |
|         twai: twai_alert_handler (noflash)
 | |
|         twai: twai_handle_rx_buffer_frames (noflash)
 | |
|         twai: twai_handle_tx_buffer_frame (noflash)
 | |
|         twai: twai_intr_handler_main (noflash)
 |