| commit | 00ddd8a81a79d94ed5302469261c103d5e3f0096 | [log] [tgz] |
|---|---|---|
| author | Wilfried Chauveau <wilfried.chauveau@arm.com> | Tue Apr 23 19:02:42 2024 +0100 |
| committer | Anas Nashif <anas.nashif@intel.com> | Thu Apr 25 07:54:47 2024 -0400 |
| tree | 513f82df2fb087576df3a6a382966b9542d57129 | |
| parent | e4747b28a8f3edac3ba8282bb7172898940bcd37 [diff] |
arch: arm: cortex_m: enable interrupts before entering application’s main This also fixes a typo in `z_arm_switch_to_main_no_multithreading` making it unlock irq instead of locking them when main returns. Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>