1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
kYc0o 699410efc8 Merge pull request #5124 from locicontrols/fixes
cpu/cc2538: fix build errors when UART1 or the 32 kHz crystal is enabled
2016-04-14 12:00:53 +02:00
..
arm7_common unify usage of inline assembly 2016-03-31 22:23:35 +02:00
atmega2560 cpu/atmega2560: reworked timer driver 2016-04-07 19:04:01 +02:00
atmega_common unify usage of inline assembly 2016-03-31 22:23:35 +02:00
cc430 unify usage of inline assembly 2016-03-31 22:23:35 +02:00
cc2538 Merge pull request #5124 from locicontrols/fixes 2016-04-14 12:00:53 +02:00
cortexm_common cpu/cortex-m: Enable STKALIGN to make the Cortex-M keep the stack 8 byte aligned on 4 byte aligned stack pointers 2016-04-07 00:27:26 +02:00
ezr32wg unify usage of inline assembly 2016-03-31 22:23:35 +02:00
k60 unify usage of inline assembly 2016-03-31 22:23:35 +02: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: Implement DAC periph driver 2016-03-22 06:06:56 +01:00
kw2x cpu/kw2x: moved include of mcg.h to cpu.c 2016-03-14 13:06:24 +01:00
lm4f120 cpu/lm4f120: fix ADC pin mapping 2016-04-11 12:39:52 +02: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 doc diskio: RIOTized style and added doxygen 2016-03-30 12:54:51 +02:00
msp430-common core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00
msp430fxyz msp430: spi/uart cleaned up USIC - USCI confusion 2016-03-24 09:42:59 +01:00
native cpu: native: make netdev2_tap internal functions static 2016-04-11 17:03:28 +02: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 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 #4719 from immesys/feature-samr21e 2016-03-25 22:12:28 +01:00
saml21 cpu/saml21: adapted GPIO driver 2016-03-17 14:39:11 +01:00
stellaris_common cpu/lm4f120: GPIO support 2016-02-23 15:12:53 +01:00
stm32_common cpu/stm32/perip/dac: Move DAC implementation to stm32_common/periph since all STM32 DAC's have the same basics 2016-03-29 22:25:50 +02:00
stm32f0 Merge pull request #4949 from jia200x/nucleo-f072 2016-03-31 19:18:28 +02:00
stm32f1 cpu/stm32/perip/dac: Move DAC implementation to stm32_common/periph since all STM32 DAC's have the same basics 2016-03-29 22:25:50 +02:00
stm32f3 Merge pull request #4164 from DipSwitch/add_clock_selection_stm32f3 2016-03-30 09:32:33 +02:00
stm32f4 Merge pull request #4165 from DipSwitch/add_clock_selection_stm32f4 2016-03-30 09:33:30 +02:00
stm32l1 Merge pull request #4225 from DipSwitch/stm32f1_dac_implementation 2016-03-30 01:31:43 +02:00
x86 unify usage of inline assembly 2016-03-31 22:23:35 +02:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
Makefile.include.cortexm_common Merge pull request #5121 from gebart/pr/toolchain-boards 2016-03-21 16:12:46 +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: Rename TARGET_TRIPLE -> TARGET_ARCH 2016-03-17 21:55:17 +01:00
Makefile.include.msp430_common msp430: Set TARGET_ARCH for msp430 targets 2016-03-21 12:19:30 +01:00