Skip to content

Commit

Permalink
add lyif722d
Browse files Browse the repository at this point in the history
  • Loading branch information
chaotixtech committed Nov 1, 2024
1 parent 9a7e17e commit f45e5ff
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manufacturers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ JHEF:
LMNR:
name: Lumenier
url: https://www.lumenier.com/
LYII:
name: LYI Innovation
url: https://mp.weixin.qq.com/s/w4LQOQ4R4mGSLqJTB4CgFg
MTKS:
name: Matek Systems
url: http://www.mateksys.com/
Expand Down
63 changes: 63 additions & 0 deletions targets/lyii-lyif722d.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: lyif722d
manufacturer: LYII
mcu: stm32f722
brushless: true
leds:
- invert: true
pin: PA14
- invert: false
pin: PA13
serial_ports:
- index: 1
rx: PA10
tx: PA9
- index: 2
rx: PA3
tx: PA2
- index: 3
rx: PB11
tx: PB10
- index: 4
rx: PA1
tx: PA0
- index: 5
rx: PD2
tx: PC12
- index: 6
rx: PC7
tx: PC6
spi_ports:
- index: 1
miso: PA6
mosi: PA7
sck: PA5
- index: 2
miso: PB14
mosi: PB15
sck: PB13
- index: 3
miso: PC11
mosi: PB2
sck: PC10
gyro:
port: 1
nss: PA4
exti: PC4
flash:
port: 2
nss: PB12
osd:
port: 3
nss: PA15
vbat: PC1
ibat: PC0
ibat_scale: 177
rgb_led: PA8
buzzer:
invert: true
pin: PC14
motor_pins:
- PB4
- PB5
- PB6
- PB7

0 comments on commit f45e5ff

Please sign in to comment.