.. |
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
|
cpu/cortexm_common: Doxygen fix for cmsis_gcc.h
|
2016-03-14 22:16:52 +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
|
cpu/kinetis_common: Use gpio_init_port for PWM pin handling
|
2016-03-14 17:52:51 +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
|
native: remove unused XTIMER_USLEEP_UNTIL_OVERHEAD
|
2016-03-14 08:26:44 +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
|
cpu/sam21_common: Use a different module name to prevent linker races in Travis
|
2016-02-12 08:45:58 +01:00 |
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
|
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
|
cpus: adapted UART implementations to cb type change
|
2016-03-15 11:02:06 +01:00 |
stm32f1
|
Merge pull request #5076 from haukepetersen/opt_periph_uart_cbtype
|
2016-03-15 15:17:44 +01:00 |
stm32f3
|
cpus: adapted UART implementations to cb type change
|
2016-03-15 11:02:06 +01:00 |
stm32f4
|
cpus: adapted UART implementations to cb type change
|
2016-03-15 11:02:06 +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
|
fix license headers in non-.c files
|
2014-08-23 16:16:26 +02:00 |
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 |