first commit

This commit is contained in:
2026-05-24 16:31:03 +08:00
commit 723bd78720
118 changed files with 14377 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
//
// Created by anonymous on 2026/5/24.
//
#include "main.h"
#include <stdio.h>
#include <stdint.h>
int main(void) {
uint32_t i;
while (1) {
i++;
}
return 0;
}
+8
View File
@@ -0,0 +1,8 @@
//
// Created by anonymous on 2026/5/24.
//
#ifndef HELLOCLIONSTM32F10X_MAIN_H
#define HELLOCLIONSTM32F10X_MAIN_H
#endif //HELLOCLIONSTM32F10X_MAIN_H