Commit Graph

14219 Commits (a188d7670b0a133c8fd15483d510e7247f7f12a6)
 

Author SHA1 Message Date
Ken Bannister 412d0dd67e gcoap: Use client token length macro when generate expected data. 6 years ago
Ken Bannister 7c19ad65e2 gcoap: Fix compilation error when client token length macro set to 0. 6 years ago
Vincent Dupont e4bf86bf56 Merge pull request #6944 from aabadie/nucleo_144_conf_update
boards/nucleo144: rework UART and PWM conf to match Arduino pinout
6 years ago
Sebastian Meiling 67fec6294d Merge pull request #6954 from miri64/doc/fix/i6953
doc: fix spacing in parameter description
6 years ago
Sebastian Meiling 5ee49c3bbc Merge pull request #6938 from smlng/net/gnrc/pkt_opt
gnrc: cleanup of gnrc_pkt and enhance unittest
6 years ago
Martine Lenders c00a89fd9e
doc: fix spacing in parameter description
Fixes #6953
6 years ago
Martine Lenders cd808a591c Merge pull request #6952 from smlng/sys/shell/refix_6948
sys: shell: gnrc_6ctx: further fix gnrc_6ctx_add error handling
6 years ago
smlng 6d4095132c sys: shell: gnrc_6ctx: further fix gnrc_6ctx_add error handling 6 years ago
smlng 3b50f30a6e unittests: enhance tests-pkt with type search 6 years ago
smlng d11754031a gnrc: cleanup and corrections in gnrc_pkt 6 years ago
Alexandre Abadie cb4d4fd06c boards/nucleo144-f303: reconfigure PWM and UART to match Arduino pinout 6 years ago
Alexandre Abadie caafdb26b7 boards/nucleo144-f207: rework uart and pwm configuration to match arduino pinout 6 years ago
Alexandre Abadie 9d81419b01 boards/nucleo144-f413: rework uart and pwm configuration to match arduino pinout 6 years ago
Alexandre Abadie 641afc3e7e boards/nucleo144-f429: rework uart and pwm configuration to match arduino pinout 6 years ago
Alexandre Abadie 17ec682a09 boards/nucleo144-f446: rework uart and pwm configuration to match arduino pinout 6 years ago
Kaspar Schleiser 993ed203b5 Merge pull request #6947 from kaspar030/fix_NULL_zero_checks
some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle)
6 years ago
Sebastian Meiling 2ac0fbe305 Merge pull request #6949 from smlng/drivers/hd44780/fix_doxygen
drivers: fix doxygen for hd44780
6 years ago
smlng 8d50048c82 drivers: fix doxygen for hd44780 6 years ago
Kaspar Schleiser e4225cce6a Merge pull request #6948 from kaspar030/fix_sc_gnrc_6ctx
sys: shell: gnrc_6ctx: fix gnrc_6ctx_add error handling (coccinelle)
6 years ago
Kaspar Schleiser 7c20266a22 sys: shell: gnrc_6ctx: fix gnrc_6ctx_add error handling 6 years ago
Kaspar Schleiser 185c7ac11b some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle) 6 years ago
Martine Lenders 0aeeba7447 Merge pull request #6933 from smlng/sys/posix/fix_null_reference
sys, posix: fix cppcheck warnings and errors in posix_socket
6 years ago
Thomas Eichinger 91e85ad87a Merge pull request #6943 from aabadie/arduino_zero_no_adc
boards/arduino-zero: remove unused ADC configuration
6 years ago
Alexandre Abadie 796beb912f boards/arduino-zero: remove unused ADC configuration 6 years ago
Joakim Nohlgård 070e420bef Merge pull request #6939 from kaspar030/k60_remove_dangling_pointer
cpu: k60: remove dangling symlink
6 years ago
Kaspar Schleiser 0e6b957b76 cpu: k60: remove dangling symlink 6 years ago
Francisco Acosta 2d9e1ed664 Merge pull request #6880 from aabadie/nucleo144_leds
boards/nucleo144: fix uninitialized on-board leds
6 years ago
Francois Berder 407031dc54 boards: pic32-wifire: Fix UART RX pinmux register
U4RXREG is the RX buffer for UART4. U4RXR is the register for
controlling the input pin for UART4.

