P/S The teensy code does use LDREX/STREX in a few places. For example delay() calls micros() and micros() uses LDREXW and STREXW.
And there is the occasional "TODO: use STREX to avoide interrupt disable"
So I would like to add the code in Serial.available to the TODO list. Maybe one of us can take a look at it, to give Paul a break.
And there is the occasional "TODO: use STREX to avoide interrupt disable"
So I would like to add the code in Serial.available to the TODO list. Maybe one of us can take a look at it, to give Paul a break.