bsp/stm32h7: configure S(D)RAM values for STM32H7B3I-DK BSP variant

Caveat: SDRAM 1 is completely disabled for now.
This commit is contained in:
Karel Gardas
2022-04-01 18:14:14 +02:00
committed by Sebastian Huber
parent c2e4128f73
commit 2414d9b151
6 changed files with 24 additions and 6 deletions

View File

@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 33554432
default-by-variant: []
default-by-variant:
- value: 0
variants:
- arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []

View File

@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x20000
default-by-variant: []
default-by-variant:
- value: 0x10000
variants:
- arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []

View File

@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x20000
default-by-variant: []
default-by-variant:
- value: 0x10000
variants:
- arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []

View File

@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x8000
default-by-variant: []
default-by-variant:
- value: 0x0
variants:
- arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []

View File

@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x10000
default-by-variant: []
default-by-variant:
- value: 0x8000
variants:
- arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []

View File

@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x80000
default-by-variant: []
default-by-variant:
- value: 0xA0000
variants:
- arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []