summaryrefslogtreecommitdiff
path: root/fw/rtos/modules
AgeCommit message (Collapse)Author
9 daysfw: app: Add image signing to Meson buildxengineering
This automates signing the application firmware image for the MCUboot bootloader.
10 daysfw: btl: Configure bootloader build with Mesonxengineering
CMake ExternalProject creates a pretty confusing build tree. Since the rest of the project anyway starts moving to Meson the bootloader is configured via Meson as a first step.
2025-03-26fw: rtos: modules: Rename to hal_stm32xengineering
This submodule is called `hal_stm32` upstream. Thus the submodule directory should here be called exactly the same to reduce confusion compared to `stm32`.
2025-03-26fw: rtos: modules: Move mcuboot submodule herexengineering
The mcuboot Git submodule used to be located in `fw/btl`. Nevertheless since it is also a Zephyr module it should go to `fw/rtos/modules`. This makes sure all Zephyr modules are at the same place.
2025-03-22fw: rtos: Restructure RTOS-related codexengineering
This reduces nesting and makes the directory structure simpler.