summaryrefslogtreecommitdiff
path: root/fw/zephyrproject
AgeCommit message (Collapse)Author
14 daysfw: Use MCUboot bootloader for nucleo_f767zixengineering
Using it for the native_sim board is not trivial. Thus it is first only added for the Nucleo board.
14 daysfw: Add mcuboot submodulexengineering
This provides the source code for the used bootloader.
14 daysfw: zephyr: Add mbedtls modulexengineering
This is required for upcoming WebSocket APIs.
14 daysfw: zephyr: Switch to latest release v4.1.0xengineering
2025-02-23fw: Update to Zephyr v4.0.0xengineering
This is the latest release of the Zephyr real-time operating system.
2025-02-14fw: Do not track Python environmentxengineering
Tracking the Python environment with specific dependency versions does not work well. Over time these versions disappear and are not anymore installable via pip. For now the alternative is to let the user setup the environment by interpreting the error output during builds. This is not convenient but the best which is currently possible. This furthermore allows to install Python dependencies via the Linux package manager. With that it is more ergonomic to build since the Python environment does not have to be sourced.
2025-02-11fw: Move content of `firmware` herexengineering
This makes the name shorter which is especially relevant for Git commit messages.