-
Notifications
You must be signed in to change notification settings - Fork 268
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
Create FOXE-FOXEERF405_24A.config #1255
Closed
Closed
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
#define USE_ACC | ||
#define USE_ACC_SPI_MPU6000 | ||
#define USE_GYRO | ||
#define USE_GYRO_SPI_MPU6000 | ||
#define USE_GYRO | ||
#define USE_GYRO_SPI_ICM42688P | ||
#define USE_ACC | ||
#define USE_ACC_SPI_ICM42688P | ||
#define USE_BARO | ||
#define USE_BARO_DPS310 | ||
#define USE_FLASH | ||
#define USE_FLASH_M25P16 | ||
#define USE_MAX7456 | ||
board_name FOXEERF405_24A | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, please delete this PR, I will rename the fw name |
||
manufacturer_id FOXE | ||
# resources | ||
resource BEEPER 1 C15 | ||
resource MOTOR 1 A08 | ||
resource MOTOR 2 C09 | ||
resource MOTOR 3 C08 | ||
resource MOTOR 4 B15 | ||
resource MOTOR 5 B06 | ||
resource MOTOR 6 A15 | ||
resource MOTOR 7 B11 | ||
resource MOTOR 8 B10 | ||
resource SERVO 1 B01 | ||
resource LED_STRIP 1 B07 | ||
resource SERIAL_TX 1 A09 | ||
resource SERIAL_TX 2 A02 | ||
resource SERIAL_TX 3 C10 | ||
resource SERIAL_TX 4 A00 | ||
resource SERIAL_TX 5 C12 | ||
resource SERIAL_TX 6 C06 | ||
resource SERIAL_RX 1 A10 | ||
resource SERIAL_RX 2 A03 | ||
resource SERIAL_RX 3 C11 | ||
resource SERIAL_RX 4 A01 | ||
resource SERIAL_RX 5 D02 | ||
resource SERIAL_RX 6 C07 | ||
resource LED 1 A13 | ||
resource LED 2 A14 | ||
resource I2C_SCL 1 B08 | ||
resource I2C_SDA 1 B09 | ||
resource SPI_SCK 1 A05 | ||
resource SPI_SCK 2 B13 | ||
resource SPI_SCK 3 B03 | ||
resource SPI_MISO 1 A06 | ||
resource SPI_MISO 2 C02 | ||
resource SPI_MISO 3 B04 | ||
resource SPI_MOSI 1 A07 | ||
resource SPI_MOSI 2 C03 | ||
resource SPI_MOSI 3 B05 | ||
resource CAMERA_CONTROL 1 B00 | ||
resource ADC_BATT 1 C00 | ||
resource ADC_CURR 1 C01 | ||
resource ADC_RSSI 1 C05 | ||
resource PINIO 1 B14 | ||
resource FLASH_CS 1 B12 | ||
resource OSD_CS 1 C14 | ||
resource GYRO_EXTI 1 C04 | ||
resource GYRO_CS 1 A04 | ||
# timer | ||
timer A08 AF1 | ||
# pin A08: TIM1 CH1 (AF1) | ||
timer C09 AF3 | ||
# pin C09: TIM8 CH4(AF3) | ||
timer C08 AF3 | ||
# pin C08: TIM8 CH3 (AF3) | ||
timer B15 AF1 | ||
# pin B15: TIM1 CH3N (AF1) | ||
timer B10 AF1 | ||
# pin B10: TIM2 CH3 (AF1) | ||
timer B11 AF1 | ||
# pin B11: TIM2 CH4 (AF1) | ||
timer A15 AF1 | ||
# pin A15: TIM2 CH1 (AF1) | ||
timer B06 AF2 | ||
# pin B06: TIM4 CH1 (AF2) | ||
timer B01 AF2 | ||
# pin B01: TIM3 CH4 (AF2) | ||
timer B00 AF2 | ||
# pin B00: TIM3 CH3 (AF2) | ||
# dma | ||
dma ADC 1 1 | ||
# ADC 1: DMA2 Stream 4 Channel 0 | ||
dma pin A08 1 | ||
# pin A08: DMA2 Stream 1 Channel 6 | ||
dma pin C09 0 | ||
# pin C09: DMA2 Stream 7 Channel 7 | ||
dma pin C08 0 | ||
# pin C08: DMA2 Stream 2 Channel 0 | ||
dma pin B15 1 | ||
# pin B15: DMA2 Stream 6 Channel 6 | ||
dma pin B10 0 | ||
# pin B10: DMA1 Stream 1 Channel 3 | ||
dma pin B11 0 | ||
# pin B11: DMA1 Stream 7 Channel 3 | ||
dma pin A15 0 | ||
# pin A15: DMA1 Stream 5 Channel 3 | ||
dma pin B06 0 | ||
# pin B06: DMA1 Stream 0 Channel 2 | ||
dma pin B01 0 | ||
# pin B01: DMA1 Stream 2 Channel 5 | ||
dma pin B00 0 | ||
# pin B00: DMA1 Stream 7 Channel 5 | ||
# feature | ||
feature RX_SERIAL | ||
feature TELEMETRY | ||
feature OSD | ||
# master | ||
set mag_bustype = I2C | ||
set mag_i2c_device = 1 | ||
set mag_hardware = AUTO | ||
set baro_bustype = I2C | ||
set baro_i2c_device = 1 | ||
set system_hse_mhz = 8 | ||
set max7456_spi_bus = 3 | ||
set max7456_preinit_opu = OFF | ||
set dashboard_i2c_bus = 1 | ||
set dashboard_i2c_addr = 60 | ||
set usb_msc_pin_pullup = ON | ||
set flash_spi_bus = 2 | ||
set current_meter = ADC | ||
set battery_meter = ADC | ||
set ibata_scale = 70 | ||
set gyro_1_bustype = SPI | ||
set gyro_1_spibus = 1 | ||
set gyro_1_i2cBus = 0 | ||
set gyro_1_i2c_address = 0 | ||
set gyro_1_sensor_align = CW270 | ||
set i2c1_pullup = OFF |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already defined on line 3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed, thank you