schilkp / Tonbandgeraet

A small embedded systems tracer with support for bare-metal and FreeRTOS-based targets.
10 stars 0 forks source link

FreeRTOS: Counting Semaphore initial value not traced #2

Closed schilkp closed 2 days ago

schilkp commented 2 days ago

Semaphore tracing relies on queue tracing, which does not catch the initial count because it is set directly when creating a semaphore, not through the queue-send API as is done for mutexes

schilkp commented 2 days ago

Binary semaphore is also fine - also relies on queue send.