summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
8 daysWIP: Remove installation stepimprove-buildsystemxengineering
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-10Simplify build and install stepsxengineering
2025-04-07Simplify artifacts directoryxengineering
2025-04-06Update README.mdxengineering
2025-03-26Provide default key path in CMake filesxengineering
This makes calling cmake for this device repository easier.
2025-03-26fw: app: Move application firmware code herexengineering
This makes the structure of the `fw` folder more clear and separates application-related code from bootloader- or rtos-related code.
2025-03-21Update README.mdxengineering
Usage instructions were outdated.
2025-02-14Document where PCB files are placed in buildxengineering
2025-02-14Update project definitionxengineering
2025-02-14Switch to a global CMake buildxengineering
This allows to easily build everything from the repository root. For now this only covers firmware but later electrical PCB and mechanical case files can be added.
2024-06-03Add KiCad documentation link to READMExengineering
2024-04-14Add README.mdxengineering