commit | 43e3088c2d7df553cb9bccdeb6a341d59cf54400 | [log] [tgz] |
---|---|---|
author | Marek Matej <marek.matej@espressif.com> | Wed Feb 14 18:45:17 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Apr 08 09:16:41 2024 -0400 |
tree | 9dcb0bacb5d074c0b99150ee5d23c9ee70c5ad4b | |
parent | 72363217434a623a070a0b1e725ead91268f77ac [diff] |
soc: espressif: Simple boot support Add simplistic booting method which allows to load without 2nd stage bootloader. Update common architecture loader to support all build scenarios. - simple boot: using single binary application without bootloader - mcuboot: zephyr port of MCUboot - application: loaded by the MCUboot Signed-off-by: Marek Matej <marek.matej@espressif.com>