Skip to content

Commit

Permalink
add tbs lucid
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Aug 7, 2024
1 parent 3911ba4 commit 06c5042
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 0 deletions.
64 changes: 64 additions & 0 deletions targets/tebs-tbs_lucid_fc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: tbs_lucid_fc
manufacturer: TEBS
mcu: at32f435m
brushless: true
leds:
- invert: true
pin: PC14
- invert: true
pin: PC15
serial_ports:
- index: 1
rx: PA10
tx: PA9
- index: 2
rx: PB0
- index: 3
rx: PB10
tx: PB11
- index: 4
rx: PH2
tx: PH3
- index: 5
rx: PD2
tx: PB9
- index: 7
rx: PB3
tx: PB4
- index: 8
rx: PC3
tx: PC2
spi_ports:
- index: 1
miso: PA6
mosi: PA7
sck: PA5
- index: 2
miso: PB14
mosi: PB15
sck: PB13
- index: 3
miso: PC11
mosi: PC12
sck: PC10
gyro:
port: 1
nss: PA4
exti: PC4
osd:
port: 2
nss: PB12
flash:
port: 3
nss: PA15
vbat: PC0
ibat: PC1
rgb_led: PA8
buzzer:
invert: true
pin: PC13
motor_pins:
- PC8
- PC9
- PC6
- PB5
60 changes: 60 additions & 0 deletions targets/tebs-tbs_lucid_mod_fc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: tbs_lucid_mod_fc
manufacturer: TEBS
mcu: at32f435m
brushless: true
leds:
- invert: true
pin: PC14
- invert: true
pin: PC15
serial_ports:
- index: 1
rx: PA10
tx: PA9
- index: 2
rx: PB0
- index: 3
tx: PB11
- index: 4
- index: 5
rx: PB5
tx: PB6
- index: 7
rx: PB3
tx: PB4
- index: 8
rx: PC3
tx: PC2
spi_ports:
- index: 1
miso: PA6
mosi: PA7
sck: PA5
- index: 2
miso: PB14
mosi: PB15
sck: PB13
- index: 3
miso: PC11
mosi: PC12
sck: PC10
gyro:
port: 1
nss: PA4
exti: PC4
osd:
port: 2
nss: PB12
flash:
port: 3
nss: PA15
vbat: PC0
rgb_led: PA8
buzzer:
invert: true
pin: PC13
motor_pins:
- PC8
- PC9
- PC6
- PC7

0 comments on commit 06c5042

Please sign in to comment.