Skip to content
Commit 9d019128 authored by Florian Grandel's avatar Florian Grandel Committed by Carles Cufí
Browse files

segger: config: RTT spinlock implementation



RTT locking is now implemented with spinlocks:
* The prior implementation did not support RTT logging and tracing from
  ISR context.
* Mutexes caused infinite loops when tracing.
* Spinlocks are more lightweight than mutexes, especially on non-SMP
  systems.

Fixes: #61133

Signed-off-by: default avatarFlorian Grandel <fgrandel@code-for-humans.de>
parent 5792675a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment