Martine Lenders
651b506fd4
Merge pull request #14494 from miri64/emb6/cleanup/rm
...
pkg/emb6: remove deprecated package
2020-07-11 02:45:48 +02:00
Martine S. Lenders
ac3a22f548
LOSTANDFOUND.md: document removal of emb6
2020-07-11 02:19:44 +02:00
Martine S. Lenders
4f243c52ea
pkg/emb6: remove deprecated package
...
Deprecation was noted in 7cf1bab2e6
2020-07-11 02:18:17 +02:00
Martine Lenders
8939ffaaf7
Merge pull request #14495 from aabadie/pr/wsn430_lost_and_found
...
LOSTANDFOUND.md: add note about wsn430 boards
2020-07-11 02:17:33 +02:00
benpicco
db9ed5a440
Merge pull request #14499 from btcven/2020_07_10-gnrc_udp
...
tests/gnrc_udp/udp.c: fix netif_hdr typo
2020-07-10 23:52:24 +02:00
Jean Pierre Dudey
80435ae838
tests/gnrc_udp/udp.c: fix netif_hdr typo
...
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-07-10 14:47:10 -05:00
171284a86c
LOSTANDFOUND.md: add reference for wsn430 boards
2020-07-10 20:42:50 +02:00
e63cd54f3b
Merge pull request #14491 from aabadie/pr/remove_wsn430_iotlab
...
boards: remove support for wsn430-1_3b and wsn430-1_4
2020-07-10 20:40:47 +02:00
Martine Lenders
8e74bfa511
Merge pull request #14306 from leandrolanzieri/pr/net/nettest_remove
...
net/gnrc: Remove deprecated module gnrc_nettest
2020-07-10 17:12:59 +02:00
5555dd3a97
tests/float: adapt comment for msp430 about increased timeout
2020-07-10 16:49:08 +02:00
67843a2b11
examples: test: remove remaining occurences of wsn430
2020-07-10 16:49:08 +02:00
8b8e281789
boards: remove Senslab wsn430 boards
...
These boards are no longer available on IoT-LAB
2020-07-10 16:49:08 +02:00
9d0253bed3
Makefile.include: remove remaining references to wsn430
2020-07-10 16:49:08 +02:00
5efbb97b5c
dist/testbed-support: remove iotlab wsn430 mapping
...
The boards were removed (EOL) and thus are no longer usable using IOTLAB_NODE
2020-07-10 16:49:08 +02:00
Leandro Lanzieri
dfd662a015
LOSTANDFOUND.md: Add removed module gnrc/nettest
2020-07-10 15:58:57 +02:00
Leandro Lanzieri
cdc252ab7b
net/gnrc/nettest: Remove module
...
This module has been deprecated and scheduled for removal in release
2020.07.
2020-07-10 15:58:54 +02:00
benpicco
0bf3a2e279
Merge pull request #14476 from ML-PA-Consulting-GmbH/fix/20200706__sdcard_spi_auto_init
...
drivers/sdcard_spi: remove auto-init
2020-07-10 15:53:17 +02:00
Gilles DOFFE
892370121d
cpu/stm32/qdec: test null callback pointer ( #14125 )
...
cpu/stm32/qdec: test if callback pointer is set
Callback pointer is not tested and could result in a hard fault
if the pointer is NULL.
Thus only activate interrupt if a callback provided.
Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2020-07-10 15:05:53 +02:00
Chamaeleon-
547a880fa6
emcute example: Added more FAQ entries to readme ( #12611 )
...
* examples/emcute_mqttsn: add more FAQ entries
Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
2020-07-10 14:21:47 +02:00
benpicco
6b9edb76bd
Merge pull request #13517 from gschorcht/cpu/esp32/multiheap
...
cpu/esp32: support of multiple heaps for newlib malloc
2020-07-10 14:07:03 +02:00
b05b2fddb9
Merge pull request #14484 from aabadie/pr/tools/bossa_factorize
...
tools/bossa: factorize Makefiles
2020-07-10 12:22:18 +02:00
José Alamos
b5db139c64
Merge pull request #14465 from miri64/riotctrl_shell.gnrc/feat/ipv6_nib
...
riotctrl_shell.gnrc: provide ipv6_nib interactions and parsers
2020-07-10 12:09:11 +02:00
09dbfd88be
dist/tools/bossa*: use common build Makefile
2020-07-10 11:56:11 +02:00
c8b0f972df
makefiles/tools: add common bossa makefile
2020-07-10 11:56:11 +02:00
Martine S. Lenders
94c8b19d68
riotctrl_shell.gnrc: provide ipv6_nib interactions and parsers
2020-07-10 10:09:06 +02:00
Gunar Schorcht
fb47f094d3
cpu/esp32: support multiple heaps for newlib
...
Several unsused DRAM sections are added to the heap.
2020-07-10 08:42:12 +02:00
4dc82bce70
Merge pull request #14462 from miri64/riotctrl_shell.gnrc/enh/compile-to-init
...
riotctrl_shell.gnrc: move compile object init to parser constructors
2020-07-09 21:32:16 +02:00
dcfe736b7c
Merge pull request #14479 from miri64/riotctrl_shell.netif/fix/non-str-set
...
riotctrl_shell.netif: allow for non str values with ifconfig_set()
2020-07-09 21:31:05 +02:00
Martine S. Lenders
b1a1bf1078
riotctrl_shell.netif: allow for non str values with ifconfig_set()
2020-07-09 15:43:02 +02:00
Martine S. Lenders
6c2d8f7a14
riotctrl_shell.tests: add regression test for non-str ifconfig_set()
2020-07-09 15:42:47 +02:00
79f26bd09e
Merge pull request #14460 from miri64/riotctrl_shell.netif/fix/check_term-decorator
...
riotctrl_shell.netif: add missing check_term decorator
2020-07-09 14:29:06 +02:00
benpicco
a99abdf5d6
Merge pull request #14473 from pokgak/pr/dtls-echo/fix-silent-fail
...
examples/dtls-echo: fix silent fail with ECC
2020-07-09 14:07:51 +02:00
Martine S. Lenders
c3e6d89bcb
riotctrl_shell.gnrc: move compile object init to parser constructors
2020-07-09 13:20:14 +02:00
0a86086967
Merge pull request #14468 from miri64/riotctrl_shell.gnrc/enh/doctests
...
riotctrl_shell.gnrc: add doctests as parsing examples and bugfixes
2020-07-09 13:12:58 +02:00
Martine S. Lenders
667ba11732
riotctrl_shell.gnrc: fix some more ping6 parsing errors
...
Found during integration of release tests:
- if the payload is too small, RTTs are not shown
- duplicates are now shown properly, if duplicates exist, the stats are
now parsed instead of ignored
2020-07-09 13:03:08 +02:00
Martine Lenders
37a5e8700f
Merge pull request #14459 from miri64/tools/enh/make-env
...
tools: add capability to provide make command via environment
2020-07-09 12:20:09 +02:00
Martine Lenders
c02a8e4c3b
Merge pull request #14474 from aabadie/pr/tests/warn_conflict_fix_test
...
tests/warn_conflict: fix python test script
2020-07-09 11:13:07 +02:00
Martine S. Lenders
1cb0e09d88
tests: add capability to provide make command via environment
...
For those tests that don't use the tooling fixed in the previous commit
2020-07-09 10:59:01 +02:00
9b209e5020
tests/warn_conflict: fix python test script
2020-07-09 10:35:42 +02:00
M Aiman Ismail
1980b94728
examples/dtls-echo: fix silent fail with ECC
2020-07-09 10:29:56 +02:00
benpicco
30ebabb84e
Merge pull request #14007 from benpicco/cpu/sam0_common-pwm
...
cpu/sam0_common: move PWM to common code, add support for saml21, samd5x
2020-07-09 10:01:08 +02:00
Daniel Lockau
0d3dc120ef
drivers/sdcard_spi: remove auto-init
2020-07-09 08:50:53 +02:00
Bas Stottelaar
40a7215680
Merge pull request #14365 from basilfx/feature/efm32_define_series
...
cpu/efm32: prepare for series 2
2020-07-08 22:36:20 +02:00
Bas Stottelaar
1d97783175
cpu/efm32: DCDC is available on Series 2 as well
2020-07-08 21:54:57 +02:00
Bas Stottelaar
aaf32986f3
boards/common/silabs: make series defines explicit
2020-07-08 21:54:57 +02:00
Bas Stottelaar
1105f60a23
cpu/efm32: make series defines explicit
...
The EFM32 uses the provided _SILICON_LABS_32B_SERIES_0 and
_SILICON_LABS_32B_SERIES_1 definitions to enable or disable certain
code. With the introduction of new MCUs, there is also the
_SILICON_LABS_32B_SERIES_2 definition.
This PR ensures that the defines are explicit, and that #else
statements don't target the wrong series.
2020-07-08 21:54:57 +02:00
Benjamin Valentin
dfc1e6b6af
boards/saml21-xpro: add PWM configuration
2020-07-08 21:51:12 +02:00
Benjamin Valentin
d62467a013
boards/serpente: add PWM configuration
2020-07-08 21:51:12 +02:00
Benjamin Valentin
632d68cebf
boards/common/arduino-mkr: update PWM configuration
2020-07-08 21:51:12 +02:00
Benjamin Valentin
d9aed03fa0
boards/sodaq-autonomo: update PWM config
2020-07-08 21:51:12 +02:00