Projekte angelegt

This commit is contained in:
Patrick Hangl
2026-01-15 13:06:36 +01:00
commit 1935e3d018
155 changed files with 23303 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
[
{
"directory": "C:/Users/phangl/00_Repos/06_DSP_Simulation/simulation",
"file": "main.c",
"arguments": [
"chess-clang",
"-IC:/Users/phangl/OneDrive - MED-EL/Desktop/LPDSP32_Modell/lib",
"--chess-proc-dir=C:/Users/phangl/OneDrive - MED-EL/Desktop/LPDSP32_Modell/lib",
"-S",
"-nostdlibinc",
"-D__chess__",
"-D__tct_release__=2506",
"-g",
"-IC:/Users/phangl/OneDrive - MED-EL/Desktop/LPDSP32_Modell/lib/runtime/include",
"-D__tct_patch__=0",
"-include",
"lpdsp32_llvm.h",
"-xc++",
"-Wno-register",
"-DLLVM_NO_WARN_IGNORED_CHESS",
"-D__ndl__",
"-U__chess_clang__",
"-Dassembly=",
"-Dasm_begin=asm(",
"-Dasm_end=);",
"main.c",
"--chess-proc-name=lpdsp32"
]
},
{
"directory": "C:/Users/phangl/00_Repos/06_DSP_Simulation/simulation",
"file": "signal_processing/signal_path.c",
"arguments": [
"chess-clang",
"-IC:/Users/phangl/OneDrive - MED-EL/Desktop/LPDSP32_Modell/lib",
"--chess-proc-dir=C:/Users/phangl/OneDrive - MED-EL/Desktop/LPDSP32_Modell/lib",
"-S",
"-nostdlibinc",
"-D__chess__",
"-D__tct_release__=2506",
"-g",
"-IC:/Users/phangl/OneDrive - MED-EL/Desktop/LPDSP32_Modell/lib/runtime/include",
"-D__tct_patch__=0",
"-include",
"lpdsp32_llvm.h",
"-xc++",
"-Wno-register",
"-DLLVM_NO_WARN_IGNORED_CHESS",
"-D__ndl__",
"-U__chess_clang__",
"-Dassembly=",
"-Dasm_begin=asm(",
"-Dasm_end=);",
"signal_processing/signal_path.c",
"--chess-proc-name=lpdsp32"
]
}
]