1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
2016-03-14 22:05:57 +01:00
..
arm7_common core: header cleanup 2016-02-28 22:46:28 +01:00
atmega2560 cpu/atmega2560: added SPI driver 2016-03-09 18:34:42 +01:00
atmega_common core: rename tcb_t -> thread_t, move into thread.h 2016-03-05 18:20:17 +01:00
cc430 cpus: adapted timer implementations to API changes 2016-02-29 14:45:00 +01:00
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 cortexm: CMSIS: Add extern "C" to CMSIS headers 2016-03-14 22:05:57 +01:00
ezr32wg cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 2016-03-05 18:20:17 +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_common: reworked ADC driver 2016-03-14 13:06:23 +01:00
kw2x cpu/kw2x: moved include of mcg.h to cpu.c 2016-03-14 13:06:24 +01:00
lm4f120 cpu/lm4f120: reworked ADC implementation 2016-03-14 13:06:25 +01:00
lpc11u34 cpu/lpc11u34: reworked ADC driver 2016-03-14 13:06:23 +01:00
lpc1768 cpu/lpc1768: added cpuid periph driver implementation 2016-03-10 11:01:34 +07:00
lpc2387 cpu/lpc2387: Use {} notation for empty while loops 2016-03-03 16:30:06 +01:00
msp430-common cpu: msp430: adapt to thread.h 2016-03-05 18:20:17 +01:00
msp430fxyz cpu/msp430fxyz: Use {} notation for empty while loops 2016-03-03 16:30:06 +01:00
native native: remove unused XTIMER_USLEEP_UNTIL_OVERHEAD 2016-03-14 08:26:44 +01:00
nrf5x_common cpu/nrf51: adapted ADC driver to interface changes 2016-03-14 13:06:23 +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 Merge pull request #4943 from gebart/pr/while-loops 2016-03-09 13:42:32 +01:00
sam21_common cpu/sam21_common: Use a different module name to prevent linker races in Travis 2016-02-12 08:45:58 +01:00
samd21 Merge pull request #4943 from gebart/pr/while-loops 2016-03-09 13:42:32 +01:00
saml21 Merge pull request #4655 from bapclenet/SAML21/RTC 2016-03-09 13:44:50 +01:00
stellaris_common cpu/lm4f120: GPIO support 2016-02-23 15:12:53 +01:00
stm32_common cpu/stm32f1: reworked timer driver 2016-03-01 22:39:36 +01:00
stm32f0 cpu/stm32f0: reworked ADC driver 2016-03-14 13:06:23 +01:00
stm32f1 cpu/stm32f1: i2c: Use {} notation for empty while loops 2016-03-13 08:14:39 +01:00
stm32f3 cpu/stm32/gpio_exti: EXTI->PR is of type RW_w1 so don't RMW the pending status flags 2016-03-11 15:46:41 +01:00
stm32f4 cpu/stm32f4: reworked the ADC driver 2016-03-14 13:05:46 +01:00
stm32l1 cpu/stm32/gpio_exti: EXTI->PR is of type RW_w1 so don't RMW the pending status flags 2016-03-11 15:46:41 +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: Homogenize CFLAGS settings across cortexm_common, avr, msp430_common 2016-02-11 12:45:44 +01:00
Makefile.include.gnu make: set OBJDUMP = $(PREFIX)objdump for gnu targets. 2016-02-23 17:55:58 -05:00
Makefile.include.llvm make: Move Makefile.include.$(TOOLCHAIN) to cpu dir 2016-02-10 16:37:03 +01:00
Makefile.include.msp430_common make: Homogenize CFLAGS settings across cortexm_common, avr, msp430_common 2016-02-11 12:45:44 +01:00