Add CH32V203 support.

This commit is contained in:
cnlohr
2024-06-19 04:31:21 -07:00
parent 200d271c0a
commit 956ac4a0c2
6 changed files with 346 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#define FUNCONF_USE_DEBUGPRINTF 1
#define FUNCONF_USE_UARTPRINTF 0
#define FUNCONF_USE_HSE 1
#define FUNCONF_SYSTICK_USE_HCLK 1
#endif