1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include/arch
Hauke Petersen 608afc4777 Introduced a cleaned-up cpu/core interface
- Included a collection of cpu-dependent headers in core/include/arch
- Extracted all interfaces that need to be implemented for a cpu
- Created a mapping between those interfaces and the old ones
- added flag for disabling arch interface
- added missing state to lpm_arch interface
- added arch interface for reboot
- fixed newline issues that were pointed out
- documentation fixes to cpu-core interface
2014-05-09 16:01:13 +02:00
..
atomic_arch.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
hwtimer_arch.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
io_arch.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
irq_arch.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
lpm_arch.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
reboot_arch.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
thread_arch.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00