first commit

This commit is contained in:
2025-11-07 17:02:04 +06:00
commit d577c5193c
16 changed files with 951 additions and 0 deletions

9
funconfig.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#define FUNCONF_USE_HSE 1
#define FUNCONF_SYSTEM_CORE_CLOCK 120000000
#define FUNCONF_PLL_MULTIPLIER 15
#define FUNCONF_SYSTICK_USE_HCLK 1
#endif