摘要: #### 简单helle目录如下 ``` . ├── CMakeLists.txt ├── hello │ └── hello.c └── main.c ``` #### main.c ``` #include "hello//hello.c" int main() { print_hello(); 阅读全文
posted @ 2023-08-09 16:19 vx_guanchaoguo0 阅读(61) 评论(0) 推荐(0) 编辑
摘要: #### 使用 Clion IDE 开发 stm32 使用标准库 可以使用 qemu 代替开发版 ### 使用 CMakeLists.txt 编译项目 ``` set(CMAKE_SYSTEM_NAME Generic) set(CMAKE_SYSTEM_VERSION 1) cmake_minim 阅读全文
posted @ 2023-08-09 15:49 vx_guanchaoguo0 阅读(91) 评论(0) 推荐(0) 编辑