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

14020 Commits

Author SHA1 Message Date
Martine Lenders
eef90c06fb ipv6_addr: provide fix for off-by-x error 2017-04-25 19:19:43 +02:00
Martine Lenders
7f778988c3 tests: provide test for off-by-x error in ipv6_addr 2017-04-25 19:19:27 +02:00
Martine Lenders
0cc15955f6 Merge pull request #6958 from haukepetersen/fix_kinetis_uart
cpu/kintis+boards: fixed UART configuration
2017-04-25 17:22:45 +02:00
Hauke Petersen
9dabbddb2f cpu/kintis+boards: fixed UART configuration 2017-04-25 14:27:33 +02:00
Joakim Nohlgård
032c3b6883 Merge pull request #6914 from miri64/doc/fix/smartmenus
doc: utilize smartmenus
2017-04-25 11:05:45 +02:00
Martine Lenders
b092179787
doc: utilize smartmenus 2017-04-25 09:35:50 +02:00
Sebastian Meiling
c36aa8c30d Merge pull request #6243 from kb2ma/gcoap/sock_fix-tokenlen
gcoap: Fix compilation and unit test errors for zero-length token
2017-04-25 09:30:51 +02:00
3c53c58643 Merge pull request #6805 from PeterKietzmann/pr_remote_fix_leds
boards/remote: fix led macro
2017-04-25 08:51:54 +02:00
Ken Bannister
e7d6d57e5f gcoap: Define length of client token in test to parse response. 2017-04-24 22:21:53 -04:00
Ken Bannister
412d0dd67e gcoap: Use client token length macro when generate expected data. 2017-04-24 22:21:53 -04:00
Ken Bannister
7c19ad65e2 gcoap: Fix compilation error when client token length macro set to 0. 2017-04-24 22:21:53 -04:00
Vincent Dupont
e4bf86bf56 Merge pull request #6944 from aabadie/nucleo_144_conf_update
boards/nucleo144: rework UART and PWM conf to match Arduino pinout
2017-04-24 17:46:09 +02:00
Sebastian Meiling
67fec6294d Merge pull request #6954 from miri64/doc/fix/i6953
doc: fix spacing in parameter description
2017-04-24 15:14:03 +02:00
Sebastian Meiling
5ee49c3bbc Merge pull request #6938 from smlng/net/gnrc/pkt_opt
gnrc: cleanup of gnrc_pkt and enhance unittest
2017-04-24 13:56:01 +02:00
Martine Lenders
c00a89fd9e
doc: fix spacing in parameter description
Fixes #6953
2017-04-24 13:51:43 +02:00
Martine Lenders
cd808a591c Merge pull request #6952 from smlng/sys/shell/refix_6948
sys: shell: gnrc_6ctx: further fix gnrc_6ctx_add error handling
2017-04-24 11:17:46 +02:00
smlng
6d4095132c sys: shell: gnrc_6ctx: further fix gnrc_6ctx_add error handling 2017-04-24 10:08:46 +02:00
smlng
3b50f30a6e unittests: enhance tests-pkt with type search 2017-04-22 20:56:54 +02:00
smlng
d11754031a gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
cb4d4fd06c boards/nucleo144-f303: reconfigure PWM and UART to match Arduino pinout 2017-04-21 17:58:12 +02:00
caafdb26b7 boards/nucleo144-f207: rework uart and pwm configuration to match arduino pinout 2017-04-21 17:58:12 +02:00
9d81419b01 boards/nucleo144-f413: rework uart and pwm configuration to match arduino pinout 2017-04-21 17:58:12 +02:00
641afc3e7e boards/nucleo144-f429: rework uart and pwm configuration to match arduino pinout 2017-04-21 17:58:12 +02:00
17ec682a09 boards/nucleo144-f446: rework uart and pwm configuration to match arduino pinout 2017-04-21 17:58:12 +02:00
993ed203b5 Merge pull request #6947 from kaspar030/fix_NULL_zero_checks
some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle)
2017-04-21 15:54:56 +02:00
Sebastian Meiling
2ac0fbe305 Merge pull request #6949 from smlng/drivers/hd44780/fix_doxygen
drivers: fix doxygen for hd44780
2017-04-21 15:20:24 +02:00
smlng
8d50048c82 drivers: fix doxygen for hd44780 2017-04-21 11:30:15 +02:00
e4225cce6a Merge pull request #6948 from kaspar030/fix_sc_gnrc_6ctx
sys: shell: gnrc_6ctx: fix gnrc_6ctx_add error handling (coccinelle)
2017-04-21 10:28:32 +02:00
7c20266a22 sys: shell: gnrc_6ctx: fix gnrc_6ctx_add error handling 2017-04-20 23:40:22 +02:00
185c7ac11b some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle) 2017-04-20 23:31:32 +02:00
Martine Lenders
0aeeba7447 Merge pull request #6933 from smlng/sys/posix/fix_null_reference
sys, posix: fix cppcheck warnings and errors in posix_socket
2017-04-20 21:03:24 +02:00
Thomas Eichinger
91e85ad87a Merge pull request #6943 from aabadie/arduino_zero_no_adc
boards/arduino-zero: remove unused ADC configuration
2017-04-20 08:40:29 -07:00
796beb912f boards/arduino-zero: remove unused ADC configuration 2017-04-20 17:11:02 +02:00
Joakim Nohlgård
070e420bef Merge pull request #6939 from kaspar030/k60_remove_dangling_pointer
cpu: k60: remove dangling symlink
2017-04-20 11:36:25 +02:00
0e6b957b76 cpu: k60: remove dangling symlink 2017-04-20 11:00:02 +02:00
Francisco Acosta
2d9e1ed664 Merge pull request #6880 from aabadie/nucleo144_leds
boards/nucleo144: fix uninitialized on-board leds
2017-04-20 00:00:25 +02:00
smlng
3a6cb0dc71 sys, posix: fix cppcheck warnings and errors in posix_socket 2017-04-19 17:20:48 +02:00
Martine Lenders
2e6520d7a7 Merge pull request #6829 from francois-berder-imgtec/periph-gpio
PIC32: Add GPIO peripheral
2017-04-19 12:43:15 +02:00
a884640dec Merge pull request #6875 from dylad/fix_samd21_cpu_bug
cpu/samd21: fix NVM wait states
2017-04-19 10:26:39 +02:00
Martine Lenders
38f383c68d Merge pull request #6703 from OlegHahm/cppcheck_fixes
dist: enable cppcheck warnings for all files
2017-04-19 08:18:47 +02:00
Martine Lenders
85c5ba28c8 Merge pull request #6921 from smlng/net/icmpv6/correct_debug_output
net, icmpv6: correct debug output
2017-04-18 17:15:32 +02:00
Martine Lenders
d076d855c5 Merge pull request #6908 from miri64/doc/enh/less-conf
doc: add build capacities for LESS
2017-04-18 15:29:03 +02:00
Martine Lenders
2a0ead8fc1 Merge pull request #6920 from smlng/doc/arduino_common
doxygen: refine Arduino Atmega Common documentation
2017-04-18 13:32:16 +02:00
Martine Lenders
1724b97b23 doc: add build capacities for LESS 2017-04-18 13:23:34 +02:00
smlng
25e62a7087 net, icmpv6: correct debug output 2017-04-18 11:57:40 +02:00
smlng
87ea556758 doxygen: refine Arduino Atmega Common documentation 2017-04-18 11:18:26 +02:00
Francisco Acosta
7333016547 Merge pull request #6791 from gebart/pr/kinetis-ldscript-unification
kinetis: move ldscripts to kinetis_common for easier reuse
2017-04-18 10:38:41 +02:00
fbd172dd17 Merge pull request #6912 from travisgriggs/refactor_unittest_makefile_for_easier_merge
unittest/Makefile: make merging easier
2017-04-18 10:14:07 +02:00
Travis Griggs
b2e33e840f unittests: unroll board lists to one item per line 2017-04-17 15:09:37 -07:00
Martine Lenders
00a13d6336 Merge pull request #6913 from smlng/drivers/jc42/corrections
drivers: minor doxygen corrections for JC42
2017-04-15 17:24:28 +02:00