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

14198 Commits

Author SHA1 Message Date
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
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>
2017-04-19 16:23:15 +01:00
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>
2017-04-19 16:21:51 +01:00
smlng
3a6cb0dc71 sys, posix: fix cppcheck warnings and errors in posix_socket 2017-04-19 17:20:48 +02:00
Francois Berder
fa51e4081d boards: pic32-clicker: Remove useless UART pin configuration
Signed-off-by: Francois Berder <francois.berder@imgtec.com>
2017-04-19 16:15:50 +01:00
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>
2017-04-19 16:15:44 +01: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
smlng
d3e7e7de45 drivers: minor doxygen corrections for JC42 2017-04-15 11:55:10 +02:00
3e0edad466 Merge pull request #6877 from steffen-p/stm32_clk_init_hse_i2c
cpu/stm32f3: fix for non-functional i2c
2017-04-14 18:48:55 +02:00
Vincent Dupont
19c4facf83 Merge pull request #6911 from aabadie/stm32l4_cpuid
cpu/stm32l4/ldscripts: fix stm32l476rg cpuid base address
2017-04-14 17:59:17 +02:00
76155ea820 cpu/stm32l4/ldscripts: fix stm32l476rg cpuid 2017-04-14 14:48:25 +02:00
Oleg Hahm
ec97a94626 dist: cppcheck: switch back to 8 jobs 2017-04-14 14:36:17 +02:00
Oleg Hahm
76e884e346 dist: ci: removed obsolete TODO regarding cppcheck 2017-04-14 14:36:17 +02:00
Oleg Hahm
2cb16c5ff4 dist: tunslip: fix cppcheck warnings 2017-04-14 14:36:16 +02:00
908429eb33 tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
Martine Lenders
6928c5d4ed pkg: nordic_softdevice_ble: fix cppcheck warnings 2017-04-14 14:36:16 +02:00
Oleg Hahm
984077d35c cpu: x86: eliminate cppcheck warnings 2017-04-14 14:36:16 +02:00
Oleg Hahm
4219011b66 cpu: lpc2387: make comment a comment 2017-04-14 14:36:16 +02:00
Oleg Hahm
242cd6290a cpu: kinetis: suppress incorrect cppcheck warning 2017-04-14 14:36:16 +02:00
Oleg Hahm
fae24057df conn: udp: eliminate redundant assignment 2017-04-14 14:36:16 +02:00
Joseph Noir
93770edce4 cpp11-compat: address cppcheck warnings 2017-04-14 14:36:15 +02:00
Oleg Hahm
a9cc8babba gnrc: ndp: suppress wrong cppcheck warnings 2017-04-14 14:36:15 +02:00
Oleg Hahm
45cd9ad5c4 gnrc: 6lowpan-nd: suppress wrong cppcheck warnings 2017-04-14 14:36:15 +02:00
Oleg Hahm
191797bc6b gnrc: 6lowpan-nd: removed superfluous check 2017-04-14 14:36:15 +02:00
Oleg Hahm
ec36be1d42 universal_address: fix cppcheck warning 2017-04-14 14:36:15 +02:00
Oleg Hahm
ffe2f68a66 shell: rpl: fix cppcheck warning 2017-04-14 14:36:15 +02:00
Oleg Hahm
c2dfd8439c quad_math: fix or suppress cppcheck warnings 2017-04-14 14:36:14 +02:00
Martine Lenders
32c60cd0aa universal_address: fix cppcheck warnings 2017-04-14 14:36:14 +02:00
Martine Lenders
c2c2516a53 gnrc: fix cppcheck warnings 2017-04-14 14:36:14 +02:00
Martine Lenders
b2bc244ce9 xtimer: fix cppcheck warnings 2017-04-14 14:36:14 +02:00
Martine Lenders
62ca7f9242 crypto: fix cppcheck warnings 2017-04-14 14:36:14 +02:00
Oleg Hahm
22fd9c12cc pkg: nordic_softdevice_ble: fix cppcheck warnings 2017-04-14 14:36:14 +02:00
Oleg Hahm
5a48c27d96 hdc1000: reduce scope of variables 2017-04-14 14:36:13 +02:00