Skip to content

Remove "singlethread": true #21

Closed
Closed
@lights0123

Description

@lights0123

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions