mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
parent
3f80b0c8bf
commit
2eb378c66d
2 changed files with 10 additions and 8 deletions
|
@ -34,6 +34,10 @@
|
||||||
#define HANG_ON_ERRORS
|
#define HANG_ON_ERRORS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define USE_VCP
|
||||||
|
|
||||||
|
#define UNIFIED_SERIAL_PORT_COUNT 1
|
||||||
|
|
||||||
#define USE_UART1
|
#define USE_UART1
|
||||||
#define USE_UART2
|
#define USE_UART2
|
||||||
#define USE_UART3
|
#define USE_UART3
|
||||||
|
@ -43,7 +47,7 @@
|
||||||
#define USE_UART7
|
#define USE_UART7
|
||||||
#define USE_UART8
|
#define USE_UART8
|
||||||
|
|
||||||
#define SERIAL_PORT_COUNT (UNIFIED_SERIAL_PORT_COUNT + 3)
|
#define SERIAL_PORT_COUNT (UNIFIED_SERIAL_PORT_COUNT + 8)
|
||||||
|
|
||||||
#define TARGET_IO_PORTA 0xffff
|
#define TARGET_IO_PORTA 0xffff
|
||||||
#define TARGET_IO_PORTB 0xffff
|
#define TARGET_IO_PORTB 0xffff
|
||||||
|
@ -68,9 +72,6 @@
|
||||||
|
|
||||||
#define USE_USB_DETECT
|
#define USE_USB_DETECT
|
||||||
#define USE_PERSISTENT_MSC_RTC
|
#define USE_PERSISTENT_MSC_RTC
|
||||||
#define USE_VCP
|
|
||||||
|
|
||||||
#define UNIFIED_SERIAL_PORT_COUNT 6
|
|
||||||
|
|
||||||
#define USE_ADC
|
#define USE_ADC
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,10 @@
|
||||||
#define HANG_ON_ERRORS
|
#define HANG_ON_ERRORS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define USE_VCP
|
||||||
|
|
||||||
|
#define UNIFIED_SERIAL_PORT_COUNT 1
|
||||||
|
|
||||||
#define USE_UART1
|
#define USE_UART1
|
||||||
#define USE_UART2
|
#define USE_UART2
|
||||||
#define USE_UART3
|
#define USE_UART3
|
||||||
|
@ -43,7 +47,7 @@
|
||||||
#define USE_UART7
|
#define USE_UART7
|
||||||
#define USE_UART8
|
#define USE_UART8
|
||||||
|
|
||||||
#define SERIAL_PORT_COUNT (UNIFIED_SERIAL_PORT_COUNT + 3)
|
#define SERIAL_PORT_COUNT (UNIFIED_SERIAL_PORT_COUNT + 8)
|
||||||
|
|
||||||
#define TARGET_IO_PORTA 0xffff
|
#define TARGET_IO_PORTA 0xffff
|
||||||
#define TARGET_IO_PORTB 0xffff
|
#define TARGET_IO_PORTB 0xffff
|
||||||
|
@ -68,9 +72,6 @@
|
||||||
|
|
||||||
#define USE_USB_DETECT
|
#define USE_USB_DETECT
|
||||||
#define USE_PERSISTENT_MSC_RTC
|
#define USE_PERSISTENT_MSC_RTC
|
||||||
#define USE_VCP
|
|
||||||
|
|
||||||
#define UNIFIED_SERIAL_PORT_COUNT 6
|
|
||||||
|
|
||||||
#define USE_ADC
|
#define USE_ADC
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue