File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
boards/holybro/durandal-v1/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 @@ -89,6 +89,7 @@ CONFIG_MEMSET_OPTSPEED=y
89
89
CONFIG_MMCSD=y
90
90
CONFIG_MMCSD_SDIO=y
91
91
CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y
92
+ CONFIG_MM_REGIONS=4
92
93
CONFIG_MTD=y
93
94
CONFIG_MTD_BYTE_WRITE=y
94
95
CONFIG_MTD_PARTITION=y
@@ -161,8 +162,6 @@ CONFIG_STM32H7_BKPSRAM=y
161
162
CONFIG_STM32H7_DMA1=y
162
163
CONFIG_STM32H7_DMA2=y
163
164
CONFIG_STM32H7_DMACAPABLE=y
164
- CONFIG_STM32H7_DTCMEXCLUDE=y
165
- CONFIG_STM32H7_DTCM_PROCFS=y
166
165
CONFIG_STM32H7_FLOWCONTROL_BROKEN=y
167
166
CONFIG_STM32H7_I2C1=y
168
167
CONFIG_STM32H7_I2C2=y
Original file line number Diff line number Diff line change @@ -199,8 +199,11 @@ SECTIONS
199
199
200
200
/* Emit the the D3 power domain section for locating BDMA data */
201
201
202
- .sram4 (NOLOAD) :
202
+ .sram4_reserve (NOLOAD) :
203
203
{
204
+ *(.sram4 )
205
+ . = ALIGN (4 );
206
+ _sram4_heap_start = ABSOLUTE (.);
204
207
} > sram4
205
208
206
209
/* Stabs debugging sections. */
You can’t perform that action at this time.
0 commit comments