1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortex-m0_common
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
..
include cortex-m0: Add extern "C" to core_cmInstr.h 2015-01-29 10:18:29 +01:00
crash.c cortex-m0_common: Update crash.c with changes from Cortex-M4. 2015-02-17 13:16:40 +01:00
irq_arch.c cpu: Initial import of cortex-m0_common 2014-07-16 15:21:23 +02:00
Makefile cpu: Initial import of cortex-m0_common 2014-07-16 15:21:23 +02:00
Makefile.include cpu: Initial import of cortex-m0_common 2014-07-16 15:21:23 +02:00
reboot_arch.c cpu/cortex-mX_common: added delay to reboot_arch 2014-11-20 17:22:39 +01:00
thread_arch.c cpu: use typed function pointer for thread_arch_init 2014-10-23 18:26:21 +02:00