grouping stm32L4 family in bsp

This commit is contained in:
hathach
2021-11-02 15:15:54 +07:00
parent b809429873
commit 7e68894726
15 changed files with 561 additions and 729 deletions

View File

@@ -59,7 +59,7 @@
#define DWC2_REG(_port) ((dwc2_regs_t*) DWC2_REG_BASE)
// Debug level for DWC2
#define DWC2_DEBUG 1
#define DWC2_DEBUG 2
static TU_ATTR_ALIGNED(4) uint32_t _setup_packet[2];