-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: sync app with latest unreleased sdk + bump sdk version (#2)
### Summary Sync this app with latest (unreleased) SDK. Needed for internal CI to pass. Additionally, the SDK has been bumped to latest (1.15.0). Confirmed only expected differences between this app and the current unreleased sdk: <details> ``` Only in .: .git Only in .: .github diff --color -r /Users/gminnehan/memfault/sdk/embedded/examples/esp32/apps/memfault_demo_app/.gitignore ./.gitignore 0a1 > /build Only in .: .gitmodules diff --color -r /Users/gminnehan/memfault/sdk/embedded/examples/esp32/apps/memfault_demo_app/CMakeLists.txt ./CMakeLists.txt 17a18,21 > # Look for the Memfault SDK in a subdirectory first, when this app is used > # standalone (not from within the Memfault SDK) > get_filename_component(memfault_firmware_sdk_dir third-party/memfault-firmware-sdk ABSOLUTE) > if(NOT EXISTS ${memfault_firmware_sdk_dir}) 19,36d22 < # If we found the Memfault SDK, include it in the build < if(EXISTS ${memfault_firmware_sdk_dir}/ports/esp_idf/memfault.cmake) < include(${memfault_firmware_sdk_dir}/ports/esp_idf/memfault.cmake) < else() < # Otherwise, append this to the main/idf_component.yml file: < # memfault/memfault-firmware-sdk: "*" < # Ideally we'd push an environment variable and use a conditional dependency < # https://docs.espressif.com/projects/idf-component-manager/en/latest/reference/manifest_file.html#conditional-dependencies < # But that requires idf-component-manager v2+, which is not available on all < # esp-idf versions < < # if the string "memfault/memfault-firmware-sdk" isn't in the file, append it: < file(READ ${CMAKE_CURRENT_SOURCE_DIR}/main/idf_component.yml idf_component_yml) < if(NOT idf_component_yml MATCHES "memfault/memfault-firmware-sdk") < file(APPEND ${CMAKE_CURRENT_SOURCE_DIR}/main/idf_component.yml < " memfault/memfault-firmware-sdk: \"*\"\n" < ) < endif() 37a24 > include(${memfault_firmware_sdk_dir}/ports/esp_idf/memfault.cmake) Only in .: sdkconfig Only in .: third-party ``` </details> ### Test Plan - CI - Flashed an esp32c3 devkitm
- Loading branch information
Showing
29 changed files
with
76 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.