mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11636 from maciejbocianski/fix_EFM32GG11_STK3701_qspi_block_device_config
EFM32GG11_STK3701: add QSPIF component configpull/11700/head
commit
58fe0ba7b0
|
|
@ -42,6 +42,10 @@
|
|||
"MCU_PSOC6": {
|
||||
"QSPI_FREQ": "50000000",
|
||||
"QSPI_MIN_PROG_SIZE": "512"
|
||||
},
|
||||
"EFM32GG11_STK3701": {
|
||||
"QSPI_MIN_READ_SIZE": "4",
|
||||
"QSPI_MIN_PROG_SIZE": "4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue