Alexandre Abadie
5db69b471c
Merge pull request #17570 from maribu/backport/2022.01/nucleo_f767zi_fix_adc_pin_config
...
boards/nucleo-f767zi: Fix adc pin config in periph_conf.h [backport 2022.01]
2022.01-RC2
2022-01-25 15:25:36 +01:00
Stefan Strell
336fd75c5c
boards/nucleo-f767zi: Fix adc pin config in periph_conf.h
...
(cherry picked from commit ccf31eb15d49ac82369850c8f1129b91727b5bdb)
2022-01-25 14:52:49 +01:00
Emmanuel Baccelli
ec3cc227ab
Merge pull request #17562 from fjmolinas/backport/2022.01/pr_ztimer64_flag
...
sys/ztimer64/util.c: fix ztimer64_set_timeout_flag [backport 2022.01]
2022-01-25 10:18:29 +01:00
Francisco Molina
f052a9b621
sys/ztimer64/util.c: fix ztimer64_set_timeout_flag
...
(cherry picked from commit de50d557d8e9f14e0ce714755e5468cb3c014bd1)
2022-01-25 08:19:08 +01:00
Alexandre Abadie
33c360c39b
Merge pull request #17549 from fjmolinas/backport/2022.01/pr_edhoc_test_netif_multi
...
tests/pkg_edhoc: handle multiple interfaces [backport 2022.01]
2022-01-21 17:21:25 +01:00
Francisco Molina
c13b529482
tests/pkg_edhoc: handle multiple interfaces
...
(cherry picked from commit ec7926f6c4b255248a4b08ccc17c00a85d991756)
2022-01-21 15:57:45 +01:00
Alexandre Abadie
79794fd132
Merge pull request #17532 from fjmolinas/backport/2022.01/pr_rtt_rtc_utils
...
drivers/rtt_rtc: select rtc_utils [backport 2022.01]
2022-01-19 06:57:03 +01:00
Francisco Molina
69198a4bd3
drivers/rtt_rtc: select rtc_utils
...
(cherry picked from commit 8b45ed87be85d81702861c80cb85a3e35d0d3404)
2022-01-18 17:08:18 +01:00
Francisco
6a8dedf26c
Merge pull request #17529 from fjmolinas/backport/2022.01/pr_test_pkg_relic_stacksize
...
tests/pkg_relic: increase stacksize [backport 2022.01]
2022-01-18 15:01:33 +01:00
Francisco Molina
b8994e9961
tests/pkg_relic: increase stacksize
...
(cherry picked from commit 1025341ff3559a2bedf83ce0e2dafe21f7a4c5f8)
2022-01-18 13:32:09 +01:00
Alexandre Abadie
5e993749d4
Merge pull request #17527 from jia200x/backport/2022.01/pr/lora/fix_rssi_val
...
[treewide] lora: use int16_t for RSSI value [backport 2022.01]
2022-01-18 12:01:40 +01:00
Jose Alamos
4b3d699b62
drivers/atwinc15x0: adapt NETOPT_RSSI to int16_t
...
(cherry picked from commit d6899f40a7d0ce6c18c160137aa0afcd6abef9de)
2022-01-18 11:05:15 +01:00
Jose Alamos
0bef73205c
[treewide] lora: use int16_t for RSSI value
...
The RSSI values reported by LoRa transceiver can be less than -127.
Therefore, `int8_t` is not enough. This commit defines the RSSI of
`netdev_lora_rx_info` as `int16_t` and adapt the drivers accordingly
(sx126x, sx127x).
(cherry picked from commit 9955a35c639ca9441ad42d9b2838205bc30ed587)
2022-01-18 11:05:15 +01:00
Alexandre Abadie
f22ba30a31
Merge pull request #17490 from aabadie/pr/make/tools_remove_deprecated_vars
...
make: remove deprecation warnings raised with flasher tools old vars
2022.01-RC1
2022.04-devel
2022-01-13 17:01:27 +01:00
chrysn
ace880dddf
Merge pull request #17505 from chrysn-pull-requests/doc-rust-maintenance
...
doc/rust: Add maintenance guidance
2022-01-13 13:50:08 +01:00
chrysn
952858ee92
doc/rust: Adjust to riot-sys internals' changes
2022-01-13 12:52:13 +01:00
chrysn
9c3d1039f0
doc: Elaborate on maintenance modes of Rust crates
...
Closes: https://github.com/RIOT-OS/RIOT/issues/17488
2022-01-13 12:52:13 +01:00
chrysn
e7a9e125d4
doc: Point to test README for details
2022-01-13 12:52:09 +01:00
Marian Buschsieweke
c238c43280
Merge pull request #17503 from maribu/pkg/paho-mqtt
...
pkg/paho-mqtt: fix memory corruption
2022-01-13 12:50:39 +01:00
Marian Buschsieweke
71ed611607
Merge pull request #17366 from aabadie/pr/can_ztimer
...
sys/can: migrate to ztimer
2022-01-12 17:56:41 +01:00
Alexandre Abadie
a6bfe53aed
Merge pull request #17499 from aabadie/pr/drivers/ethos_remove_deprecated_constant
...
drivers/ethos: remove deprecated USE_ETHOS_FOR_STDIO define
2022-01-12 17:26:39 +01:00
Marian Buschsieweke
6a138cc5c4
pkg/paho-mqtt: fix memory corruption
...
This fixes instances where a pointer to an enum (possibly sized one
byte) is casted to a pointer to int (which is at least two and in most
cases four bytes in size). As result, out-of-bounds memory accesses
are bound to happen.
This was detected by GCC 11.2.0 with -Wstringop-overflow.
2022-01-11 18:23:06 +01:00
benpicco
2491bbaea3
Merge pull request #17501 from spectraphilic/arduino-sdi12-feather-m0
...
pkg/arduino_sdi_12: fix for the feather-m0 board
2022-01-11 16:22:44 +01:00
J. David Ibáñez
a2e989369d
pkg/arduino_sdi_12: fix for the feather-m0 board
...
Use RIOT's API.
2022-01-11 13:16:08 +01:00
Alexandre Abadie
380b2468e3
drivers/ethos: remove deprecated USE_ETHOS_FOR_STDIO define
2022-01-11 12:41:24 +01:00
Marian Buschsieweke
62921e8336
Merge pull request #17495 from kaspar030/nightly_no_partial_build
...
murdock: don't run can_fast_ci_run if `FULL_BUILD==1`
2022-01-11 09:58:51 +01:00
Alexandre Abadie
59d9faa73c
Merge pull request #17498 from benpicco/zep_dispatch-ipv4
...
tools/zep_dispatch: basic dual-stack support
2022-01-11 09:22:58 +01:00
benpicco
d0868bc997
Merge pull request #16918 from jia200x/pr/gnrc_netif/refactor_init
...
gnrc_netif: move netdev initialization to ops->init
2022-01-10 17:58:45 +01:00
Benjamin Valentin
1b71ccab09
tools/zep_dispatch: basic dual-stack support
...
Murdock does not support IPv6 on link-local interfaces.
Therefore in order to being able to use ZEP dispatcher in automated tests
on CI, we have to add dual-stack support.
2022-01-10 17:57:58 +01:00
benpicco
f2f643f30a
Merge pull request #16946 from jia200x/pr/hal/v_10_04
...
ieee802154/hal: adapt to latest changes of #13943
2022-01-10 17:05:34 +01:00
c95f9a436b
murdock: don't run can_fast_ci_run if FULL_BUILD==1
2022-01-10 15:15:48 +01:00
Jose Alamos
e40f97c4da
net/gnrc/netif: move interface registration to init function
2022-01-10 13:59:28 +01:00
Jose Alamos
eb23813467
tests/gnrc_netif: adapt ops->init to handle driver initialization
2022-01-10 13:59:27 +01:00
Jose Alamos
5f46ab72e0
net/gnrc/lorawan: adapt ops->init to handle driver initialization
2022-01-10 13:59:27 +01:00
Jose Alamos
08ec9693cd
net/lwmac: adapt ops->init to handle driver initialization
2022-01-10 13:59:26 +01:00
Jose Alamos
298f16fee7
net/gomach: adapt ops->init to handle driver initialization
2022-01-10 13:59:26 +01:00
Jose Alamos
49527fc994
pkg/nimble/netif: adapt ops->init to handle driver initialization
2022-01-10 13:59:25 +01:00
Jose Alamos
415704fa76
net/gnrc_netif: move netdev init code to ops->init
2022-01-10 13:59:24 +01:00
Jose Alamos
e7fac9f661
net/gnrc_netif: add return values to init
2022-01-10 13:59:01 +01:00
Jose Alamos
874a13e090
ieee802154/hal: remove RX continuous cap
2022-01-10 13:57:03 +01:00
Jose Alamos
94a996ee7c
ieee802154/hal: request set IDLE before calling read
2022-01-10 13:57:02 +01:00
Jose Alamos
db815aa779
ieee802154/hal: migrate to request_op and confirm_op
2022-01-10 13:57:02 +01:00
benpicco
f33b3ad10d
Merge pull request #17242 from bergzand/pr/hid/add_descriptor_defines
...
usb/hid: Add HID report descriptor defines
2022-01-10 12:28:01 +01:00
Alexandre Abadie
ce373902ee
sys/can: migrate to ztimer
2022-01-10 12:21:40 +01:00
Koen Zandberg
8ea334dbc2
tests/usbus_hid: Adapt HID descriptors to use helper defines
...
Content of the HID report descriptor itself is unchanged
2022-01-10 11:35:58 +01:00
Koen Zandberg
a148f2d40d
sys/fido2: Adapt CTAP HID descriptors to use helper defines
...
Content of the HID report descriptor itself is unchanged
2022-01-10 11:35:58 +01:00
Koen Zandberg
758a0bc174
usb/hid: Add HID report descriptor defines
2022-01-10 11:35:58 +01:00
Alexandre Abadie
c49f156e6e
Merge pull request #17448 from aabadie/pr/drivers/ft5336
...
drivers/ft5x06: add support for touch panel controller
2022-01-09 18:02:40 +01:00
benpicco
c18c56aa03
Merge pull request #17380 from qmk/bind_extra_usb_config
...
usbus: Bind extra USB config
2022-01-09 17:58:38 +01:00
Alexandre Abadie
8ca9cbc0b6
sys/auto_init/screen: fix coccinelle warning
2022-01-09 16:43:35 +01:00