mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
M7 dcache ctrl via a parameter (#11769)
* Support for armv7-m_dcache control via parameter The FORCE_F7_DCACHE parameter can be set to 0 - (default) if Eratta exits turn dcache off else leave it on 1 - Force it off 2 - Force it on At boot the system will disable the d-cache if the silicon has the 1259864 Data corruption in a sequence of Write-Through stores and loads eratta. Post nsh script execution the FORCE_F7_DCACHE paramater will be used to set the d-cache to the state indicated above.
This commit is contained in:
committed by
Daniel Agar
parent
daa3c733e9
commit
1c212e3f84
@@ -48,6 +48,7 @@ px4_add_board(
|
||||
roboclaw
|
||||
stm32
|
||||
stm32/adc
|
||||
stm32/armv7-m_dcache
|
||||
#stm32/tone_alarm
|
||||
tap_esc
|
||||
telemetry # all available telemetry drivers
|
||||
|
||||
Reference in New Issue
Block a user