summaryrefslogtreecommitdiff
path: root/core/cortex-m0/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* atomic.h: atomic_clear_bits: return previously stored valueTing Shen2021-07-291-2/+2
* cortex-m0: convert "b" register constraints to "l"Peter Marheine2021-02-181-4/+4
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-301-56/+0
* core/cortex-m0: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-151-4/+60
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-5/+14
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* cortex-m0: Constrain target register in atomic readAnton Staaf2015-08-111-1/+1
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-5/+5
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* cortex-m0: add more constraints on atomic implementationVincent Palatin2014-10-211-2/+2
* Add Cortex-M0 core supportVincent Palatin2014-03-111-0/+64