From 28316be1ad98e08f83a61585515833fbe1b9b256 Mon Sep 17 00:00:00 2001 From: gaoyang3513 Date: Mon, 22 May 2023 15:03:37 +0000 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20cmake=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ NSPE/Firmware/CMSIS/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30023e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +build/ diff --git a/NSPE/Firmware/CMSIS/CMakeLists.txt b/NSPE/Firmware/CMSIS/CMakeLists.txt index 930ce0b..66147d5 100644 --- a/NSPE/Firmware/CMSIS/CMakeLists.txt +++ b/NSPE/Firmware/CMSIS/CMakeLists.txt @@ -12,7 +12,7 @@ target_sources(cmsis target_sources(cmsis PRIVATE - GD/GD32W51X/SOURCE/GCC/startup_gd32w51x.s + GD/GD32W51x/Source/GCC/startup_gd32w51x.s ) target_sources(cmsis