I'm trying to compile the bootloader_secure example for the 10040 dev board using make, and it appears the makefile was not updated correctly with the changes made to the SDK. I just downloaded the latest SDK from the website.
uECC.h does not exist anywhere in the SDK.
Here's the output:
Makefile:202: Cannot find include folder: ../../config/secure_dfu_secure_dfu_ble_s132_pca10040
Makefile:202: Cannot find include folder: ../../config
Makefile:202: Cannot find include folder: ../../../../../components/libraries/bootloader/ble_dfu/includes
Makefile:202: Cannot find include folder: ../../../../../external/micro-ecc/micro-ecc
mkdir _build
Compiling file: app_error_weak.c
Compiling file: app_fifo.c
Compiling file: app_scheduler.c
Compiling file: app_timer.c
Compiling file: app_timer_appsh.c
Compiling file: app_util_platform.c
Compiling file: crc32.c
Compiling file: eec.c
../../../../../components/libraries/eec/eec.c:25:18: fatal error: uECC.h: No such file or directory
compilation terminated