nrf: add lib/nrfx/mdk to include dirs

This directory is needed for nrf.h and other headers that are used by
the SoftDevice. It is definitely needed for nrf52840 for example, but
I've also added it to the nrf51 as it will likely also require adding
this directory.
Этот коммит содержится в:
Ayke van Laethem 2020-03-20 15:06:51 +01:00 коммит произвёл Ron Evans
родитель 9e453a5a29
коммит 2078b042a4
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -6,7 +6,8 @@
"--target=armv6m-none-eabi",
"-Qunused-arguments",
"-DNRF51",
"-I{root}/lib/CMSIS/CMSIS/Include"
"-I{root}/lib/CMSIS/CMSIS/Include",
"-I{root}/lib/nrfx/mdk"
],
"linkerscript": "targets/nrf51.ld",
"extra-files": [

Просмотреть файл

@ -7,7 +7,8 @@
"-mfloat-abi=soft",
"-Qunused-arguments",
"-DNRF52840_XXAA",
"-I{root}/lib/CMSIS/CMSIS/Include"
"-I{root}/lib/CMSIS/CMSIS/Include",
"-I{root}/lib/nrfx/mdk"
],
"linkerscript": "targets/nrf52840.ld",
"extra-files": [