Closed
Description
In all the target JSON files, "singlethread": true
is set. However, I don't believe that this works—interrupts can still cause problems, as an interrupt happening at the wrong place can interfere with the operation. The only operation that AVR can perform safely is an 8-bit read or write. All other operations require disabling interrupts.