1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
2016-03-10 17:40:22 +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: use the MCU's default UART FIFO interrupt levels 2016-03-07 17:52:06 -05:00
cortexm_common cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 2016-03-05 18:20:17 +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: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 2016-03-05 18:20:17 +01:00
kinetis_common Merge pull request #4838 from haukepetersen/fix_periph_timerarg 2016-03-01 08:55:54 +01:00
kw2x cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 2016-03-05 18:20:17 +01:00
lm4f120 cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 2016-03-05 18:20:17 +01:00
lpc11u34 Merge pull request #4943 from gebart/pr/while-loops 2016-03-09 13:42:32 +01:00
lpc1768 cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 2016-03-05 18:20:17 +01: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 doc: updated and clarified tapsetup usage 2016-03-10 17:40:22 +01:00
nrf5x_common cpu/nrf51: Use {} notation for empty while loops 2016-03-03 16:30:06 +01:00
nrf51 Merge pull request #4943 from gebart/pr/while-loops 2016-03-09 13:42:32 +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
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 Merge pull request #4943 from gebart/pr/while-loops 2016-03-09 13:42:32 +01:00
stm32f1 Merge pull request #4943 from gebart/pr/while-loops 2016-03-09 13:42:32 +01:00
stm32f3 Merge pull request #4943 from gebart/pr/while-loops 2016-03-09 13:42:32 +01:00
stm32f4 Merge pull request #4943 from gebart/pr/while-loops 2016-03-09 13:42:32 +01:00
stm32l1 Merge pull request #4943 from gebart/pr/while-loops 2016-03-09 13:42:32 +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
Makefile.include.gnu make: set OBJDUMP = $(PREFIX)objdump for gnu targets. 2016-02-23 17:55:58 -05:00
Makefile.include.llvm
Makefile.include.msp430_common