summaryrefslogtreecommitdiff
path: root/firmware/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-08-29firmware: Adapt CMakeLists.txt to Git submodulesxengineering
The following properties are now set in CMakeLists.txt: - Zephyr kernel path - required Zephyr module paths - selected board This makes the command line call for CMake trivial: cmake -Bbuild -GNinja The user does not have to specify these options on the command line.
2024-04-14fw: Add basic Zephyr application firmwarexengineering
This is enough to validate that the firmware is running by using the integrated Zephyr shell.