Skip to content

Commit 09a2db0

Browse files
authored
Merge pull request #12044 from shuopeng-deng/pr/cypress-fs-integration-test
increamed qspi size for cypress integration fs tests
2 parents 77b1ee5 + 6cee24d commit 09a2db0

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)