Add board support for gd32vf103 longan nano

This commit is contained in:
Stefan Kerkmann
2021-07-10 11:17:24 +02:00
parent 2657560b63
commit 19b971cb24
9 changed files with 2184 additions and 0 deletions
+3
View File
@@ -130,6 +130,9 @@
#elif CFG_TUSB_MCU == OPT_MCU_RX63X || CFG_TUSB_MCU == OPT_MCU_RX65X
// no header needed
#elif CFG_TUSB_MCU == OPT_MCU_GD32VF103
#include "gd32vf103.h"
#else
#error "Missing MCU header"
#endif