Signed-off-by: Francois Berder <francois.berder@imgtec.com>
6 years ago
Francois Berder ea04d9af33 boards: pic32-clicker: Fix UART RX pinmux register
U3RXREG is the RX buffer for UART3. U3RXR is the register for
controlling the input pin for UART3.

Signed-off-by: Francois Berder <francois.berder@imgtec.com>
6 years ago
smlng 3a6cb0dc71 sys, posix: fix cppcheck warnings and errors in posix_socket 6 years ago
Francois Berder fa51e4081d boards: pic32-clicker: Remove useless UART pin configuration
Signed-off-by: Francois Berder <francois.berder@imgtec.com>
6 years ago
Francois Berder 12690185cb boards: pic32-wifire: Remove useless UART pin configuration
Since the UART module takes control of RX and TX pins, there
is no need to configure the pins.

Signed-off-by: Francois Berder <francois.berder@imgtec.com>
6 years ago
Martine Lenders 2e6520d7a7 Merge pull request #6829 from francois-berder-imgtec/periph-gpio
PIC32: Add GPIO peripheral
6 years ago
Alexandre Abadie a884640dec Merge pull request #6875 from dylad/fix_samd21_cpu_bug
cpu/samd21: fix NVM wait states
6 years ago
Martine Lenders 38f383c68d Merge pull request #6703 from OlegHahm/cppcheck_fixes
dist: enable cppcheck warnings for all files
6 years ago
Martine Lenders 85c5ba28c8 Merge pull request #6921 from smlng/net/icmpv6/correct_debug_output
net, icmpv6: correct debug output
6 years ago
Martine Lenders d076d855c5 Merge pull request #6908 from miri64/doc/enh/less-conf
doc: add build capacities for LESS
6 years ago
Martine Lenders 2a0ead8fc1 Merge pull request #6920 from smlng/doc/arduino_common
doxygen: refine Arduino Atmega Common documentation
6 years ago
Martine Lenders 1724b97b23 doc: add build capacities for LESS 6 years ago
smlng 25e62a7087 net, icmpv6: correct debug output 6 years ago
smlng 87ea556758 doxygen: refine Arduino Atmega Common documentation 6 years ago
Francisco Acosta 7333016547 Merge pull request #6791 from gebart/pr/kinetis-ldscript-unification
kinetis: move ldscripts to kinetis_common for easier reuse
6 years ago
Alexandre Abadie fbd172dd17 Merge pull request #6912 from travisgriggs/refactor_unittest_makefile_for_easier_merge
unittest/Makefile: make merging easier
6 years ago
Travis Griggs b2e33e840f unittests: unroll board lists to one item per line 6 years ago
Martine Lenders 00a13d6336 Merge pull request #6913 from smlng/drivers/jc42/corrections
drivers: minor doxygen corrections for JC42
6 years ago
smlng d3e7e7de45 drivers: minor doxygen corrections for JC42 6 years ago
Alexandre Abadie 3e0edad466 Merge pull request #6877 from steffen-p/stm32_clk_init_hse_i2c
cpu/stm32f3: fix for non-functional i2c
6 years ago
Vincent Dupont 19c4facf83 Merge pull request #6911 from aabadie/stm32l4_cpuid
cpu/stm32l4/ldscripts: fix stm32l476rg cpuid base address
6 years ago
Alexandre Abadie 76155ea820 cpu/stm32l4/ldscripts: fix stm32l476rg cpuid 6 years ago
Oleg Hahm ec97a94626 dist: cppcheck: switch back to 8 jobs 6 years ago