forked from RCSN/CherryDAP
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#ifndef HSLINK_PRO_USB2UART_H | ||
#define HSLINK_PRO_USB2UART_H | ||
|
||
#define PIN_UART_TX IOC_PAD_PA08 | ||
#define PIN_UART_RX IOC_PAD_PA09 | ||
#define PIN_UART_RTS IOC_PAD_PA07 | ||
#define PIN_UART_DTR IOC_PAD_PA06 | ||
|
||
void uartx_preinit(void); | ||
|
||
void usb2uart_handler(void); | ||
|
||
#endif //HSLINK_PRO_USB2UART_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters