Commit cef25b74 authored by Sandeep Mistry's avatar Sandeep Mistry

Rename SDK folder

parent a55d33dd
...@@ -48,7 +48,9 @@ compiler.define=-DARDUINO= ...@@ -48,7 +48,9 @@ compiler.define=-DARDUINO=
# this can be overriden in boards.txt # this can be overriden in boards.txt
build.extra_flags= build.extra_flags=
compiler.nrf.flags=-DNRF52 "-I{runtime.platform.path}/cores/nRF52/nRF52_SDK_0/components/toolchain/" "-I{runtime.platform.path}/cores/nRF52/nRF52_SDK_0/components/toolchain/CMSIS/Include" "-I{runtime.platform.path}/cores/nRF52/nRF52_SDK_0/components/toolchain/gcc/" "-I{runtime.platform.path}/cores/nRF52/nRF52_SDK_0/components/drivers_nrf/hal/" "-I{runtime.platform.path}/cores/nRF52/nRF52_SDK_0/components/device/" nrf.sdk.path={runtime.platform.path}/cores/nRF52/nRF5_SDK_11
compiler.nrf.flags=-DNRF52 "-I{nrf.sdk.path}/components/toolchain/" "-I{nrf.sdk.path}/components/toolchain/CMSIS/Include" "-I{nrf.sdk.path}/components/toolchain/gcc/" "-I{nrf.sdk.path}/components/drivers_nrf/hal/" "-I{nrf.sdk.path}/components/device/"
# These can be overridden in platform.local.txt # These can be overridden in platform.local.txt
compiler.c.extra_flags={compiler.nrf.flags} compiler.c.extra_flags={compiler.nrf.flags}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment