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.
pull/12044/head
Shuopeng Deng 2019-12-02 12:28:48 -06:00
parent e9cb9cb014
commit 6cee24d078
1 changed files with 9 additions and 0 deletions

View File

@ -226,6 +226,15 @@
"spif-driver.SPI_CS" : "PC_12",
"no_led" : "1",
"tests-fs-size" : "2*1024*1024"
},
"MCU_PSOC6": {
"tests-fs-size" : "8*1024*1024"
},
"CY8PROTO_062_4343W": {
"no_led" : "1"
},
"_CY8CPROTO_062S3_4343W": {
"no_led" : "1"
}
},
"config": {