forked from Imagelibrary/rtems
bsps/stm32h7: link to flash on STM32H7B3I-DK
The patch is needed due to smaller SRAM and completely disabled SDRAM on the BSP variant.
This commit is contained in:
committed by
Sebastian Huber
parent
500e69639e
commit
282fba3c88
@@ -3,7 +3,10 @@ actions:
|
|||||||
- env-assign: null
|
- env-assign: null
|
||||||
build-type: option
|
build-type: option
|
||||||
default: linkcmds.sdram
|
default: linkcmds.sdram
|
||||||
default-by-variant: []
|
default-by-variant:
|
||||||
|
- value: linkcmds.flash
|
||||||
|
variants:
|
||||||
|
- arm/stm32h7b3i-dk
|
||||||
enabled-by: true
|
enabled-by: true
|
||||||
format: '{}'
|
format: '{}'
|
||||||
links: []
|
links: []
|
||||||
|
|||||||
Reference in New Issue
Block a user