mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: disable DMA for RCIN on Pixracer
this frees up DMA for USART1_RX, which gives DMA for input over the SERIAL5 WiFi port, which is important for applications where a pixracer is being fed vision data over WiFi
This commit is contained in:
parent
cf348c7512
commit
560a1bf9e0
|
@ -104,7 +104,7 @@ PC2 MPU9250_CS CS
|
|||
PC3 LED_SAFETY OUTPUT
|
||||
PC4 SAFETY_IN INPUT PULLDOWN
|
||||
PC5 VDD_PERIPH_EN OUTPUT HIGH
|
||||
PC7 TIM8_CH2 TIM8 RCIN FLOAT LOW # also USART6_RX for serial RC
|
||||
PC7 TIM8_CH2 TIM8 RCININT FLOAT LOW # also USART6_RX for serial RC
|
||||
|
||||
PC8 SDIO_D0 SDIO
|
||||
PC9 SDIO_D1 SDIO
|
||||
|
|
Loading…
Reference in New Issue