Martine S. Lenders
c6781af281
gnrc_sixlowpan_frag_vrb: rename addr_str variable
2019-10-07 17:52:09 +02:00
Martine Lenders
9d0faa9e5f
Merge pull request #11957 from miri64/emcute/fix/payload-copy-error
...
emcute: fix payload copy error for emcute_pub
2019-10-07 17:17:44 +02:00
Martine Lenders
999a7714b0
Merge pull request #12382 from nmeum/pr/asymcute_continue
...
emcute: never return from receive loop
2019-10-07 16:28:09 +02:00
900e7c4040
pkg/semtech-loramac: fix failed assertion in randr function
2019-10-07 15:30:31 +02:00
Sören Tempel
74e19d451c
emcute: never return from receive loop
...
Without this change an attacker would be able to stop the emcute server
by sending a crafted packet triggering this branch. The solution is
using `continue` instead of `return`.
2019-10-07 15:12:20 +02:00
Hauke Petersen
a595f89bbe
pkg/nimble/netif: set max conn explicitly
2019-10-07 14:50:57 +02:00
Gaëtan Harter
7d0b922e98
buildsystem_sanity_check: script to save deps resolution variables
...
Add a script saving all applications and boards dependency resolution
variables and also aggregated files to compare between both dependencies
handling.
It is slow but should dump everything.
2019-10-07 14:47:34 +02:00
Gaëtan Harter
58cf46c706
make: add targets to debug dependencies variables
...
Add a 'dependency-debug' and a 'DEPENDENCY_DEBUG=1' option for
'info-boards-supported' to save some variables used when resolving
dependencies.
Print some some 'sorted' variables to simplify comparing the actual value
when the parsing order changed.
This should help tracking changes introduced when refactoring the
dependency parsing.
2019-10-07 14:45:40 +02:00
86360f73d4
boards/nucleo32: fix arduino pinmap for nucleo-l432kc
2019-10-07 14:30:36 +02:00
Martine Lenders
8ff09158b0
Merge pull request #12352 from haukepetersen/opt_nimble_netifconndebug
...
pkg/nimble/netif_conn: improve debug messages
2019-10-07 14:00:16 +02:00
255ce7d1a8
Merge pull request #12377 from dylad/pr/board/samr34_fix_typo
...
board/samr34: fix typo in TCXO
2019-10-07 09:28:32 +02:00
Dylan Laduranty
40b65c16e2
Merge pull request #12291 from keestux/sam0-refactor-adc0
...
boards/sam0: refactor ADC_0 into plain ADC
2019-10-07 09:20:38 +02:00
Martine Lenders
cac8a506b8
Merge pull request #12369 from miri64/tests/enh/gnrc_tcp
...
tests/gnrc_tcp: provide regression tests for fixed issues
2019-10-07 06:14:49 +02:00
Antonio Galea
a73bee8138
boards/samr34: TXCO should be TCXO
...
Fix board define to TCXO: Temperature Compensated eXternal Oscillator
2019-10-06 20:36:22 +02:00
Martine Lenders
c3a85bb9ca
tests/gnrc_tcp: provide regression tests for fixed issues
2019-10-06 17:34:54 +02:00
Martine Lenders
9ab67a6d89
Merge pull request #12379 from brummer-simon/gnrc_tcp-no_reopen_recv_window_on_closed_conn
...
gnrc_tcp: do not reopen recv window on closed connection
2019-10-06 17:32:49 +02:00
Martine Lenders
3a3d707014
Merge pull request #12378 from brummer-simon/gnrc_tcp-doc_numeric_return_values
...
gnrc_tcp: doc use 0 instead of zero
2019-10-06 17:32:39 +02:00
Simon Brummer
4fbc0252e1
gnrc_tcp: do not reopen recv window on closed connection
2019-10-06 12:13:37 +02:00
Simon Brummer
d192b3a931
gnrc_tcp: doc use 0 instead of zero
2019-10-06 09:04:49 +02:00
Martine Lenders
e22084c420
tests/gnrc_tcp: prepare shared_func for scapy
2019-10-05 15:12:23 +02:00
Martine Lenders
00f7e52be6
tests/gnrc_tcp: fix sudo error message
2019-10-05 15:12:23 +02:00
Martine Lenders
b99ec92e6a
Merge pull request #12368 from miri64/gnrc_tcp/fix/check-option-length
...
gnrc_tcp: check if option has valid length set
2019-10-05 15:11:38 +02:00
Ken Bannister
033b60b2d0
Merge pull request #11189 from leandrolanzieri/gcoap_link_format_options
...
sys: Add Link Format module
2019-10-05 06:46:15 -04:00
Martine Lenders
d32cdd9cf8
Merge pull request #12376 from miri64/tests/doc/copyright
...
tests: fix copyright attribution and doc
2019-10-04 21:20:15 +02:00
Martine Lenders
55143bb017
tests: fix copyright attribution and doc
...
While looking at tests/gnrc_ipv6_ext_frag again while writing
RIOT-OS/Release-Specs#137 , I noticed that several of tests that I
definitely wrote myself from scretch are attributed wrong (and
sometimes even documented wrong). I guess this was caused by just
copy-pasting the files...
2019-10-04 20:58:57 +02:00
Francisco
ff886c3ae6
Merge pull request #12374 from aabadie/pr/boards/stm32_gpio_init_order
...
boards/stm32: initialize board gpios after cpu
2019-10-04 17:45:23 +02:00
5dfe80d24c
boards/stm32: initialize board gpios after cpu
2019-10-04 17:05:40 +02:00
825303cc04
Merge pull request #12372 from aabadie/pr/cpu/nrf52_multiple_i2c
...
cpu/nrf52: allow accessing multiple i2c peripherals
2019-10-04 15:58:30 +02:00
db96f31a54
tools/flake8: exclude suit_manifest_encoder_04 script
...
This script is copied as is from an external repository:
https://github.com/ARMmbed/suit-manifest-generator/blob/ex-gen-moran-suit-manifest-04/example-generator-moran-suit-manifest-04/make-examples.py
2019-10-04 15:45:22 +02:00
7f6862c2d3
suit: add SUIT draft v4 manifest tools
...
This commit adds support tools used by the SUIT firmware upgrade module.
Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
Co-authored-by: Koen Zandberg <koen@bergzand.net>
Co-authored-by: Francisco Molina <femolina@uc.cl>
2019-10-04 15:45:22 +02:00
Kevin "Tristate Tom" Weiss
e867da315a
Merge pull request #12359 from benpicco/fixup-example_netif
...
examples/default: update BOARD_PROVIDES_NETIF
2019-10-04 14:54:22 +02:00
Kevin "Tristate Tom" Weiss
4b7c5915ec
Merge pull request #10953 from gschorcht/sys/shell/heap_cmd/pr
...
sys/shell: add heap command
2019-10-04 13:49:57 +02:00
Leandro Lanzieri
3ca6a28e04
tests: Add unit tests for clif module
2019-10-04 11:35:52 +02:00
Leandro Lanzieri
5febec820d
sys: Add clif (CoRE Link Format) module
...
This module implements a simple encoder and decoder of CoRE Link Format
(RFC 6690).
2019-10-04 11:35:52 +02:00
Francisco
7d7596ea6c
Merge pull request #11057 from kb2ma/coap/block_optimization
...
net/coap: Block optimizations
2019-10-04 09:41:05 +02:00
c1b95733b6
cpu/nrf52: allow accessing multiple i2c peripherals
2019-10-04 08:42:35 +02:00
Kees Bakker
04c84ed158
cpu/sam0: refactor ADC_0 into plain ADC
...
This change is for all boards with a sam0 cpu. This cpu just has one ADC.
It is unnecessary to have defines with ADC_0_ prefix as if multiple ADCs
are possible.
Some defines were not used, such as ADC_0_EN, ADC_0_CHANNELS,
ADC_MAX_CHANNELS, ADC_0_CLK_SOURCE, ADC_0_CHANNELS
Change all ADC_0_ prefixes to ADC_
2019-10-03 20:45:44 +02:00
Martine Lenders
aaf61e4d79
Merge pull request #12366 from brummer-simon/gnrc_tcp-fix_debug_msg
...
gnrc_tcp-fix debug message
2019-10-03 20:07:04 +02:00
Ken Bannister
2dc4209c0e
net/nanocoap: optimize determination of exponent for block szx
2019-10-03 13:17:09 -04:00
Martine Lenders
66e5f7230f
gnrc_tcp: check if option has valid length set
2019-10-03 18:30:40 +02:00
a718ba0910
Merge pull request #12365 from aabadie/pr/make/targets_fix_typo
...
make/targets: fix typo in message
2019-10-03 15:59:01 +02:00
Simon Brummer
07210ee571
gnrc_tcp: fix debug message
2019-10-03 15:54:36 +02:00
Martine Lenders
e9e0001239
Merge pull request #11930 from brummer-simon/gnrc_tcp-improve_tests
...
gnrc_tcp: test improvement
2019-10-03 15:40:16 +02:00
28c3717911
make/targets: fix typo in message
2019-10-03 15:23:19 +02:00
Simon Brummer
56998e822a
gnrc_tcp: test improvement
2019-10-03 15:18:28 +02:00
37fb76b730
Merge pull request #10204 from aabadie/pr/tools/setsid_macosx
...
tools: build and use setsid command from external source when not available
2019-10-03 13:29:04 +02:00
9148562476
makefiles/vars: document DEBUGDEPS variable
2019-10-03 12:43:49 +02:00
49967b2c4a
boards/avr/dist: setsid can be set with env variable
2019-10-03 12:43:49 +02:00
5b265088fe
Makefile.include: use external setsid with debug target
...
Only when setsid is not provided by the system which is typically the case on MacOSX
2019-10-03 12:43:49 +02:00
4b53f6b92b
makefiles/targets: add target for setsid
2019-10-03 12:43:49 +02:00