File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 "servertype" : " openocd" ,
5353 "runToMain" : true ,
5454 // Only use armToolchainPath if your arm-none-eabi-gdb is not in your path (some GCC packages does not contain arm-none-eabi-gdb)
55- "armToolchainPath" : " ${workspaceRoot}/../gcc-arm-none-eabi-9-2020-q2-update /bin" ,
55+ "armToolchainPath" : " ${workspaceRoot}/../gcc-arm-11.2-2022.02-x86_64-arm-none-eabi /bin" ,
5656 "svdFile" : " ${workspaceRoot}/nrf52.svd" ,
5757 "configFiles" : [
5858 " interface/stlink.cfg" ,
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ Puncover is really easy to install:
5151 - ` python -m virtualenv venv `
5252 - ` source venv/bin/activate `
5353 - Install : ` pip install . `
54- - Run : ` puncover --gcc_tools_base=/path/to/gcc-arm-none-eabi-9-2020-q2-update /bin/arm-none-eabi- --elf_file /path/to/build/directory/src/pinetime-app-1.1.0.out --src_root /path/to/sources --build_dir /path/to/build/directory `
54+ - Run : ` puncover --gcc_tools_base=/path/to/gcc-arm-11.2-2022.02-x86_64-arm-none-eabi /bin/arm-none-eabi- --elf_file /path/to/build/directory/src/pinetime-app-1.1.0.out --src_root /path/to/sources --build_dir /path/to/build/directory `
5555 - Replace
56- * ` /path/to/gcc-arm-none-eabi-9-2020-q2-update /bin ` with the path to your gcc-arm-none-eabi toolchain
56+ * ` /path/to/gcc-arm-11.2-2022.02-x86_64-arm-none-eabi /bin ` with the path to your gcc-arm-none-eabi toolchain
5757 * ` /path/to/build/directory/src/pinetime-app-1.1.0.out ` with the path to the binary generated by GCC (.out file)
5858 * ` /path/to/sources ` with the path to the root folder of the sources (checkout directory)
5959 * ` /path/to/build/directory ` with the path to the build directory
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ To support as many setups as possible the VS Code configuration files expect the
88
99 Variable | Description | Example
1010----------|-------------|--------
11- ** ARM_NONE_EABI_TOOLCHAIN_PATH** |path to the toolchain directory|` export ARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-9-2020-q2-update `
11+ ** ARM_NONE_EABI_TOOLCHAIN_PATH** |path to the toolchain directory|` export ARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-11.2-2022.02-x86_64-arm-none-eabi `
1212** NRF5_SDK_PATH** |path to the NRF52 SDK|` export NRF5_SDK_PATH=/opt/nRF5_SDK_15.3.0_59ac345 `
1313
1414## VS Code Extensions
You can’t perform that action at this time.
0 commit comments