Skip to content

Commit cf8f42c

Browse files
committed
boards: mps3_an547: Add flash and RAM size attributes
This commit adds the flash and RAM size attributes to the board YAML file so that the board can be properly filtered by memory sizes. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 5ab62a4 commit cf8f42c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

boards/arm/mps3_an547/mps3_an547.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ identifier: mps3_an547
88
name: Arm MPS3-AN547
99
type: mcu
1010
arch: arm
11+
ram: 512
12+
flash: 512
1113
simulation: qemu
1214
toolchain:
1315
- gnuarmemb

boards/arm/mps3_an547/mps3_an547_ns.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ identifier: mps3_an547_ns
88
name: Arm MPS3-AN547_ns
99
type: mcu
1010
arch: arm
11+
ram: 2048
12+
flash: 384
1113
simulation: qemu
1214
toolchain:
1315
- gnuarmemb

0 commit comments

Comments
 (0)