Skip to content

Commit 06a4f1a

Browse files
erwangokartben
authored andcommitted
boards: stm32n6: Fix flash configuration for twister
On STM32N6 based series, there is no flash available and tests are performed using load and run in RAM. From twister point of view, we should consider a flash is available with the same size as RAM. (We may tune these values later as the RAM will actually be shared between code and variables). Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 3c097d8 commit 06a4f1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/st/nucleo_n657x0_q/nucleo_n657x0_q.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain:
77
- gnuarmemb
88
- xtools
99
ram: 1024
10-
flash: 0
10+
flash: 1024
1111
supported:
1212
- gpio
1313
- uart

boards/st/stm32n6570_dk/stm32n6570_dk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain:
77
- gnuarmemb
88
- xtools
99
ram: 1024
10-
flash: 0
10+
flash: 1024
1111
supported:
1212
- gpio
1313
- uart

0 commit comments

Comments
 (0)