wolfBoot/cmake/downloads
Daniele Lacamera 776378ca78 Preparing release v2.8.0 + update copyright 2026-04-16 13:11:56 +02:00
..
README.md CMake Improvements 2025-11-18 17:44:43 -08:00
stm32l4.cmake Preparing release v2.8.0 + update copyright 2026-04-16 13:11:56 +02:00

README.md

wolbBoot CMake Downloads

Device-specific supplemental download specifications.

Include in CmakePresets.json via the WOLFBOOT_DOWNLOADS_CMAKE

"cacheVariables": {
  "WOLFBOOT_DOWNLOADS_CMAKE": "${sourceDir}/cmake/downloads/my_dependency.cmake"
}

Format for my_dependency.cmake entries:

add_download(
    NAME some_name
    URL  https://github.com/some/repo.git
    TAG  5.9.0
)