avr-libstdcpp icon indicating copy to clipboard operation
avr-libstdcpp copied to clipboard

Add atomic builtins implementation and example

Open salkinium opened this issue 1 year ago • 0 comments

I'm adding the cleaned up modm implementation of the atomics based on a critical section.

  • [x] Complete atomic builtins implementation
  • [ ] More interesting example
  • [ ] Fix documentation
  • [ ] Fix issues with compilation on avr-gcc 12 regarding --param=min-pagesize=0

I just threw this together, I need to polish this some more, probably next weekend. cc @ckormanyos

salkinium avatar May 20 '24 21:05 salkinium