Benjamin Valentin
63c9dde3a4
nanocoap_sock: don't store entire sock in coap_block_request_t
2022-11-01 00:17:11 +01:00
Benjamin Valentin
3877a92ca4
nanocoap_vfs: don't close socket in nanocoap_vfs_put()
2022-10-31 23:51:08 +01:00
Martine Lenders
780309d71a
Merge pull request #18823 from Diff-fusion/master
...
drivers/ethos: Fix off-by-one bug
2022-10-31 23:32:52 +01:00
Benjamin Valentin
269b3c97c2
drivers/slipdev: fix off-by-one error in _recv()
2022-10-31 22:54:33 +01:00
Jue
4b802ad12e
sys/pm_layered: add debugging outputs
2022-10-31 22:18:00 +01:00
Jue
75295df810
cpu/saml21/pm: allow blocking IDLE mode
2022-10-31 22:18:00 +01:00
Jue
d0c11e568a
cpu/saml21/pm: specify power mode names
2022-10-31 22:18:00 +01:00
Benjamin Valentin
782910ade4
nanocoap_sock: only re-transmit CON messages
...
If a NON confirmable message is sent with a callback function,
not receiving a response in time would lead to a retransmission.
This is of course an error, as only CON messages are to be retransmitted.
2022-10-31 17:18:19 +01:00
Marian Buschsieweke
d704a1a805
Merge pull request #18822 from jue89/feature/at86rf2xx_ztimer
...
drivers/at86rf2xx: migrate to ztimer
2022-10-31 15:44:53 +01:00
Felix
b1dff296db
drivers/ethos: Fix off-by-one in ETHOS driver
2022-10-31 12:13:41 +01:00
benpicco
a21f05aeff
Merge pull request #18818 from blueted2/pr/board/dwm1001_gpio_params
...
boards/dwm1001: add saul_gpio support
2022-10-30 00:04:17 +02:00
Jue
782409eb05
tests/driver_at86rf2xx_aes: remove unnessesary xtimer.h import
2022-10-29 23:47:59 +02:00
Gregory Holder
f17bd43a1f
boards/dwm1001: add saul_gpio support
...
boards/dwm1001: rename "@ingroup" to match board.h
boards/dwm1001: correct documentation
added "HAVE_SAUL_GPIO"
2022-10-29 20:23:52 +01:00
Jue
0dc054cbda
sys/net/gnrc_lwmac: add missing xtimer dependency
2022-10-29 21:04:28 +02:00
Jue
634d3df844
drivers/at86rf2xx: migrate to ztimer
2022-10-29 20:15:16 +02:00
Martine Lenders
5e9d627260
Merge pull request #18817 from miri64/gnrc_sixlowpan/fix/harden
...
gnrc_sixlowpan: Various hardening fixes
2022-10-29 09:53:33 +02:00
Martine Lenders
3c7c9fefd6
tests/unittests: fix get_frame_hdr_len tests for hardened parsing
2022-10-29 00:58:35 +02:00
Martine Lenders
36a099e1ec
gnrc_sixlowpan_iphc.c: dereference ipv6_hdr in DEBUG() after assignment
2022-10-29 00:58:35 +02:00
Felix
aa27ed71fa
gnrc_sixlowpan_frag_vrb: Assert no usage of a vrb with src_len == 0
2022-10-29 00:58:35 +02:00
Felix
17c70f7ee0
gnrc_netif_ieee802154: Ignore packets without source address
2022-10-29 00:58:35 +02:00
Felix
0bec3e245e
ieee802154: Adjust parsing of IEEE 802.15.4 frame header
2022-10-29 00:58:35 +02:00
Martine Lenders
4a081f8661
gnrc_sixlowpan_iphc: fix packet type confusion in _iphc_encode()
2022-10-29 00:58:34 +02:00
Felix
639c04325d
gnrc_sixlowpan_iphc: fix null pointer dereference in _iphc_encode()
2022-10-29 00:58:34 +02:00
Martine Lenders
9728f727e7
gnrc_sixlowpan_frag_rb: fix integer underflow in _6lo_frag_size()
2022-10-29 00:58:34 +02:00
Martine Lenders
2709fbd827
gnrc_sixlowpan_iphc: fix integer underflow in gnrc_sixlowpan_iphc_recv()
2022-10-29 00:58:33 +02:00
Martine Lenders
73615161c0
gnrc_sixlowpan_iphc: fix buffer overflow in gnrc_sixlowpan_iphc_recv()
2022-10-29 00:58:14 +02:00
benpicco
2a934c9434
Merge pull request #18733 from bergzand/pr/driver/matrix_keypad
...
matrix_keypad: Add matrix-style keypad module
2022-10-28 20:46:13 +02:00
benpicco
56be0ba36b
Merge pull request #18815 from blueted2/pr/dist/resetpin_cfg_dwm1001
...
dist/tools: add "RESET_PIN" value for the dwm1001
2022-10-28 20:32:35 +02:00
benpicco
44b11918df
Merge pull request #18809 from krzysztof-cabaj/board-cc13xx_cc26xx-doc
...
boards/cc13xx_cc26xx: remove broken HTML links and headings in doc
2022-10-28 20:22:22 +02:00
krzysztof-cabaj
ebcceb67b6
boards/cc1350-lauchpad: fix conflict with PR #18808
2022-10-28 09:27:55 -04:00
Benjamin Valentin
55e13a9d61
nanocoap: add coap_request_ctx_init()
2022-10-28 15:24:23 +02:00
krzysztof-cabaj
f82f856c63
cpu/cc26xx_cc13xx: remove broken HTML links and headings from doc
2022-10-28 08:57:17 -04:00
krzysztof-cabaj
9cd76fd75c
boards/cc1352p: remove broken HTML links and headings from doc
2022-10-28 08:57:17 -04:00
krzysztof-cabaj
f46a5fd1f6
boards/cc2650: remove broken HTML links and headings from doc
2022-10-28 08:57:17 -04:00
krzysztof-cabaj
ce398695c6
boards/cc1352: remove broken HTML links and headings from doc
2022-10-28 08:57:17 -04:00
krzysztof-cabaj
0b6a9a87ad
boards/cc1312: remove broken HTML links and headings in doc
2022-10-28 08:57:17 -04:00
Karl Fessel
754e272d74
Merge pull request #18807 from kfessel/p-cleanup-vera-unittest
...
test/unittest: cleanup most vera++ complains
2022-10-28 14:40:05 +02:00
Benjamin Valentin
c6f9654461
nanocoap: request context to coap_handle_req()
2022-10-28 14:21:52 +02:00
Gregory Holder
4a3240b524
dist/tools: add "RESET_PIN" value for the dwm1001
...
Set "RESET_PIN" to 21 if the selected board is "dwm1001".
2022-10-28 13:47:44 +02:00
benpicco
bfc8c09031
Merge pull request #18808 from krzysztof-cabaj/cc1350-doc
...
boards/cc1350: add info concerning shell access
2022-10-28 12:14:20 +02:00
Martine Lenders
85cce1ec0d
Merge pull request #18709 from miri64/gnrc_udp/enh/use-smaller-stack
...
gnrc_udp: use small stack-size
2022-10-28 11:51:23 +02:00
Jue
54e915e40d
cpu/efm32/timer_series2: sync STATUS register
...
Make sure the STATUS register has been synced between the different clock domains.
Especially the LETIMER needs some time to update the STATUS register after it has been enabled. If the LETIMER is started and stopped with just a short delay, pm_layered gets confused because the timer seems to be inactive ...
2022-10-28 11:34:55 +02:00
Jue
e6d18af3ad
cpu/efm32/timer_series2: fix timer_start() interaction with pm_layered
...
The timer hasn't been enabled yet, if the STATUS isn't RUNNING, yet ...
2022-10-28 11:34:55 +02:00
1d33455116
matrix_keypad: add test application
2022-10-28 10:03:37 +02:00
7f3cbfdfc7
matrix_keypad: Add driver for a matrix keypad
2022-10-28 10:03:37 +02:00
Juergen Fitschen
41251507a2
Merge pull request #18806 from jue89/fix/efm32_startup
...
cpu/efm32: include periph_conf.h for system-related methods
2022-10-27 23:26:42 +02:00
benpicco
ed1d8e0a3d
Merge pull request #18785 from maribu/boards/blxxxpill/periph_conf
...
boards/common/blxxxpill: Fix pin conflicts in periph_conf
2022-10-27 21:22:10 +02:00
Marian Buschsieweke
4d02e15247
boards/common/nrf52: improve default clock config
...
- All nRF52 timers support 32 bit mode, so use that
- All nRF52 timers support at least 4 channels, the timers NRF_TIMER3
and NRF_TIMER4 even support 6 channels.
- Add a warning that `TIMER_DEV(1)` is used by the IEEE 802.15.4 driver
2022-10-27 21:12:19 +02:00
Jue
bd603249a5
sys/ztimer: build ztimer_periph_timer if ztimer_periph_lptimer is used
...
ztimer_periph_lptimer is uses the implementation of ztimer_periph_timer
2022-10-27 19:44:57 +02:00
Jue
159749e1f0
sys/ztimer: add defaults for ztimer_periph_lptimer
2022-10-27 19:44:57 +02:00