commit | f6fdfd4ee1be0e089798a40ae400d53617df2e1c | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Wed Jun 12 17:40:26 2024 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 14 17:10:07 2024 -0400 |
tree | 994ae3ea548552f01ea69d0cc070bd2fdda15681 | |
parent | 79f4f2ac31cbba648ae4bc6066e7da77a1688fd7 [diff] |
soc: esp32c3: add systimer clock disable option When both MCUBoot and application run, systimer is initialized twice. As a consequence, application freezes as systimer new initialization conflicts with previous. This PR adds the systimer clock disable function, that shall be called before mcuboot jump to application, making sure it will work as expected. Fixes #74189 Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>