Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-05 | pcb: Switch from CMake to Meson | xengineering | |
This allows to install the PCB-related files easier to the website which is built with Meson. | |||
2025-04-03 | web: Add simple.css to website | xengineering | |
This uses meson to copy the simple.css file to the build dir and references the CSS file in the HTML code. | |||
2025-04-03 | web: Add meson build system | xengineering | |
CMake has some disadvantages when building subprojects like with `ExternalProject`. Furthermore the language is sometimes hard to read, hard to write and not so much appreciated. This is a little test if meson might perform better. If successful this project might switch to meson for all parts except the Zephyr builds. |