Skip to content

Commit 64ac492

Browse files
authored
Merge pull request #3660 from tyustli/imxrt
[bsp][imxrt] fix docs and templates err
2 parents 695a586 + eb0e373 commit 64ac492

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed
-6.46 KB
Loading
-5.82 KB
Loading

bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.lds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ MEMORY
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
}

bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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

bsp/imxrt/libraries/templates/imxrt1050xxx/board/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ menu "Hardware Drivers Config"
33
config 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

810
menu "On-chip Peripheral Drivers"

bsp/imxrt/libraries/templates/imxrt1064xxx/board/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1820
menu "On-chip Peripheral Drivers"

0 commit comments

Comments
 (0)