benpicco
376d81435e
Merge pull request #20205 from zengwei2000/patch-3
...
wasm: fix the memory leak: wasm_buf
2023-12-21 18:44:49 +00:00
benpicco
59773bb647
Merge pull request #20208 from OlegHahm/pr/bump_micropython
...
pkg: micropython: bump version
2023-12-21 18:24:06 +00:00
Oleg Hahm
1391f9a1b5
pkg: micropython: bump version
2023-12-21 17:23:51 +01:00
Marian Buschsieweke
418bc2f93a
Merge pull request #20194 from fzi-haxel/pr/size_t_print_modifier
...
print: Added size_t print format specifier
2023-12-21 13:28:39 +00:00
Frederik Haxel
475a55136a
unittests/tests-fib: test cleanup
...
- Added helper function to avoid 'format-truncation' warning
- Changed all `size_t` types to `unsigned`
- Changed function names from `_FIB_` to `_fib_`
2023-12-21 12:06:51 +01:00
Frederik Haxel
9272ad8d9a
net/gnrc/rpl: Remove unused debug string
2023-12-21 12:06:47 +01:00
Frederik Haxel
fa0cf05d0a
tests: Use size_t print format specifier
...
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net>
2023-12-21 12:02:37 +01:00
Frederik Haxel
314dbf15b9
examples: Use size_t print format specifier
...
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net>
2023-12-21 12:02:34 +01:00
Frederik Haxel
1182de16fd
pkg: Use size_t print format specifier
2023-12-21 12:02:32 +01:00
Frederik Haxel
ec7fe8d598
drivers: Use size_t print format specifier
...
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net>
2023-12-21 12:02:28 +01:00
Frederik Haxel
64ba553d1f
sys: Use size_t print format specifier
...
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net>
2023-12-21 12:02:19 +01:00
Frederik Haxel
b5a43801fb
print: Added size_t print format specifier
...
- Added `PRIuSIZE`, `PRIxSIZE`, etc. to `architecure.h`
- Changed `CODING_CONVENTIONS.md` regarding `size_t` printing
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net>
2023-12-21 12:02:16 +01:00
zengwei2000
4edfd85286
wasm: fix the memory leak: wasm_buf
...
wasm: fix the memory leak: wasm_buf
Signed-off-by: zengwei zengwei1@uniontech.com
2023-12-20 23:37:28 +08:00
Oleg Hahm
724e6e0098
Merge pull request #20167 from benpicco/gnrc_ipv6_classic
...
gnrc_ipv6_nib: fix config for mixed 6lo/classic setup
2023-12-20 12:12:40 +00:00
benpicco
950a11e736
Merge pull request #20199 from benpicco/GNRC_IPV6_STATIC_LLADDR-fix
...
gnrc/ipv6/nib: fix GNRC_IPV6_STATIC_LLADDR when link state changes
2023-12-19 18:04:48 +00:00
Benjamin Valentin
9ceb7cd30c
gnrc/ipv6/nib: fix GNRC_IPV6_STATIC_LLADDR when link state changes
2023-12-19 18:33:59 +01:00
benpicco
30f89714f2
Merge pull request #20195 from benpicco/coap_get_uri_query-defuse
...
nanocoap: defuse footgun in coap_get_uri_query()
2023-12-19 13:30:14 +00:00
Benjamin Valentin
d6ca03aaa9
tests/unittests: coap_get_uri_query() -> coap_get_uri_query_string()
2023-12-19 14:02:28 +01:00
Benjamin Valentin
a1c3d5a4ea
nanocoap: rename coap_get_uri_query() -> coap_get_uri_query_string()
...
Free up the name for a function that will do something actually useful
2023-12-19 14:01:53 +01:00
Benjamin Valentin
f56edf5849
nanocoap: defuse footgun in coap_get_uri_query()
2023-12-19 14:00:04 +01:00
Benjamin Valentin
fa1f60f4ac
gnrc_ipv6_nib: fix config for mixed 6lo/classic setup
2023-12-19 10:47:54 +01:00
Kevin "Tristate Tom" Weiss
5ba18df6fb
Merge pull request #20129 from bergzand/pr/mjson/initial
...
mjson: Initial include of package
2023-12-18 13:07:41 +00:00
MrKevinWeiss
18c1548077
tests/pkg/mjson: Add BOARD_INSUFFICIENT_MEMORY list
2023-12-18 13:56:25 +01:00
Marian Buschsieweke
59573a8678
Merge pull request #20178 from Einhornhool/pr/fix-psa-build-config-tests
...
tests/sys/psa_crypto*: Fix failing tests
2023-12-16 22:27:55 +00:00
Lena Boeckmann
359cacd62c
tests/sys/psa_crypto_*: increase stack size for sw ecc tests
2023-12-16 22:08:16 +01:00
Marian Buschsieweke
bcecd588f8
Merge pull request #20190 from benpicco/netif.h-const
...
sys/net/netif: constify netif access
2023-12-15 20:41:44 +00:00
Benjamin Valentin
2f9c68dabc
sys/net/netif: constify netif access
2023-12-15 16:50:21 +01:00
benpicco
095ac746b7
Merge pull request #20187 from mguetschow/make-base-help
...
make all: document targets for RIOT base module
2023-12-15 13:11:33 +00:00
Mikolai Gütschow
f33662aec6
make all: document targets for RIOT base module
2023-12-15 11:28:11 +01:00
benpicco
208790a5f1
Merge pull request #20108 from benpicco/drivers/dose-uart_ondemand_tx
...
drivers/periph/uart: add periph_uart_tx_ondemand feature
2023-12-14 20:42:55 +00:00
Dylan Laduranty
75c27f8c31
Merge pull request #20183 from benpicco/boards/same54-xpro-uart_hw_fc
...
boards/same54-xpro: configure pins for UART HW flow control & ethernet LED
2023-12-14 19:55:08 +00:00
Benjamin Valentin
9cde80ef36
drivers_dose: enable TX UART on-demand
2023-12-14 18:30:38 +01:00
Benjamin Valentin
60f8468191
cpu/sam0_common: implement uart_tx_ondemand
2023-12-14 18:30:38 +01:00
Benjamin Valentin
fc9669bcfd
drivers/periph/uart: add periph_uart_tx_ondemand feature
2023-12-14 18:30:38 +01:00
Marian Buschsieweke
e6cbdda4d6
Merge pull request #20185 from fzi-haxel/pr/fix-mutex-debug-msg
...
core/mutex: Fix debug message for mutex priority inheritance
2023-12-14 17:09:27 +00:00
Gunar Schorcht
4e291c4ff1
Merge pull request #20184 from gschorcht/drivers/mtd/improve_doc_consistency
...
drivers/mtd: improve doc consistency
2023-12-14 16:45:43 +00:00
Gunar Schorcht
aabc331494
drivers/mtd: improve doc consistency for MTDs
2023-12-14 17:27:13 +01:00
Gunar Schorcht
d089c122c1
cpu/sam0_common: improve doc consistency for MTDs
2023-12-14 17:26:29 +01:00
Gunar Schorcht
c872f0e18e
drivers/sdcard_spi: small changes in doc for consistency
2023-12-14 17:26:29 +01:00
Frederik Haxel
0fe0a6d957
core/mutex: fix debug message for mutex priority inheritance
...
Fixed wrong variable in debug output in `core/mutex.c` when
using MODULE_CORE_MUTEX_PRIORITY_INHERITANCE.
2023-12-14 16:43:28 +01:00
Benjamin Valentin
8db01f6df1
boards/same54-xpro: configure orange ethernet LED
...
There is a software controlled LED on the RJ45 connector.
Export it via SAUL.
2023-12-14 15:21:54 +01:00
Benjamin Valentin
fb6e3c01c7
boards/same54-xpro: configure pins for UART HW flow control
2023-12-14 15:07:10 +01:00
benpicco
d13e6c4e83
Merge pull request #20180 from benpicco/mtd_sdmmc-erase
...
drivers/mtd_sdmmc: always enable the erase function
2023-12-14 13:42:33 +00:00
Benjamin Valentin
5e30c0ec85
pkg/lwext4: make use of mtd_write_sector()
2023-12-14 14:28:01 +01:00
Benjamin Valentin
31e4592827
pkg/fatfs: make use of mtd_write_sector()
2023-12-14 14:27:53 +01:00
Benjamin Valentin
bfe26c68d3
drivers/mtd: introduce mtd_write_sector()
2023-12-14 14:27:19 +01:00
Benjamin Valentin
f57f2a125f
drivers/mtd_sdmmc: set MTD_DRIVER_FLAG_DIRECT_WRITE flag
2023-12-14 14:27:08 +01:00
Benjamin Valentin
f34abe88a0
drivers/mtd_sdmmc: always enable the erase function
2023-12-14 14:27:08 +01:00
Lena Boeckmann
38db021456
tests/sys/psa_crypto_se*: remove test folders from se tests
2023-12-14 13:13:33 +01:00
Marian Buschsieweke
a4fcf219a8
Merge pull request #20181 from maribu/dist/tools/edbg/reset
...
tools/edbg: fix `make reset`
2023-12-14 11:00:45 +00:00