File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
boards/px4/fmu-v6x/nuttx-config Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ CONFIG_MEMSET_OPTSPEED=y
96
96
CONFIG_MMCSD=y
97
97
CONFIG_MMCSD_SDIO=y
98
98
CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y
99
+ CONFIG_MM_REGIONS=4
99
100
CONFIG_MTD=y
100
101
CONFIG_MTD_BYTE_WRITE=y
101
102
CONFIG_MTD_PARTITION=y
@@ -191,8 +192,6 @@ CONFIG_STM32H7_BKPSRAM=y
191
192
CONFIG_STM32H7_DMA1=y
192
193
CONFIG_STM32H7_DMA2=y
193
194
CONFIG_STM32H7_DMACAPABLE=y
194
- CONFIG_STM32H7_DTCMEXCLUDE=y
195
- CONFIG_STM32H7_DTCM_PROCFS=y
196
195
CONFIG_STM32H7_ETHMAC=y
197
196
CONFIG_STM32H7_FLASH_OVERRIDE_I=y
198
197
CONFIG_STM32H7_FLOWCONTROL_BROKEN=y
Original file line number Diff line number Diff line change @@ -200,8 +200,11 @@ 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
207
210
/* Stabs debugging sections. */
You can’t perform that action at this time.
0 commit comments