mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: CubeRedPrimary: enable DTR mode for external flash
This commit is contained in:
parent
b1cba18725
commit
29583efc45
|
@ -76,6 +76,8 @@ INT_FLASH_PRIMARY 1
|
|||
# IFace Device Name Bus QSPI Mode Clk Freq Size (Pow2) NCS Delay
|
||||
QSPIDEV w25q-dtr QUADSPI1 MODE1 80*MHZ 31 1
|
||||
|
||||
define HAL_ENABLE_DTR 1
|
||||
|
||||
# disable peripheral and sensor power in the bootloader
|
||||
PG0 VDD_3V3_SENSORS_EN OUTPUT LOW
|
||||
PF2 nVDD_5V_PERIPH_EN OUTPUT LOW
|
||||
|
|
Loading…
Reference in New Issue