mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Merge branch 'RP2350' into pwm_beeper_platform_pico
This commit is contained in:
commit
3721debfdd
3 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
TARGET_MCU := RP2350A
|
TARGET_MCU := RP2350A
|
||||||
TARGET_MCU_FAMILY := PICO
|
TARGET_MCU_FAMILY := RP2350
|
||||||
|
|
||||||
MCU_FLASH_SIZE = 4096
|
MCU_FLASH_SIZE = 4096
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,6 @@
|
||||||
#define USE_SPI
|
#define USE_SPI
|
||||||
#define USE_SPI_DEVICE_0
|
#define USE_SPI_DEVICE_0
|
||||||
#define USE_SPI_DEVICE_1
|
#define USE_SPI_DEVICE_1
|
||||||
#define USE_SPI_DMA_ENABLE_LATE
|
|
||||||
|
|
||||||
#define USE_I2C
|
#define USE_I2C
|
||||||
#define USE_I2C_DEVICE_0
|
#define USE_I2C_DEVICE_0
|
||||||
|
@ -252,8 +251,11 @@
|
||||||
#define MAX7456_SPI_CS_PIN PA17
|
#define MAX7456_SPI_CS_PIN PA17
|
||||||
|
|
||||||
#define GYRO_1_CS_PIN PA1
|
#define GYRO_1_CS_PIN PA1
|
||||||
|
#define GYRO_1_EXTI_PIN PA22
|
||||||
|
|
||||||
#define GYRO_2_CS_PIN NONE
|
#define GYRO_2_CS_PIN NONE
|
||||||
|
|
||||||
|
|
||||||
#if 0 // def TEST_DSHOT_ETC
|
#if 0 // def TEST_DSHOT_ETC
|
||||||
// testing motor1 and motor2 pins -> GPIO_SPARE1, GPIO_SPARE2
|
// testing motor1 and motor2 pins -> GPIO_SPARE1, GPIO_SPARE2
|
||||||
#define MOTOR1_PIN PA32
|
#define MOTOR1_PIN PA32
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
TARGET_MCU := RP2350B
|
TARGET_MCU := RP2350B
|
||||||
TARGET_MCU_FAMILY := PICO
|
TARGET_MCU_FAMILY := RP2350
|
||||||
|
|
||||||
MCU_FLASH_SIZE = 8192
|
MCU_FLASH_SIZE = 8192
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue