mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
e9cb9cb014
commit
6cee24d078
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue