From 26db5e14522173c274ac954c867d2ebe5d8ca3ac Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期二, 18 十一月 2025 19:43:53 +0800 Subject: [PATCH] python和STM32数据双向调通,准备下一阶段GPS测试。 --- .gitignore | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index f112f7f..45854bd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,9 @@ # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. +/STM32H743/MDK-ARM/STM32H743/*.crf +/STM32H743/MDK-ARM/STM32H743/*.d +/STM32H743/MDK-ARM/STM32H743/*.o +/STM32H743/MDK-ARM/STM32H743/*.htm +/STM32H743/MDK-ARM/STM32H743/*.axf +/STM32H743/MDK-ARM/STM32H743/*.hex -- Gitblit v1.9.3