feat: update project name to pec930_pfc_llc

This commit is contained in:
roy01
2026-04-27 15:42:44 +08:00
parent 6aafb36ebc
commit 522c8526d6
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
"request": "launch",
"servertype": "external",
"cwd": "${workspaceFolder}",
"executable": "./build/Debug/pec930_motor.elf",
"executable": "./build/Debug/pec930_pfc_llc.elf",
"gdbPath": "/opt/riscv64-unknown-elf/bin/riscv64-unknown-elf-gdb",
"gdbTarget": "localhost:3333",
"runToEntryPoint": "main",
@@ -22,7 +22,7 @@
"request": "launch",
"servertype": "external",
"cwd": "${workspaceFolder}",
"executable": "./build/Debug/pec930_motor.elf",
"executable": "./build/Debug/pec930_pfc_llc.elf",
"gdbPath": "C:/Program Files/nuclei_riscv_newlibc_prebuilt_win64_2025.10/gcc/bin/riscv64-unknown-elf-gdb.exe",
"gdbTarget": "localhost:3333",
"runToEntryPoint": "main",
+1 -1
View File
@@ -8,7 +8,7 @@ set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/riscv64-unknown-elf.cmake)
# ==========================
# Project Setup
# ==========================
project(pec930_motor VERSION 0.0.1 LANGUAGES C ASM)
project(pec930_pfc_llc VERSION 0.0.1 LANGUAGES C ASM)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)