Merge pull request #11636 from maciejbocianski/fix_EFM32GG11_STK3701_qspi_block_device_config

EFM32GG11_STK3701: add QSPIF component config
pull/11700/head
Martin Kojtal 2019-10-16 19:12:59 +08:00 committed by GitHub
commit 58fe0ba7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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"
}
}
}