Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | WIP: Remove installation stepimprove-buildsystem | xengineering | |
TODO: Check if the bootloader install target is still usable. Using the installation step to copy selected artifacts into on folder was anyway a hack. This commit shows that the complexity can be reduced by adding copy targets. The `build/artifacts` folder contains the selected artifacts, they are always up to date, the user does not have to call the install step separately and the target definitions do not require install-related keyword arguments. | |||
2025-04-07 | Simplify website structure and drop Hugo | xengineering | |
A static site generator is currently not really required. A static index.html is currently sufficient. | |||
2025-04-06 | fw: sim: Integrate into Meson build | xengineering | |
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. |