commit | 323f811c7cc7719e0821389a1eb92db7e6238d78 | [log] [tgz] |
---|---|---|
author | Marek Matej <marek.matej@espressif.com> | Wed Jan 31 20:24:46 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Apr 08 09:16:41 2024 -0400 |
tree | 3547bf61fe75f95a7f63be3d77b4bf3502008f42 | |
parent | 553238704f67c20a54493b32a4879b175b118d87 [diff] |
soc: espressif: esp32s2: 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>