Skip to content

Commit

Permalink
Merge pull request #7921 from mikeller/add_foxeerf722_unified_target
Browse files Browse the repository at this point in the history
Added Unified Target configuration for FOXEERF722DUAL and manufacturer id.
  • Loading branch information
mikeller committed Apr 6, 2019
2 parents 22b9f34 + 88963d6 commit f67999f
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 0 deletions.
102 changes: 102 additions & 0 deletions unified_targets/configs/FOXEERF722DUAL.config
@@ -0,0 +1,102 @@
# Betaflight / STM32F7X2 (S7X2) 4.0.0 Apr 4 2019 / 00:54:12 (e44f75b4a) MSP API: 1.41

board_name FOXEERF722DUAL
manufacturer_id FOXE

# resources
resource BEEPER 1 A04
resource MOTOR 1 A09
resource MOTOR 2 A08
resource MOTOR 3 C09
resource MOTOR 4 C08
resource MOTOR 5 C06
resource MOTOR 6 C07
resource PPM 1 B07
resource LED_STRIP 1 A15
resource SERIAL_TX 1 B06
resource SERIAL_TX 2 A02
resource SERIAL_TX 3 B10
resource SERIAL_TX 4 A00
resource SERIAL_TX 5 C12
resource SERIAL_RX 1 B07
resource SERIAL_RX 2 A03
resource SERIAL_RX 3 B11
resource SERIAL_RX 4 A01
resource SERIAL_RX 5 D02
resource I2C_SCL 1 B08
resource I2C_SDA 1 B09
resource LED 1 C15
resource SPI_SCK 1 A05
resource SPI_SCK 2 B13
resource SPI_SCK 3 C10
resource SPI_MISO 1 A06
resource SPI_MISO 2 B14
resource SPI_MISO 3 C11
resource SPI_MOSI 1 A07
resource SPI_MOSI 2 B15
resource SPI_MOSI 3 B05
resource CAMERA_CONTROL 1 B03
resource ADC_BATT 1 C00
resource ADC_RSSI 1 A00
resource ADC_CURR 1 C02
resource FLASH_CS 1 B12
resource OSD_CS 1 C03
resource GYRO_EXTI 1 C04
resource GYRO_EXTI 2 B00
resource GYRO_CS 1 B02
resource GYRO_CS 2 B01

# timer
timer B07 0
timer A09 0
timer A08 0
timer C09 1
timer C08 1
timer C06 1
timer C07 1
timer A15 0
timer B03 0

# dma
dma ADC 3 0
# ADC 3: DMA2 Stream 0 Channel 2
dma pin B07 0
# pin B07: DMA1 Stream 3 Channel 2
dma pin A09 0
# pin A09: DMA2 Stream 6 Channel 0
dma pin A08 0
# pin A08: DMA2 Stream 6 Channel 0
dma pin C09 0
# pin C09: DMA2 Stream 7 Channel 7
dma pin C08 0
# pin C08: DMA2 Stream 2 Channel 0
dma pin C06 0
# pin C06: DMA2 Stream 2 Channel 0
dma pin C07 0
# pin C07: DMA2 Stream 2 Channel 0
dma pin A15 0
# pin A15: DMA1 Stream 5 Channel 3
dma pin B03 0
# pin B03: DMA1 Stream 6 Channel 3

# master
set mag_bustype = I2C
set mag_i2c_device = 1
set baro_bustype = I2C
set baro_i2c_device = 1
set adc_device = 3
set blackbox_device = SPIFLASH
set dshot_burst = ON
set current_meter = ADC
set battery_meter = ADC
set beeper_inversion = ON
set beeper_od = OFF
set system_hse_mhz = 8
set max7456_spi_bus = 3
set dashboard_i2c_bus = 1
set flash_spi_bus = 2
set gyro_1_bustype = SPI
set gyro_1_spibus = 1
set gyro_1_sensor_align = CW270
set gyro_2_spibus = 1
set gyro_2_sensor_align = CW180
1 change: 1 addition & 0 deletions unified_targets/docs/Manufacturers.md
Expand Up @@ -14,6 +14,7 @@ This is the official list of manufacturer ids (`manufacturer_id` in the target c
|DYST|DongYang Smart Technology Co.,Ltd (dys)|http://www.dys.hk/|
|FFPV|Furious FPV|https://furiousfpv.com/|
|FLWO|Flywoo|https://flywoo.net/|
|FOXE|Foxeer|http://www.foxeer.com/|
|HAMO|Happymodel|http://www.happymodel.cn/|
|HBRO|Holybro|http://www.holybro.com/index.html|
|IFRC|iFlight Innovation Technology Ltd.|https://www.iflight-rc.com/|
Expand Down

0 comments on commit f67999f

Please sign in to comment.