Skip to content

Commit 58fe0ba

Browse files
authored
Merge pull request #11636 from maciejbocianski/fix_EFM32GG11_STK3701_qspi_block_device_config
EFM32GG11_STK3701: add QSPIF component config
2 parents 16568da + f6b9d26 commit 58fe0ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
"MCU_PSOC6": {
4343
"QSPI_FREQ": "50000000",
4444
"QSPI_MIN_PROG_SIZE": "512"
45+
},
46+
"EFM32GG11_STK3701": {
47+
"QSPI_MIN_READ_SIZE": "4",
48+
"QSPI_MIN_PROG_SIZE": "4"
4549
}
4650
}
4751
}

0 commit comments

Comments
 (0)