Skip to content

Commit 34a08eb

Browse files
committed
boards: st: stm32h7s78_dk: Fix ram size in board yaml file
Actual available internal RAM size was wrong, fix it. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 570a671 commit 34a08eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32h7s78_dk/stm32h7s78_dk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: mcu
44
arch: arm
55
toolchain:
66
- zephyr
7-
ram: 640
7+
ram: 128
88
flash: 64
99
supported:
1010
- arduino_gpio

0 commit comments

Comments
 (0)