summaryrefslogtreecommitdiff
path: root/.devcontainer/create_build_openocd.sh
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-08-10 16:54:13 +0200
committerGitHub <noreply@github.com>2021-08-10 16:54:13 +0200
commit643077341b14a52819cbaf02abbd5fb56cdeb802 (patch)
treef8d130b7003ef38aad7f93f101eae9fa1d0ccea9 /.devcontainer/create_build_openocd.sh
parent9fb37550886f09f6510e99a5b452262c53c3987c (diff)
parent44889adda074af2a7a5fe61b19667521755dd24d (diff)
Merge pull request #505 from geekbozu/devcon
VSCode Devcontainer
Diffstat (limited to '.devcontainer/create_build_openocd.sh')
-rw-r--r--.devcontainer/create_build_openocd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.devcontainer/create_build_openocd.sh b/.devcontainer/create_build_openocd.sh
new file mode 100644
index 00000000..c5bff5c8
--- /dev/null
+++ b/.devcontainer/create_build_openocd.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+rm -rf build/
+cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release -DUSE_OPENOCD=1 -DARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-9-2020-q2-update -DNRF5_SDK_PATH=/opt/nRF5_SDK_15.3.0_59ac345 -S . -Bbuild \ No newline at end of file