| Age | Commit message (Collapse) | Author | 
|---|
|  | Meson now handles this. CMake is only used as Meson external project to
build Zephyr firmwares. | 
|  | This automates signing the application firmware image for the MCUboot
bootloader. | 
|  | 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. | 
|  | This moves the definition of ZEPHYR_MODULES and ZEPHYR_BASE to this rtos
folder where it fits best. | 
|  | This submodule is called `hal_stm32` upstream. Thus the submodule
directory should here be called exactly the same to reduce confusion
compared to `stm32`. | 
|  | 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. | 
|  | This reduces nesting and makes the directory structure simpler. |