diff options
author | xengineering <me@xengineering.eu> | 2025-04-06 18:43:28 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-06 18:43:28 +0200 |
commit | 7fc6bc84609022992e1827a07b95c427208e7289 (patch) | |
tree | 882f62c869d4b41f9800ea07e7f44e4f3c81b9a3 /web/layouts/home.html | |
parent | 8350421e659e9273a94debdd6f29cd80979a63f1 (diff) | |
download | iot-contact-7fc6bc84609022992e1827a07b95c427208e7289.tar iot-contact-7fc6bc84609022992e1827a07b95c427208e7289.tar.zst iot-contact-7fc6bc84609022992e1827a07b95c427208e7289.zip |
fw: sim: Integrate into Meson build
This adds a build for the native_sim board of the application firmware
to the default Meson build.
The resulting Linux binary is also added to the webpage.
Diffstat (limited to 'web/layouts/home.html')
-rw-r--r-- | web/layouts/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/layouts/home.html b/web/layouts/home.html index fe40af2..f4c4e80 100644 --- a/web/layouts/home.html +++ b/web/layouts/home.html @@ -5,5 +5,6 @@ <li><a href="static/schematic.pdf">schematic.pdf</a></li> <li><a href="static/application.bin">application.bin</a></li> <li><a href="static/bootloader.bin">bootloader.bin</a></li> + <li><a href="static/simulation-linux-amd64.exe">simulation-linux-amd64.exe</a></li> </ul> {{- end -}} |