添加GD32H7的CMake工程

This commit is contained in:
2026-07-23 19:44:30 +08:00
commit d07f065b1c
202 changed files with 204039 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
/**
* @file main.h
* @author
* @brief
* @version 0.1
* @date 2025-08-14
*
* @copyright Copyright (c) 2025
*
*/
#ifndef __MAIN_H__
#define __MAIN_H__
int main();
#endif /* __MAIN_H__ */