summaryrefslogtreecommitdiff
path: root/web/layouts/home.html
AgeCommit message (Collapse)Author
12 daysfw: app: Add image signing to Meson buildxengineering
This automates signing the application firmware image for the MCUboot bootloader.
12 daysfw: sim: Integrate into Meson buildxengineering
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.
12 daysfw: app: Build with Mesonxengineering
12 daysBuild bootloader and add to websitexengineering
Meson makes this relatively easy. The current approach is nevertheless a bit hacky. For the first attempt it is still way better than CMake ExternalProject.
13 daysweb: Replace file copying by Meson installationxengineering
This makes the build system code way less hacky and more modular.
14 daysDeploy schematic and BOM to websitexengineering
These important design files should be deployed with the website.
2025-04-01web: Add minimal Hugo-based sitexengineering
Hugo [1] is a common static site generator. It should be used to generate a site where build artifacts of this project can be presented and deployed. [1]: https://gohugo.io