nuttx-configs: aerofc: Enable CONFIG_STM32_FLASH_WORKAROUND_DATA_CACHE_CORRUPTION_ON_RWW

Now AeroFC is making use of both flash memory banks so it need this
workaround.
This commit is contained in:
José Roberto de Souza 2017-03-10 16:34:52 -08:00 committed by Lorenz Meier
parent 03e3877535
commit f61b830ae9
1 changed files with 1 additions and 0 deletions

View File

@ -437,6 +437,7 @@ CONFIG_STM32_I2C=y
# Alternate Pin Mapping
#
CONFIG_STM32_FLASH_PREFETCH=y
CONFIG_STM32_FLASH_WORKAROUND_DATA_CACHE_CORRUPTION_ON_RWW=y
# CONFIG_STM32_JTAG_DISABLE is not set
# CONFIG_STM32_JTAG_FULL_ENABLE is not set
# CONFIG_STM32_JTAG_NOJNTRST_ENABLE is not set