1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

6821 Commits

Author SHA1 Message Date
Hauke Petersen
138ac603de Merge pull request #3033 from haukepetersen/fix_samd21_spi
cpu/samd21: fixed broken spi_transfer_byte function
2015-05-26 15:39:55 +02:00
Hauke Petersen
569f28f6d9 Merge pull request #2711 from haukepetersen/ng_nrf51prop
cpu/nrf51822: added minimal radio driver implementation
2015-05-26 15:39:34 +02:00
6e302185d8 tests: dev_eth: add test application for dev_eth low-level ethernet interface 2015-05-26 15:37:55 +02:00
7a80d31589 sys: auto_init: add auto initialization for dev_eth 2015-05-26 15:37:55 +02:00
fbfb0954eb cpu: native: add tap implementation of dev_eth (ng_nativenet) 2015-05-26 15:37:55 +02:00
f8177def22 sys: net: dev_eth: add low-level ethernet driver interface 2015-05-26 15:37:55 +02:00
Martine Lenders
e28a64f282 ng_at86rf2xx: add NETCONF_OPT_PROTO to _get 2015-05-26 15:25:37 +02:00
Martine Lenders
53d2a0c3ec Merge pull request #3068 from PeterKietzmann/ng_sixlowpan_netif/add_DEBUG_flag
ng_sixlowpan_netif: add ENABLE_DEBUG flag
2015-05-26 15:17:21 +02:00
PeterKietzmann
837e57635a ng_sixlowpan_netif: add ENABLE_DEBUG flag 2015-05-26 14:45:57 +02:00
Peter Kietzmann
68dd9a3996 Merge pull request #2865 from kaspar030/fix_samd21_gpio_compile_issue
cpu: samd21: fix gpio irq handling compile handling
2015-05-26 14:08:45 +02:00
794d8389d5 Merge pull request #3037 from BytesGalore/travis_compile_on_demand
travis: enable travis compile tests on set github label `Ready for Travis build`
2015-05-26 12:24:22 +02:00
Hauke Petersen
9e273be3a3 Merge pull request #2852 from kaspar030/refactor_board_makefiles
make: boards: refactor board makefiles
2015-05-26 11:47:18 +02:00
302699eb02 make: move cpu specific CFLAGS into cpu makefile 2015-05-26 10:46:34 +02:00
625497e093 board: yunjia-nrf51822: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
dac9dd4fea board: udoo: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
cff8f2222f board: stm32f4discovery: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
5d894f9e59 board: stm32f3discovery: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
70b9df6238 board: stm32f0discovery: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
7168708b67 board: spark-core: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
107be4122c board: samr21-xpro: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
4a5924727f board: pca10005: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
acba05cb3f board: pca10000: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
0fb0638266 board: openmote: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
4a7e5ff97f board: nucleo-l1: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
d31166f932 board: nucleo-f334: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
71b6c32713 board: nucleo-f091: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
2acfedc2d7 board: msbiot: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
401f417a78 board: mbed_lpc1768: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
16d9842868 board: iot-lab_M3: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
e450631aa8 board: fox: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
e691fc6432 board: f4vi1: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
61ce881654 board: cc2538dk: adapt to common board Makefile 2015-05-26 10:46:34 +02:00
b16a3b3ec1 board: arduino-due: adapt to common board Makefile 2015-05-26 10:46:33 +02:00
51a9641e1f board: airfy-beacon: adapt to common board Makefile 2015-05-26 10:46:33 +02:00
8beba5645b make: board: initial commit of generic board Makefiles 2015-05-26 10:46:33 +02:00
9dc0554d98 cpu: samd21: use cortex common makefile and newlib module 2015-05-26 10:46:33 +02:00
b6a92bc8f3 cpu: stm32l1: use cortex common makefile and newlib module 2015-05-26 10:46:29 +02:00
8a8d547711 cpu: stm32f4: use cortex common makefile and newlib module 2015-05-26 10:46:24 +02:00
2d680776ba cpu: stm32f3: use cortex common makefile and newlib module 2015-05-26 10:46:24 +02:00
8ef7c5eaac cpu: stm32f1: use cortex common makefile and newlib module 2015-05-26 10:46:24 +02:00
45d588c167 cpu: stm32f0: use cortex common makefile and newlib module 2015-05-26 10:46:19 +02:00
cad9cb42f6 cpu: sam3x8e: use cortex common makefile and newlib module 2015-05-26 10:46:19 +02:00
c0bdebd164 cpu: nrf51822: use cortex common makefile and newlib module 2015-05-26 10:46:11 +02:00
484c3e3697 cpu: lpc1768: use cortex common makefile and newlib module 2015-05-26 10:46:03 +02:00
6e6e1eb2b3 cpu: cc2538: use cortex common makefile and newlib module 2015-05-26 10:46:03 +02:00
b89a58fdb5 cpu: add common cortex Makefile.include 2015-05-26 10:45:40 +02:00
a267274e84 sys: make newlib support a module 2015-05-26 10:45:40 +02:00
aff25936d1 cpu: samd21: fix gpio irq handling compile handling 2015-05-26 10:23:43 +02:00
Ludwig Ortmann
ec9d5ea271 Merge pull request #3043 from OlegHahm/pyterm-newline
Pyterm newline
2015-05-26 08:56:37 +02:00
Martine Lenders
55a48f48cc Merge pull request #3060 from Lotterleben/ng_netif_tests_rm_warn
unittests: rm warning for tests-ipv6_netif
2015-05-25 23:26:18 +02:00