Skip to content
Snippets Groups Projects
Unverified Commit 77b5c47d authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

STM32F7 disable d-cache as a precaution (#11374)

 - see 1259864 Data corruption in a sequence of Write-Through stores and loads
 - if we can be certain this sequence won't occur in PX4 then the d-cache will be re-enabled
parent 4c21163c
No related branches found
No related tags found
Loading
......@@ -162,8 +162,7 @@ CONFIG_ARMV7M_HAVE_DCACHE=y
CONFIG_ARMV7M_USEBASEPRI=y
CONFIG_ARMV7M_BASEPRI_WAR=y
CONFIG_ARMV7M_ICACHE=y
CONFIG_ARMV7M_DCACHE=y
CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y
# CONFIG_ARMV7M_DCACHE is not set
CONFIG_ARMV7M_HAVE_ITCM=y
CONFIG_ARMV7M_HAVE_DTCM=y
# CONFIG_ARMV7M_ITCM is not set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment