cfd9a5905a
Merge pull request #2766 from kaspar030/add_dev_eth
...
sys: net: introduce low-level ethernet driver API
2015-05-26 19:28:14 +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
fbfb0954eb
cpu: native: add tap implementation of dev_eth (ng_nativenet)
2015-05-26 15:37:55 +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
Oleg Hahm
7be7e00ab9
Merge pull request #3042 from gebart/pr/doxygen-@file-remove-filename
...
everything: Remove filename from @file Doxygen command
2015-05-22 17:10:04 +02:00
Johann Fischer
31c0ea7358
Merge pull request #2994 from gebart/pr/kinetis-pwm-refactor
...
kinetis: Refactor PWM periph
2015-05-22 09:51:47 +02:00
Peter Kietzmann
15b5b28e19
Merge pull request #3041 from haukepetersen/fix_f4dis_doxyge
...
board/stm32f4discovery: fixed doxygen in periph_conf
2015-05-22 09:28:07 +02:00
Joakim Gebart
13832d8e62
everything: Remove filename from @file Doxygen command
2015-05-22 07:34:41 +02:00
Oleg Hahm
d0790ad034
Merge pull request #2993 from gebart/pr/kinetis-bitband-reg
...
kinetis: remove ambiguous BITBAND_REG macro
2015-05-21 19:18:33 +02:00
Lucas Jenß
742c39e838
Merge pull request #2881 from x3ro/clarify-stacksize-constants
...
Clarify and unify naming of thread-related constants (stacksize and priority)
2015-05-21 16:55:30 +02:00
Hauke Petersen
807c6432cc
board/stm32f4discovery: fixed doxygen in periph_conf
2015-05-21 13:19:41 +02:00
Joakim Gebart
7b4450bd0a
mulle: Use BITBAND_REG32 instead of BITBAND_REG
2015-05-21 11:00:49 +02:00
Lucas Jenss
426170b064
Improve naming of thread stacksize/priority constants
...
As discussed in #2725 , this commit renames a number of stacksize constants to
better convey their intended usage. In addition, constants for thread priority
are given a `THREAD_` prefix. Changes are:
* KERNEL_CONF_STACKSIZE_PRINTF renamed to THREAD_EXTRA_STACKSIZE_PRINTF
* KERNEL_CONF_STACKSIZE_DEFAULT renamed to THREAD_STACKSIZE_DEFAULT
* KERNEL_CONF_STACKSIZE_IDLE renamed to THREAD_STACKSIZE_IDLE
* KERNEL_CONF_STACKSIZE_MAIN renamed to THREAD_STACKSIZE_MAIN
* Move thread stacksizes from kernel.h to thread.h, since the prefix changed
* PRIORITY_MIN renamed to THREAD_PRIORITY_MIN
* PRIORITY_IDLE renamed to THREAD_PRIORITY_IDLE
* PRIORITY_MAIN renamed to THREAD_PRIORITY_MAIN
* Move thread priorities from kernel.h to thread.h since the prefix has changed
* MINIMUM_STACK_SIZE renamed to THREAD_STACKSIZE_MINIMUM for consistency
2015-05-21 00:14:23 +02:00
Oleg Hahm
8cb0e59283
Merge pull request #3030 from gebart/pr/tab-fixes2
...
Tab indentation fixes
2015-05-20 18:27:28 +02:00
Johann Fischer
b0e73b9a8c
Merge pull request #2983 from jfischer-phytec-iot/pr@kw2x-rf-autoinit
...
boards/pba-d-01-kw2x: add network interface auto init
2015-05-20 10:00:23 +02:00
Joakim Gebart
964fdb5cf2
mulle: Add PWM configuration
2015-05-20 06:19:51 +02:00
Joakim Gebart
fc926e57bf
pba-d-01-kw2x: Add PWM_MAX_VALUE
2015-05-20 06:16:42 +02:00
Joakim Gebart
4656e022cc
boards/redbee-econotag: Replace tabs by spaces
2015-05-19 12:25:28 +02:00
Joakim Gebart
6f59d41335
boards/pttu: Replace tabs by spaces
2015-05-19 12:25:10 +02:00
Joakim Gebart
36849276b3
boards/pba-d-01-kw2x: Replace tabs by spaces
2015-05-19 12:24:56 +02:00
Hauke Petersen
1c610df0f5
boards/yunjia-nrf51822: enabled nrfmin radio driver
2015-05-19 10:02:57 +02:00
Hauke Petersen
8d1b51423a
boards/pca10005: enabled nrfmin radio driver
2015-05-19 10:02:57 +02:00
Hauke Petersen
8d831eab14
boards/pca10000: enabled nrfmin radio driver
2015-05-19 10:02:57 +02:00
Hauke Petersen
e991b1c4d0
boards/airfy-beacon: enabled nrmin radio driver
2015-05-19 10:02:57 +02:00
Joakim Gebart
19c17c529c
mulle: Add FEATURES_MCU_GROUP=cortex_m4
2015-05-19 08:56:29 +02:00
Jonas
9b66477180
adapted new auto-init process to kw2xrf driver
...
added kw2xrf to auto-init
2015-05-18 17:12:44 +02:00
Peter Kietzmann
b3e78ddc33
Merge pull request #3016 from gebart/pr/tab-indentation
...
Inconsistent indentation in some files
2015-05-18 15:45:15 +02:00