USB CDC on STM32G0B1 works

This commit is contained in:
Edward Emelianov
2026-03-04 23:02:47 +03:00
parent 8f6a80e2c7
commit b5a4a21f51
46 changed files with 4407 additions and 20 deletions

View File

@@ -18,9 +18,9 @@
#pragma once
#define USARTTXBUFSZ (1024)
#define USARTTXBUFSZ (4096)
#define USARTRXBUFSZ (128)
#define USARTTXDMABUFSZ (256)
#define USARTTXDMABUFSZ (1024)
// blocking timeout - not more than 5ms
#define USARTBLKTMOUT (5)