Compare commits
1 Commits
6ba45df1eb
...
560d5ccd4f
Author | SHA1 | Date | |
---|---|---|---|
|
560d5ccd4f |
@ -26,6 +26,32 @@ INCLUDES += $(NRF_PATH)components/libraries/memobj/
|
|||||||
INCLUDES += $(NRF_PATH)components/softdevice/common/
|
INCLUDES += $(NRF_PATH)components/softdevice/common/
|
||||||
INCLUDES += $(NRF_PATH)external/fprintf/
|
INCLUDES += $(NRF_PATH)external/fprintf/
|
||||||
INCLUDES += $(NRF_PATH)components/libraries/log/src/
|
INCLUDES += $(NRF_PATH)components/libraries/log/src/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/bootloader/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/bootloader/dfu/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/scheduler/
|
||||||
|
INCLUDES += $(NRF_PATH)external/nano-pb/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crc32/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/fstorage/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/cc310/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/cc310_bl/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/mbedtls/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/oberon/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/micro_ecc/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/optiga/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/nrf_sw/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/nrf_hw/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/cifra/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/sha256/
|
||||||
|
INCLUDES += $(NRF_PATH)components/ble/ble_services/ble_escs/
|
||||||
|
INCLUDES += $(NRF_PATH)components/ble/common/
|
||||||
|
INCLUDES += $(NRF_PATH)components/ble/ble_services/eddystone/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/timer/
|
||||||
|
INCLUDES += $(NRF_PATH)examples/ble_peripheral/ble_app_eddystone/
|
||||||
|
INCLUDES += $(NRF_PATH)components/libraries/fds/
|
||||||
|
INCLUDES += $(NRF_PATH)external/cifra_AES128-EAX/
|
||||||
|
|
||||||
|
INCLUDES += $(NRF_PATH)external/micro-ecc/micro-ecc/
|
||||||
|
|
||||||
NRF_C_SRCS += $(NRF_PATH)components/boards/boards.c
|
NRF_C_SRCS += $(NRF_PATH)components/boards/boards.c
|
||||||
NRF_C_SRCS += $(NRF_PATH)modules/nrfx/mdk/system_nrf52.c
|
NRF_C_SRCS += $(NRF_PATH)modules/nrfx/mdk/system_nrf52.c
|
||||||
|
Loading…
Reference in New Issue
Block a user