Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-29 | firmware: Adapt CMakeLists.txt to Git submodules | xengineering | |
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-14 | fw: Add basic Zephyr application firmware | xengineering | |
This is enough to validate that the firmware is running by using the integrated Zephyr shell. |