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

13166 Commits

Author SHA1 Message Date
smlng
52fadaf23a tests: remove redundant board and quiet statements 2017-01-20 19:36:04 +01:00
Martine Lenders
aab48458da Merge pull request #6440 from smlng/pr/unittests/macos_fix
unittests: fix heatshrink compiler error on macOS
2017-01-20 18:26:46 +01:00
Peter Kietzmann
5880047d76 Merge pull request #6423 from haukepetersen/opt_lpc11_pwm
cpu/lpc11u34: remodeled PWM driver
2017-01-20 18:11:31 +01:00
Michel Rottleuthner
ac2ae7cb56 drivers: added driver for accessing sd_cards over spi 2017-01-20 18:11:26 +01:00
Loïc Dauphin
5c4bee1b1d examples: add opencm9-04 to unsufficient memory boards in some examples 2017-01-20 18:11:07 +01:00
Loïc Dauphin
73a3be518b tests: add opencm9-04 to insufficient memory boards in some tests 2017-01-20 18:11:00 +01:00
Loïc Dauphin
1fb47b5ee7 board/opencm9-04: initial support 2017-01-20 18:10:54 +01:00
Loïc Dauphin
480e966737 cpu/stm32f1: add opencm9-04 specific linker script 2017-01-20 18:10:42 +01:00
smlng
f84e8a37e2 tests: add missing include for Makefile.tests_common 2017-01-20 17:24:56 +01:00
Oleg Hahm
9a38c1085c Merge pull request #6428 from OTAkeys/fix/xtimer_mutex_infinite_loop
xtimer: fix mutex unlocking in _mutex_timeout
2017-01-20 16:43:38 +01:00
Oleg Hahm
4239075850 Merge pull request #6406 from kYc0o/xbee_fixes
Xbee fixes
2017-01-20 16:40:54 +01:00
smlng
a79ee2d623 unittests: fix heatshrink compiler error on macOS 2017-01-20 14:34:35 +01:00
kYc0o
51e0aaede4 examples/gnrc_minimal: add DEVELHELP to catch non-valid configs 2017-01-20 14:22:20 +01:00
kYc0o
abf6c3e53f tests/driver_xbee: add DEVELHELP to catch non-valid configs 2017-01-20 14:22:20 +01:00
kYc0o
2bee616cfb examples/gnrc_minimal: change to unambiguous UART port for XBee 2017-01-20 14:22:20 +01:00
kYc0o
a2f54a0e58 tests/driver_xbee: reduce pktbuf size to cover small platforms 2017-01-20 14:22:20 +01:00
kYc0o
ee741a4296 drivers/xbee: add UL to constants for 8 and 16 bit compatibility 2017-01-20 14:22:19 +01:00
Peter Kietzmann
5f26171e83 Merge pull request #6435 from ks156/master
cpu/lpc11u34: Bug with toggle function
2017-01-20 13:52:52 +01:00
smlng
34b96603fc cpu: doc typos 2017-01-20 13:36:26 +01:00
smlng
5660dbcec3 boards: doc typos 2017-01-20 13:35:57 +01:00
smlng
66c02daeae core: doc typos 2017-01-20 13:35:57 +01:00
Hauke Petersen
aab71bd993 Merge pull request #6408 from haukepetersen/opt_autoinit_logerrors
sys/auto_init: unified logging for saul&netif
2017-01-20 13:04:51 +01:00
3e49d0c8c6 Merge pull request #6434 from aabadie/petersen_typo
cpu: fix typo in author email
2017-01-20 10:43:24 +01:00
Peter Kietzmann
38a649428d Merge pull request #6421 from aabadie/nucleo_f042_periph
boards/nucleo-f042: configure PWM pins, add extra UART, add ADC
2017-01-20 09:28:19 +01:00
Oleg Hahm
5578d57387 Merge pull request #6395 from gebart/pr/doxygen-strip-include-fix
doc: Doxygen strip include fix
2017-01-20 09:14:17 +01:00
Hauke Petersen
825958d3e2 sys/auto_init: unified logging for mma8x5x 2017-01-20 09:05:57 +01:00
Hauke Petersen
a631cc86ca sys/auto_init: unified logging for saul&netif 2017-01-20 09:04:39 +01:00
Martine Lenders
a5bdf0a831 Merge pull request #6407 from OlegHahm/header_guards
*: remove trailing underscores from header guards
2017-01-20 01:51:20 +01:00
Oleg Hahm
5c8188f1a3 pkg nordic_softdevice_ble: fixes header 2017-01-19 23:32:58 +01:00
Paul RATHGEB
9317c1a212
Toggle function is LPC_GPIO->NOT and not LPC_GPIO->CLR
Signed-off-by: Paul RATHGEB <paul.rathgeb@skynet.be>
2017-01-19 22:54:59 +01:00
44fa850724 boards/nucleo32-f042: configure some PWM pins, add extra UART, add ADC configuration 2017-01-19 22:13:03 +01:00
245f60edfa cpu: fix typo in author email 2017-01-19 21:45:23 +01:00
Peter Kietzmann
2a4df77567 Merge pull request #6422 from gebart/pr/ci-tc-version-heading
dist/tools/ci: toolchain versions: Fix heading formatting
2017-01-19 18:31:50 +01:00
Oleg Hahm
3c6678b037 *: fix mismatching endifs for header guards 2017-01-19 18:30:53 +01:00
Oleg Hahm
7ee7801c10 *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
Vincent Dupont
eacffdf490 xtimer: fix mutex unlocking in _mutex_timeout 2017-01-19 18:26:52 +01:00
Peter Kietzmann
f119a2e77b Merge pull request #4419 from thomaseichinger/pr/min_invasive
drivers/at86rf2xx: code size optimisations
2017-01-19 17:48:24 +01:00
Oleg Hahm
693636690c Merge pull request #6399 from OlegHahm/timex_constants
timex: unambiguous time conversion macros
2017-01-19 17:29:26 +01:00
Thomas Eichinger
467b255c03 drivers/at86rf2xx: code size optimizations
These changes try to reduce code size of the at86rf2xx
driver by reducing code duplication and simplification.
2017-01-19 08:04:08 -08:00
Oleg Hahm
dd58ea3df3 pkg ccn-lite: remove obsolete patches 2017-01-19 17:03:42 +01:00
Oleg Hahm
63a9928e43 pkg ccn-lite: update version 2017-01-19 17:03:42 +01:00
Martine Lenders
76f951b54f Merge pull request #6326 from smlng/pr/osx/tests_name_clash
tests: fix linker failure on OS X due to name clash
2017-01-19 16:08:13 +01:00
smlng
6a037ad004 tests: add prefix to Makefile.tests_common
- fixes name clash on macOS
    - correct naming of test coap to pkg_libcoap
2017-01-19 15:20:37 +01:00
Francisco Acosta
70fbcbf7ed Merge pull request #6311 from miri64/native/enh/multi-tap
cpu/native: allow for multiple netdev2_tap devices
2017-01-19 14:56:55 +01:00
Sebastian Meiling
f072bce9ff Merge pull request #6425 from cgundogan/pr/jenkins_git_fetch_timeout
jenkins: timeout and retry blocked git fetch
2017-01-19 14:52:14 +01:00
Cenk Gündoğan
b523808043 jenkins: timeout and retry blocked git fetch 2017-01-19 14:33:19 +01:00
Martine Lenders
8ba057daf7 Merge pull request #6377 from aabadie/nucleo32-f303
boards/nucleo32-f303 : initial support
2017-01-19 14:19:28 +01:00
Joakim Nohlgård
78e207bc33 dist/tools/ci: Fix command output formatting of last line 2017-01-19 14:13:36 +01:00
Cenk Gündoğan
4b05722477 dist/tools/ci: toolchain versions: fix output to show avr-libc 2017-01-19 14:13:36 +01:00
Joakim Nohlgård
05769dddee dist/tools/ci: toolchain versions: Fix heading formatting 2017-01-19 14:13:36 +01:00