移植stm32代码

This commit is contained in:
Qiea
2024-11-10 11:13:57 +08:00
parent 77ddd25170
commit 271bd6efa1
8 changed files with 536 additions and 12 deletions

View File

@@ -8,4 +8,6 @@ include_directories(.)
add_executable(c_cnn
cnn.c
cnn.h
main.c)
main.c
cnn_model.c
debug.c)