File tree Expand file tree Collapse file tree 6 files changed +6
-2
lines changed
imxrt1052-fire-pro/board/linker_scripts Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6565 m_flash_config (RX) : ORIGIN = 0x60000000 , LENGTH = 0x00001000
6666 m_ivt (RX) : ORIGIN = 0x60001000 , LENGTH = 0x00001000
6767 m_interrupts (RX) : ORIGIN = 0x60002000 , LENGTH = 0x00000400
68- m_text (RX) : ORIGIN = 0x60002400 , LENGTH = 0x1fffdbff
68+ m_text (RX) : ORIGIN = 0x60002400 , LENGTH = 0x01FFDC00
6969 m_data (RW) : ORIGIN = 0x20000000 , LENGTH = 0x00020000
7070 m_data2 (RW) : ORIGIN = 0x20200000 , LENGTH = 0x00040000
7171}
Original file line number Diff line number Diff line change 3636#define m_interrupts_size 0x00000400
3737
3838#define m_text_start 0x60002400
39- #define m_text_size 0x1fffdbff
39+ #define m_text_size 0x01FFDC00
4040
4141#define m_data_start 0x20000000
4242#define m_data_size 0x00020000
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ menu "Hardware Drivers Config"
33config SOC_IMXRT1052CVL5B
44 bool
55 select SOC_MIMXRT1050_SERIES
6+ select RT_USING_COMPONENTS_INIT
7+ select RT_USING_USER_MAIN
68 default y
79
810menu "On-chip Peripheral Drivers"
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ config SOC_MIMXRT1064DVL6A
1313 bool
1414 select SOC_MIMXRT1064_SERIES
1515 select BSP_USING_4MFLASH
16+ select RT_USING_COMPONENTS_INIT
17+ select RT_USING_USER_MAIN
1618 default y
1719
1820menu "On-chip Peripheral Drivers"
You can’t perform that action at this time.
0 commit comments