Commit 333f29d1 authored by Sandeep Mistry's avatar Sandeep Mistry

Rename core folder to nRF5

parent 5eebc713
...@@ -33,7 +33,7 @@ nRF52DK.upload.native_usb=false ...@@ -33,7 +33,7 @@ nRF52DK.upload.native_usb=false
nRF52DK.build.mcu=cortex-m4 nRF52DK.build.mcu=cortex-m4
nRF52DK.build.f_cpu=16000000 nRF52DK.build.f_cpu=16000000
nRF52DK.build.board=NRF52_DK nRF52DK.build.board=NRF52_DK
nRF52DK.build.core=nRF52 nRF52DK.build.core=nRF5
nRF52DK.build.variant=nRF52DK nRF52DK.build.variant=nRF52DK
nRF52DK.build.variant_system_lib= nRF52DK.build.variant_system_lib=
nRF52DK.build.extra_flags= nRF52DK.build.extra_flags=
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# License along with this library; if not, write to the Free Software # License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
name=Nordic NRF52 Boards name=Nordic Semiconductor NRF5 Boards
version=0.0.0 version=0.0.0
# Compile variables # Compile variables
...@@ -48,7 +48,7 @@ compiler.define=-DARDUINO= ...@@ -48,7 +48,7 @@ compiler.define=-DARDUINO=
# this can be overriden in boards.txt # this can be overriden in boards.txt
build.extra_flags= build.extra_flags=
nrf.sdk.path={runtime.platform.path}/cores/nRF52/nRF5_SDK_11 nrf.sdk.path={runtime.platform.path}/cores/nRF5/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/" 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/"
......
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