diff options
| author | hathach <[email protected]> | 2018-03-20 22:51:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-20 22:51:05 +0700 |
| commit | b4cedb863545918629e2c8be62d84cf01e9c8c4b (patch) | |
| tree | 4a9880f63f91956c978c395c506b39d3c1ba8b0b /examples/device | |
| parent | 45a12eaa9e43cb04c5920115e63ed2e11ec1a921 (diff) | |
fix build error
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/nrf52840/segger/nrf52840.emProject | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/examples/device/nrf52840/segger/nrf52840.emProject b/examples/device/nrf52840/segger/nrf52840.emProject index 9b814367c..0c2487f36 100644 --- a/examples/device/nrf52840/segger/nrf52840.emProject +++ b/examples/device/nrf52840/segger/nrf52840.emProject @@ -82,16 +82,29 @@ path="../../../../hw/mcu/nordic/nrf52/sdk/documentation" /> <folder Name="drivers_nrf" - path="../../../../hw/mcu/nordic/nrf52/sdk/drivers_nrf" /> + exclude="" + filter="*.c;*.h;*.s;*.S" + path="../../../../hw/mcu/nordic/nrf52/sdk/drivers_nrf" + recurse="Yes" /> <folder Name="libraries" - path="../../../../hw/mcu/nordic/nrf52/sdk/libraries" /> + exclude="" + filter="*.c;*.h;*.s;*.S" + path="../../../../hw/mcu/nordic/nrf52/sdk/libraries" + recurse="Yes" /> <folder Name="softdevice" - path="../../../../hw/mcu/nordic/nrf52/sdk/softdevice" /> - <folder - Name="toolchain" - path="../../../../hw/mcu/nordic/nrf52/sdk/toolchain" /> + exclude="" + filter="*.c;*.h;*.s;*.S" + path="../../../../hw/mcu/nordic/nrf52/sdk/softdevice" + recurse="Yes" /> + <folder Name="toolchain"> + <file file_name="../../../../hw/mcu/nordic/nrf52/sdk/toolchain/system_nrf52840.c" /> + <file file_name="../../../../hw/mcu/nordic/nrf52/sdk/toolchain/system_nrf52840.h" /> + <folder + Name="ses" + path="../../../../hw/mcu/nordic/nrf52/sdk/toolchain/ses" /> + </folder> </folder> </folder> </folder> |
