diff options
author | xengineering <me@xengineering.eu> | 2025-08-07 21:31:21 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-08-07 21:36:49 +0200 |
commit | 17c334ada43ee5eabd14caabacbe393fe3482451 (patch) | |
tree | 98775ad987bb16ef9c0f44647844f7c060dc92c2 /web/index.html | |
parent | d07fc8cb10b7c04f3a22137678fe1150f4a1e379 (diff) | |
download | iot-contact-17c334ada43ee5eabd14caabacbe393fe3482451.tar iot-contact-17c334ada43ee5eabd14caabacbe393fe3482451.tar.zst iot-contact-17c334ada43ee5eabd14caabacbe393fe3482451.zip |
Add opt-in for nucleo_f767zi firmwares
This partially reverts commit ce098756d79d8e4240bedc2bd74ff9a3a77fcedb.
The reverted commit dropped the build logic for all
nucleo_f767zi-related artifacts and thus for everything except the
native sim firmware.
Instead this commit reverts this change but comments out the
`update_image` and `factory_image` targets from the `artifacts` variable
in the top-level `meson.build`.
This allows to build these two targets explicitly with `ninja -C build
<target>` but does not include it into the deploy tar archive.
Since this archive is the only target of the project with
`build_by_default: true` this effectively disables the build with
minimal code changes.
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index e6c41e2..d353cb7 100644 --- a/web/index.html +++ b/web/index.html @@ -19,6 +19,8 @@ <h4>Firmware</h4> <ul> + <li><a href="fw/factory-image.bin">factory-image.bin</a></li> + <li><a href="fw/app/update-image.bin">update-image.bin</a></li> <li><a href="fw/sim/simulation-linux-amd64.exe">simulation-linux-amd64.exe</a></li> </ul> </main> |