Benjamin Valentin
|
8da267de72
|
sys/bitfield: add bf_find_first_{set, unset}()
At functions to get the first (un)set bit in a bitfield.
|
2022-11-02 13:06:06 +01:00 |
|
Gunar Schorcht
|
e802203b19
|
Merge pull request #18829 from jmgraeffe/esp32-bootloader-automatic-xtal-frequency
cpu/esp32: set bootloader XTAL frequency configuration to automatic
|
2022-11-01 19:27:22 +01:00 |
|
benpicco
|
7a2c665d70
|
Merge pull request #18762 from benpicco/tests/thread_msg_bus-enhance
tests/thread_msg_bus: enhance test with non-bus message
|
2022-11-01 12:56:25 +01:00 |
|
Marian Buschsieweke
|
3c207a3d2c
|
Merge pull request #18826 from benpicco/slipdev-off_by_one
drivers/slipdev: fix off-by-one error in _recv()
|
2022-11-01 06:59:36 +01:00 |
|
Jon-Mailes Graeffe
|
b0686ce4dd
|
cpu/esp32: set bootloader XTAL frequency configuration to automatic
|
2022-11-01 03:22:38 +01:00 |
|
Juergen Fitschen
|
240ccedeea
|
Merge pull request #18825 from jue89/fix/saml21-pm-modes
cpu/saml21/pm: allow blocking IDLE mode
|
2022-11-01 00:40:12 +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 |
|
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 |
|
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 |
|
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 |
|
|
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 |
|
benpicco
|
1481df8a31
|
Merge pull request #18805 from MrKevinWeiss/pr/fix/nightlybpfail
Fix kconfig mismatch breaking nightlies
|
2022-10-27 18:18:17 +02:00 |
|
Martine Lenders
|
f210bcc13b
|
examples/gnrc_networking: adopt Makefile.ci for new RAM size
|
2022-10-27 17:28:02 +02:00 |
|
Martine Lenders
|
7b28794ee6
|
gnrc_udp: use small stack-size
|
2022-10-27 17:28:01 +02:00 |
|
Karl Fessel
|
c29d2f1afb
|
test/unittest: cleanup most vera++ complains
|
2022-10-27 16:31:59 +02:00 |
|