summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/gd32vf103/boards/sipeed_longan_nano/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/hw/bsp/gd32vf103/boards/sipeed_longan_nano/board.h')
m---------tinyusb0
-rwxr-xr-xtinyusb/hw/bsp/gd32vf103/boards/sipeed_longan_nano/board.h20
2 files changed, 0 insertions, 20 deletions
diff --git a/tinyusb b/tinyusb
new file mode 160000
+Subproject f8288be03f28ad7b944e6925f49422dfa39202c
diff --git a/tinyusb/hw/bsp/gd32vf103/boards/sipeed_longan_nano/board.h b/tinyusb/hw/bsp/gd32vf103/boards/sipeed_longan_nano/board.h
deleted file mode 100755
index fae7c40b..00000000
--- a/tinyusb/hw/bsp/gd32vf103/boards/sipeed_longan_nano/board.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef _NUCLEI_SDK_HAL_H
-#define _NUCLEI_SDK_HAL_H
-
-#include "gd32vf103c_longan_nano.h"
-
-// 4 bits for interrupt level, 0 for priority.
-// level 0 = lowest priority, level 15 = highest priority.
-#define __ECLIC_INTCTLBITS 4
-
-#define __SYSTEM_CLOCK 72000000
-#define HXTAL_VALUE ((uint32_t)8000000)
-
-#define SOC_DEBUG_UART GD32_COM0
-
-#define DBG_KEY_UNLOCK 0x4B5A6978
-#define DBG_CMD_RESET 0x1
-#define DBG_KEY REG32(DBG + 0x0C)
-#define DBG_CMD REG32(DBG + 0x08)
-
-#endif