1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
DipSwitch 30f0a2a26a Merge pull request #5104 from haukepetersen/fix_f1_gpiomode
cpu/stm32f1: fixed pull selection in GPIO driver
2016-03-20 12:21:33 +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: adapted to GPIO inerface changes 2016-03-17 14:39:11 +01:00
cortexm_common cpu/cortexm_common: Fix cpu_sleep_until_event() 2016-03-16 00:23:50 +01:00
ezr32wg cpu/ezr32: adapted GPIO driver 2016-03-17 14:39:11 +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 cpu/kinetis: adapted GPIO driver 2016-03-17 14:55:30 +01:00
kw2x cpu/kw2x: moved include of mcg.h to cpu.c 2016-03-14 13:06:24 +01:00
lm4f120 cpu/lm4f120: adapted GPIO driver 2016-03-17 14:55:30 +01:00
lpc11u34 cpu/lpc11u34: adapted GPIO driver 2016-03-17 14:39:11 +01:00
lpc1768 cpus: adapted UART implementations to cb type change 2016-03-15 11:02:06 +01:00
lpc2387 cpu/lpc2387: adapted GPIO driver 2016-03-17 14:39:11 +01:00
msp430-common cpu: msp430: adapt to thread.h 2016-03-05 18:20:17 +01:00
msp430fxyz cpu/msp430fxyz: adapted GPIO driver 2016-03-17 14:39:11 +01:00
native Merge pull request #5056 from Yonezawa-T2/os_x_thread_t 2016-03-16 12:51:05 +01:00
nrf5x_common cpu/nrf5x_common: adapted GPIO driver 2016-03-17 14:39:11 +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 cpu/sam3: adapted GPIO driver 2016-03-17 14:39:11 +01:00
sam21_common
samd21 cpu/samd21: adapted GPIO driver 2016-03-17 14:39:11 +01:00
saml21 cpu/saml21: adapted GPIO driver 2016-03-17 14:39:11 +01:00
stellaris_common
stm32_common cpu/stm32_common: added periph clk en/dis functions 2016-03-16 12:17:16 +01:00
stm32f0 cpu/stm32f0: adapted GPIO driver 2016-03-17 14:40:48 +01:00
stm32f1 cpu/stm32f1: fixed pull selection in GPIO driver 2016-03-18 11:01:08 +01:00
stm32f3 cpu/stm32f3: adapted GPIO driver 2016-03-17 14:55:30 +01:00
stm32f4 cpu/stm32f4: adapted to GPIO changes 2016-03-17 14:55:30 +01:00
stm32l1 cpu/stm32l1: adapted GPIO driver 2016-03-17 14:55:30 +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 Merge pull request #5100 from gebart/pr/target-triple-rename 2016-03-20 09:44:29 +01:00
Makefile.include.gnu
Makefile.include.llvm make: Rename TARGET_TRIPLE -> TARGET_ARCH 2016-03-17 21:55:17 +01:00
Makefile.include.msp430_common