summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-09-17 21:17:01 +0200
committerJF <JF002@users.noreply.github.com>2022-09-17 21:25:54 +0200
commit6ed8e983e96afea0fc42f06d43ff5927728d9f6b (patch)
treee8695771e8fbc6308db7183c3c5f4ebf7f66efb6 /.devcontainer
parentc853681d753c7ca8e2fe7bb22ca046f46ec47460 (diff)
Remove CMake targets and corresponding CLI arguments that are specific to the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT).
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.devcontainer/build.sh b/.devcontainer/build.sh
index 5dcdf91d..3d8aecbf 100644
--- a/.devcontainer/build.sh
+++ b/.devcontainer/build.sh
@@ -60,7 +60,6 @@ CmakeGenerate() {
cmake -G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
- -DUSE_OPENOCD=1 \
-DARM_NONE_EABI_TOOLCHAIN_PATH="$TOOLS_DIR/$GCC_ARM_VER" \
-DNRF5_SDK_PATH="$TOOLS_DIR/$NRF_SDK_VER" \
"$SOURCES_DIR"