Skip to content

Commit

Permalink
debug: etb_trace: Covert SOC_ON_EXIT_CPU_IDLE handler to C
Browse files Browse the repository at this point in the history
Upstream commit 4760aad changed CPU
idle handler from asm to C, so align with that change.

Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
rlubos committed May 21, 2024
1 parent e980fbf commit 325690f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions subsys/debug/etb_trace/include/soc_cpu_idle.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

#if defined(_ASMLANGUAGE)
void etb_trace_on_idle_exit(void);

#define SOC_ON_EXIT_CPU_IDLE \
bl etb_trace_on_idle_exit;

#endif /* _ASMLANGUAGE */
etb_trace_on_idle_exit();

0 comments on commit 325690f

Please sign in to comment.