Ludwig Knüpfer
Ludwig Knüpfer
@ondryaso I guess this issue can be closed.
This code might have to be licensed under the LGPL anyways. Compare #41
Just out of curiosity: why is this a goal?
@aabadie I was interested in why it is a goal to support ALL Nucleo boards.
I see, thank you for the explanation! Also: thank you for the effort, sounds legit ;)
Please provide a minimal application that reliably shows the defect.
Terribly sorry, but I have no time to properly investigate right now. As a general remark: signals/interrupts in POSIX may be lost. I.e. if the next timer fires while signal...
Also: thank you for the thorough bug report!
I would start by deciding whether it should be thread-safe. Right now the documentation does not say anything about this topic. Also - if it is decided it should be...
> Yes, they need to be thread safe, otherwise we can always end up with bad behavior as described above. This is the invariant of operations which are not thread...