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

13033 Commits

Author SHA1 Message Date
Peter Kietzmann
119a307645 Merge pull request #6457 from aabadie/nucleo_f072_periph
boards/nucleo-f072: improve periph configuration
2017-01-24 10:15:39 +01:00
Peter Kietzmann
d7ce91f63a Merge pull request #6452 from aabadie/nucleo_f091_periph
boards/nucleo-f091: update UART, PWM and ADC periph configuration
2017-01-24 10:14:04 +01:00
Cenk Gündoğan
15d99f0c5d Merge pull request #6458 from miri64/mailmap/enh/add-more-of-my-mail-addr
mailmap: add missing mail address of mine
2017-01-23 16:26:53 +01:00
Martine Lenders
76c5eb0980 mailmap: add missing mail address of mine
Very old mail address of mine that I don't really use any more, but
for some reason it is in RIOT's history, so here we go.
2017-01-23 16:16:33 +01:00
Martine Lenders
9891f60707 Merge pull request #6115 from cgundogan/pr/mailmap
mailmap: initial mail mappings
2017-01-23 16:08:43 +01:00
351a6dee53 boards/nucleo-f072: add extra UART 2017-01-23 15:48:46 +01:00
9f39f5fb75 boards/nucleo-f072: configure PWM 2017-01-23 15:48:45 +01:00
Sebastian Meiling
4e0dec4908 Merge pull request #6446 from cgundogan/pr/jenkins_riot_mirror
jenkins: use local RIOT mirror to speed up fetches
2017-01-23 15:23:59 +01:00
Peter Kietzmann
808f954faa Merge pull request #6454 from smlng/pr/drivers/cc110x_fix_deps
drivers/cc110x: add xtimer as module dependency
2017-01-23 14:50:18 +01:00
Cenk Gündoğan
22530a06ab mailmap: initial mail mappings 2017-01-23 14:19:41 +01:00
smlng
80a44ddfcc drivers/cc110x: add xtimer as module dependency 2017-01-23 14:01:32 +01:00
569e494efa boards/nucleo-f072: fix ADC configuration 2017-01-23 13:54:55 +01:00
Peter Kietzmann
df4d870ac7 Merge pull request #6449 from ks156/master
boards/weio : Various bug corrections
2017-01-23 12:21:19 +01:00
4d9b3d1c2a boards/nucleo-f091: add extra UART 2017-01-23 10:27:18 +01:00
d860393076 boards/nucleo-f091: add ADC configuration 2017-01-23 10:27:17 +01:00
35d22e3230 boards/nucleo-f091: configure PWM 2017-01-23 10:27:17 +01:00
Peter Kietzmann
72aa1569f9 Merge pull request #6231 from haukepetersen/rm_devenums_pwm
drivers/pwm: removed deprecated PWM_x defines
2017-01-23 10:12:11 +01:00
Sebastian Meiling
7f7329ea71 Merge pull request #4744 from brummer-simon/devel-gnrc_tcp
gnrc_tcp: initial implementation
2017-01-23 09:32:34 +01:00
Paul RATHGEB
750fb9ac61
cpu/lpc11u34 - Fixed GPIO_PIN macro
This macro is not coherent with the PORT_SHIFT def in gpio.c. This commit fixes the consistency.

Signed-off-by: Paul RATHGEB <paul.rathgeb@skynet.be>
2017-01-22 19:02:17 +01:00
Paul RATHGEB
4c10c64324
boards/weio : fixed a bug with the LED IO def
Signed-off-by: Paul RATHGEB <paul.rathgeb@skynet.be>
2017-01-22 17:18:13 +01:00
Simon Brummer
abd307b89d gnrc_tcp : initial implementation 2017-01-22 09:27:58 +01:00
Martine Lenders
5b1c00ad8b Merge pull request #6388 from astralien3000/opencm9-04
boards/opencm9-04 : initial support
2017-01-21 14:37:50 +01:00
Cenk Gündoğan
1e67b7a57c jenkins: use local RIOT mirror to speed up fetches 2017-01-21 13:30:28 +01:00
Martine Lenders
85d8397464 Merge pull request #6117 from kb2ma/gcoap/sock
gcoap: rebase networking on sock
2017-01-21 10:40:13 +01:00
Ken Bannister
342c3f2ed3 gcoap: Remove coap.h include file, which is no longer used.
Also change references in dependencies to the net/gcoap.h include.
2017-01-20 22:00:25 -05:00
Ken Bannister
acda73c9c7 gcoap: Update unit tests for rebase on sock 2017-01-20 22:00:25 -05:00
Ken Bannister
e10e579593 gcoap: Update CLI example for rebase on sock 2017-01-20 22:00:25 -05:00
Ken Bannister
af1eca907f gcoap: Rebase messaging on sock API 2017-01-20 22:00:25 -05:00
Ken Bannister
fa815993ae gcoap: Move from gnrc directory up to net directory 2017-01-20 16:14:13 -05:00
9d55b3a49b Merge pull request #6156 from keestux/add-driver-bme280
drivers: Add driver for BME280
2017-01-20 21:24:22 +01:00
Martine Lenders
ace053fbf2 Merge pull request #6444 from smlng/pr/tests/add_makefile_tests_common
tests: add missing include for Makefile.tests_common
2017-01-20 20:36:30 +01:00
Kees Bakker
a0a76d66d2 drivers: Add driver for BME280 2017-01-20 20:26:43 +01:00
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
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
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