Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix YYRC targets #502

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions configs/EAGLEF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@
#define UART2_TX_PIN PA2
#define UART3_TX_PIN PB10
#define UART4_TX_PIN PA0
#define UART5_TX_PIN PC12
#define UART6_TX_PIN PC6
#define UART1_RX_PIN PA7
#define UART1_RX_PIN PB7
#define UART2_RX_PIN PA3
#define UART3_RX_PIN PC11
#define UART4_RX_PIN PA1
#define UART5_RX_PIN PD2
#define UART6_RX_PIN PC7
#define INVERTER_PIN_UART1 PC0
#define INVERTER_PIN_UART1 PC0
#define I2C1_SCL_PIN PB8
#define I2C1_SDA_PIN PB9
#define LED0_PIN PC15
Expand All @@ -72,13 +73,13 @@
#define SPI2_SDO_PIN PB15
#define SPI3_SDO_PIN PB5
#define ADC_VBAT_PIN PC5
#define ADC_RSSI_PIN PC2
#define ADC_CURR_PIN PC3
#define FLASH_CS_PIN PB12
#define MAX7456_SPI_CS_PIN PA15
#define GYRO_1_EXTI_PIN PC4
#define GYRO_1_CS_PIN PA0
#define GYRO_1_CS_PIN PA4
#define USB_DETECT_PIN PA10
#define PULLDOWN_PIN_UART1 PC0
#define PINIO1_PIN PC1

#define TIMER_PIN_MAPPING \
Expand Down
6 changes: 4 additions & 2 deletions configs/EAGLEF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
#define UART2_TX_PIN PA2
#define UART3_TX_PIN PB10
#define UART4_TX_PIN PA0
#define UART5_TX_PIN PC12
#define UART6_TX_PIN PC6
#define UART1_RX_PIN PA7
#define UART1_RX_PIN PB7
#define UART2_RX_PIN PA3
#define UART3_RX_PIN PC11
#define UART4_RX_PIN PA1
Expand All @@ -71,11 +72,12 @@
#define SPI2_SDO_PIN PB15
#define SPI3_SDO_PIN PB5
#define ADC_VBAT_PIN PB0
#define ADC_RSSI_PIN PC2
#define ADC_CURR_PIN PC3
#define FLASH_CS_PIN PB12
#define MAX7456_SPI_CS_PIN PA15
#define GYRO_1_EXTI_PIN PC4
#define GYRO_1_CS_PIN PA0
#define GYRO_1_CS_PIN PA4
#define USB_DETECT_PIN PA10
#define PINIO1_PIN PC1

Expand Down