Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/target/OMNIBUSF4/OMNIBUSF4V3_SFTSRL2.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# OMNIBUSF4V3_SFTSRL2
12 changes: 12 additions & 0 deletions src/main/target/OMNIBUSF4/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,18 @@
#define SOFTSERIAL_1_TX_PIN PC6 //shared with UART6_TX

#define SERIAL_PORT_COUNT 5 //VCP, USART1, USART3, USART6, SOFTSERIAL1

#elif defined(OMNIBUSF4V3_SFTSRL2)
#define USE_SOFTSERIAL1
#define SOFTSERIAL_1_RX_PIN PA1 //shared with S5
#define SOFTSERIAL_1_TX_PIN PA1 //shared with S5

#define USE_SOFTSERIAL2
#define SOFTSERIAL_2_RX_PIN PA8 //shared with S6
#define SOFTSERIAL_2_TX_PIN PA8 //shared with S6

#define SERIAL_PORT_COUNT 6 //VCP, USART1, USART3, USART6, SOFTSERIAL1, SOFTSERIAL2

#else
#define USE_SOFTSERIAL1
#define SOFTSERIAL_1_RX_PIN PC8
Expand Down