From 5ce6a62525f1ce700f5bbac47603ca5aecad065c Mon Sep 17 00:00:00 2001 From: Robert Walton Date: Tue, 20 Jul 2021 12:05:24 +0100 Subject: [PATCH 1/2] CMake: Make the application the top level CMake project So CMake can work correctly we need to define our project before we add dependencies, otherwise the project we depend on will be registered as the current project. --- atecc608a/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atecc608a/CMakeLists.txt b/atecc608a/CMakeLists.txt index 0e09241..761b051 100644 --- a/atecc608a/CMakeLists.txt +++ b/atecc608a/CMakeLists.txt @@ -9,6 +9,8 @@ set(APP_TARGET mbed-os-example-atecc608a) include(${MBED_PATH}/tools/cmake/app.cmake) +project(${APP_TARGET}) + add_subdirectory(${MBED_PATH}) add_subdirectory(mbed-os-atecc608a) @@ -17,8 +19,6 @@ add_executable(${APP_TARGET}) mbed_configure_app_target(${APP_TARGET}) -project(${APP_TARGET}) - target_include_directories(${APP_TARGET} PRIVATE . From 2c10c04ba68d70ef5db5e23b9f9b22557fca60e9 Mon Sep 17 00:00:00 2001 From: mbedmain Date: Wed, 18 Aug 2021 12:47:14 +0100 Subject: [PATCH 2/2] Updating mbed-os to mbed-os-6.14.0-rc1 --- atecc608a/mbed-os.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atecc608a/mbed-os.lib b/atecc608a/mbed-os.lib index 01a5f32..68e51ac 100644 --- a/atecc608a/mbed-os.lib +++ b/atecc608a/mbed-os.lib @@ -1 +1 @@ -https://github.com/ARMmbed/mbed-os/#d147abc3e556c58e5e343d34b729bc2192e18bd3 +https://github.com/ARMmbed/mbed-os/#3377f083b3a6bd7a1b45ed2cea5cf083b9007527