File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
boards/px4/fmu-v6u/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 @@ -92,6 +92,7 @@ CONFIG_MMCSD=y
92
92
CONFIG_MMCSD_SDIO=y
93
93
CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y
94
94
CONFIG_MM_IOB=y
95
+ CONFIG_MM_REGIONS=4
95
96
CONFIG_MTD=y
96
97
CONFIG_MTD_BYTE_WRITE=y
97
98
CONFIG_MTD_PARTITION=y
@@ -160,8 +161,6 @@ CONFIG_STM32H7_BKPSRAM=y
160
161
CONFIG_STM32H7_DMA1=y
161
162
CONFIG_STM32H7_DMA2=y
162
163
CONFIG_STM32H7_DMACAPABLE=y
163
- CONFIG_STM32H7_DTCMEXCLUDE=y
164
- CONFIG_STM32H7_DTCM_PROCFS=y
165
164
CONFIG_STM32H7_FLASH_OVERRIDE_I=y
166
165
CONFIG_STM32H7_FLOWCONTROL_BROKEN=y
167
166
CONFIG_STM32H7_I2C1=y
Original file line number Diff line number Diff line change @@ -200,10 +200,14 @@ SECTIONS
200
200
201
201
/* Emit the the D3 power domain section for locating BDMA data */
202
202
203
- .sram4 (NOLOAD) :
203
+ .sram4_reserve (NOLOAD) :
204
204
{
205
+ *(.sram4 )
206
+ . = ALIGN (4 );
207
+ _sram4_heap_start = ABSOLUTE (.);
205
208
} > sram4
206
209
210
+
207
211
/* Stabs debugging sections. */
208
212
.stab 0 : { *(.stab ) }
209
213
.stabstr 0 : { *(.stabstr ) }
You can’t perform that action at this time.
0 commit comments