commit | 2395f08d489c2e222bb9691d3985f8b6d74f2cd8 | [log] [tgz] |
---|---|---|
author | Marek Matej <marek.matej@espressif.com> | Wed Feb 14 11:48:14 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Apr 08 09:16:41 2024 -0400 |
tree | c54d86ac2ea2fd8e1391ab36ac2ca1bcbc989d30 | |
parent | 323f811c7cc7719e0821389a1eb92db7e6238d78 [diff] |
soc: espressif: esp32: simple boot support Add simplistic booting method which allows to run applications without the 2nd stage bootloader. - introduce memory layout header file - update and optimize default and mcuboot linker scripts - remove building multiple binaries during the application build Signed-off-by: Marek Matej <marek.matej@espressif.com>