1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortex-m4_common/include
Joakim Gebart 215ccc1213 core: Introduce atomic counters
- Move generic implementation of atomic_set_return to core/atomic.c
 - Generic implementation of atomic compare and swap in core/atomic.c
 - atomic_cas is used to implement atomic counters in core/include/atomic.h
 - atomic_int_t is an atomic integer type
 - ATOMIC_INIT can be used as an initializer for atomic_int_t
 - ATOMIC_VALUE gets a reference to the value of an atomic integer
2015-05-07 18:52:13 +02:00
..
core_cm4.h cortex-m4: Update to CMSIS HAL 4.0 2015-01-29 09:38:31 +01:00
core_cmFunc.h cortex-m4: Add extern "C" to core_cmFunc.h 2015-01-29 10:18:28 +01:00
core_cmInstr.h cortex-m4: Add extern "C" to core_cmInstr.h 2015-01-29 10:18:28 +01:00
core_cmSimd.h cortex-m4: Update to CMSIS HAL 4.0 2015-01-29 09:38:31 +01:00
cpu.h core: Introduce atomic counters 2015-05-07 18:52:13 +02:00