[FL-1984] USB-UART improvements and fixes (#785)
* [FL-1984] USB-UART fixes * FuriHal: fix SOF wait on CDC0 * FuriHal: fixed stuck in UART IRQ with ORE event Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
#include "usb_cdc.h"
|
||||
|
||||
#define CDC0_RXD_EP 0x01
|
||||
#define CDC0_TXD_EP 0x82
|
||||
#define CDC0_NTF_EP 0x83
|
||||
#define CDC0_TXD_EP 0x81
|
||||
#define CDC0_NTF_EP 0x82
|
||||
|
||||
#define CDC1_RXD_EP 0x04
|
||||
#define CDC1_TXD_EP 0x85
|
||||
#define CDC1_NTF_EP 0x86
|
||||
#define CDC1_RXD_EP 0x03
|
||||
#define CDC1_TXD_EP 0x83
|
||||
#define CDC1_NTF_EP 0x84
|
||||
|
||||
#define CDC_NTF_SZ 0x08
|
||||
|
||||
|
Reference in New Issue
Block a user