File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
boards/mro/pixracerpro/nuttx-config Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ CONFIG_MEMSET_OPTSPEED=y
90
90
CONFIG_MMCSD=y
91
91
CONFIG_MMCSD_SDIO=y
92
92
CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y
93
+ CONFIG_MM_REGIONS=4
93
94
CONFIG_MTD=y
94
95
CONFIG_MTD_BYTE_WRITE=y
95
96
CONFIG_MTD_PARTITION=y
@@ -164,8 +165,6 @@ CONFIG_STM32H7_BKPSRAM=y
164
165
CONFIG_STM32H7_DMA1=y
165
166
CONFIG_STM32H7_DMA2=y
166
167
CONFIG_STM32H7_DMACAPABLE=y
167
- CONFIG_STM32H7_DTCMEXCLUDE=y
168
- CONFIG_STM32H7_DTCM_PROCFS=y
169
168
CONFIG_STM32H7_FLOWCONTROL_BROKEN=y
170
169
CONFIG_STM32H7_I2C1=y
171
170
CONFIG_STM32H7_I2C_DYNTIMEO=y
Original file line number Diff line number Diff line change @@ -197,8 +197,12 @@ SECTIONS
197
197
} > AXI_SRAM
198
198
199
199
/* Emit the the D3 power domain section for locating BDMA data */
200
- .sram4 (NOLOAD) :
200
+
201
+ .sram4_reserve (NOLOAD) :
201
202
{
203
+ *(.sram4 )
204
+ . = ALIGN (4 );
205
+ _sram4_heap_start = ABSOLUTE (.);
202
206
} > SRAM4
203
207
204
208
/* Stabs debugging sections. */
You can’t perform that action at this time.
0 commit comments