Skip to content

0.3.18

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 12:20
· 1259 commits to main since this release
  • Fix build error when not using portable_atomic_unsafe_assume_single_core cfg on AVR and MSP430 custom targets. (#50)

    Since 0.3.11, atomic CAS was supported without the cfg on AVR and MSP430 builtin targets, but that change was not applied to custom targets.