feat: update project name to pec930_pfc_llc
This commit is contained in:
Vendored
+2
-2
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user