hwdef.dat 523 B

12345678910111213141516171819202122
  1. # hw definition file for processing by chibios_pins.py
  2. # Omnibus F4 AIO (no current sensor onboard) boards
  3. # with F405 mcu, mpu6000 imu, bmp280 barometer, 7456 series osd and sdcard
  4. include ../omnibusf4pro/hwdef.dat
  5. undef APJ_BOARD_ID
  6. undef PC8
  7. undef PC9
  8. # board ID for firmware load
  9. APJ_BOARD_ID 1002
  10. #Omnibus F4 AIO V3 and later had hw inverter on UART6
  11. #Overide it to use as GPS UART port
  12. PC8 SBUS_INVERT_RX OUTPUT LOW
  13. PC9 SBUS_INVERT_TX OUTPUT LOW
  14. undef BOARD_PWM_COUNT_DEFAULT
  15. define BOARD_PWM_COUNT_DEFAULT 6