Martine Lenders
|
b0a849c01c
|
tests: provide unittests for core/list
|
2017-01-24 14:15:48 +01:00 |
|
Hauke Petersen
|
67fdd43ba8
|
Merge pull request #6398 from phectori/maple-mini
Boards: Add Maple mini
|
2017-01-24 14:10:55 +01:00 |
|
Hauke Petersen
|
10c46866d2
|
Merge pull request #5987 from aabadie/arduino_sketch_on_arduino
sys/arduino: make arduino sketch works on avr based boards
|
2017-01-24 14:10:18 +01:00 |
|
|
d1db946188
|
Merge pull request #6344 from haukepetersen/opt_pm_misc
pm: misc cleanup and fixes
|
2017-01-24 14:07:36 +01:00 |
|
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 |
|
Martine Lenders
|
f57fba5dba
|
sock: introduce sock pseudo-modules
|
2017-01-24 09:48:22 +01:00 |
|
Hauke Petersen
|
0c8b4e9755
|
cpu/lpc11u34: define CPU_FLASH_BASE value
|
2017-01-24 09:41:56 +01:00 |
|
Hauke Petersen
|
87bdd7be32
|
tests/unittests: added flashpage tests (page<->addr)
|
2017-01-24 09:41:56 +01:00 |
|
Hauke Petersen
|
af1e492552
|
drivers/flashpage: added addr-to-page function
|
2017-01-24 09:41:56 +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 |
|
Martine Lenders
|
2fd69653af
|
gnrc_ndp: do not add new neighbors as TENTATIVE on 6LR
|
2017-01-23 14:02:26 +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 |
|
Frits Kuipers
|
e483c2307b
|
boards/maple-mini: initial support
|
2017-01-21 16:27:17 +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 |
|
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 |
|