mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add more objects to .isr_vector
This commit is contained in:
parent
82e46987b1
commit
ad1daadd69
@ -86,7 +86,12 @@ SECTIONS
|
||||
KEEP(*(.isr_vector)) /* Startup code */
|
||||
. = ALIGN(4);
|
||||
*/ff.o(.text*)
|
||||
*/ccsbcs.o(.text*)
|
||||
*/stm32f4xx_hal_sd.o(.text*)
|
||||
*/stm32f4xx_hal_i2c.o(.text*)
|
||||
*/stm32f4xx_hal_tim.o(.text*)
|
||||
*/stm32f4xx_hal_adc.o(.text*)
|
||||
*/stm32f4xx_ll_usb.o(.text*)
|
||||
. = ALIGN(4);
|
||||
} >FLASH_ISR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user