Skip to content

Commit

Permalink
Upgrade to mbed-os 6.17.0 and accompanying CMake build bugfix
Browse files Browse the repository at this point in the history
1.  Upgrade to mbed-os 6.17.0
2.  For CMake build, fix command line too long with Ninja/ARMClang on Windows
    ARMmbed/mbed-os#15223
  • Loading branch information
ccli8 committed Apr 14, 2023
1 parent 7cb6d41 commit bfd1a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set(APP_TARGET NuMaker-mbed-Azure-IoT-CSDK-DPS-example)

include(${MBED_PATH}/tools/cmake/app.cmake)

project(${APP_TARGET})
add_subdirectory(${MBED_PATH})
add_subdirectory(mbed-client-for-azure)
add_subdirectory(ntp-client)
Expand All @@ -17,8 +18,6 @@ add_executable(${APP_TARGET})

mbed_configure_app_target(${APP_TARGET})

project(${APP_TARGET})

target_include_directories(${APP_TARGET}
PRIVATE
.
Expand Down
2 changes: 1 addition & 1 deletion mbed-os.lib
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/ARMmbed/mbed-os/#c73413893fb98aaaeda74513c981ac68adc8645d
https://github.com/ARMmbed/mbed-os/#17dc3dc2e6e2817a8bd3df62f38583319f0e4fed

0 comments on commit bfd1a98

Please sign in to comment.