1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
2016-03-17 14:39:11 +01:00
..
arm7_common
atmega2560 cpu/atmega2560: adapted GPIO driver 2016-03-17 14:39:11 +01:00
atmega_common core: rename tcb_t -> thread_t, move into thread.h 2016-03-05 18:20:17 +01:00
cc430
cc2538 cpu/cc2538: i2c: Make WARN_IF use {} to silence Clang warning when ENABLE_DEBUG=0 2016-03-13 08:14:39 +01:00
cortexm_common cpu/cortexm_common: Fix cpu_sleep_until_event() 2016-03-16 00:23:50 +01:00
ezr32wg cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
k60 cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 2016-03-05 18:20:17 +01:00
k64f cpu/k64f: moved include of mcg.h to cpu.c 2016-03-14 13:06:24 +01:00
kinetis_common Merge pull request #5075 from jfischer-phytec-iot/pr@kinetis-i2c 2016-03-17 12:53:24 +01:00
kw2x cpu/kw2x: moved include of mcg.h to cpu.c 2016-03-14 13:06:24 +01:00
lm4f120 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
lpc11u34 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
lpc1768 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
lpc2387 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
msp430-common cpu: msp430: adapt to thread.h 2016-03-05 18:20:17 +01:00
msp430fxyz Merge pull request #5076 from haukepetersen/opt_periph_uart_cbtype 2016-03-15 15:17:44 +01:00
native Merge pull request #5056 from Yonezawa-T2/os_x_thread_t 2016-03-16 12:51:05 +01:00
nrf5x_common cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
nrf51 cpu/nrf51: adapted ADC driver to interface changes 2016-03-14 13:06:23 +01:00
nrf52 cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 2016-03-05 18:20:17 +01:00
sam3 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
sam21_common
samd21 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
saml21 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
stellaris_common
stm32_common cpu/stm32_common: added periph clk en/dis functions 2016-03-16 12:17:16 +01:00
stm32f0 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
stm32f1 Merge pull request #5090 from haukepetersen/opt_stm_clken 2016-03-16 23:02:20 +01:00
stm32f3 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
stm32f4 cpu/stm32f4/uart: use common clk_en functions 2016-03-16 12:24:51 +01:00
stm32l1 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
x86 x86: minor cosmetics for include syntax and order 2016-03-09 22:29:06 +01:00
doc.txt
Makefile.include.cortexm_common make: always include toolchain dependent Makefile 2016-03-15 12:02:53 +01:00
Makefile.include.gnu
Makefile.include.llvm
Makefile.include.msp430_common