Skip to content

Commit 6cee24d

Browse files
committed
increamed qspi size for cypress integration fs tests
The fs integration tests requires about 10 little fs blocks. The qspi erase size is 256K, with the default size of 2MB, this only allocates 8 little fs blocks. The tests need 10 little fs blocks to work. Also Added no-led tags to cypress board that only have 1 LED. The fs integration tests blinks 2 LEDs.
1 parent e9cb9cb commit 6cee24d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

TESTS/integration/COMMON/target_extended.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,15 @@
226226
"spif-driver.SPI_CS" : "PC_12",
227227
"no_led" : "1",
228228
"tests-fs-size" : "2*1024*1024"
229+
},
230+
"MCU_PSOC6": {
231+
"tests-fs-size" : "8*1024*1024"
232+
},
233+
"CY8PROTO_062_4343W": {
234+
"no_led" : "1"
235+
},
236+
"_CY8CPROTO_062S3_4343W": {
237+
"no_led" : "1"
229238
}
230239
},
231240
"config": {

0 commit comments

Comments
 (0)