Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-19 | build: drop deprecated build tags | Yurii Soldak | |
2021-12-28 | rumtime: implement __sync libcalls as critical sections | Nia Waldvogel | |
This change implements __sync atomic polyfill libcalls by disabling interrupts. This was previously done in a limited capacity on some targets, but this change uses a go:generate to emit all of the calls on all microcontroller targets. |