Francisco Molina
81f172039a
sys/shell/vfs: add umount, rmount and mkdir commands
2022-05-23 16:41:34 +02:00
Martine Lenders
cfefcae42d
Merge pull request #18125 from miri64/unittests/fix/nanocoap-cache-compare
...
unittests: fix assertion for nanocoap_cache_key_compare()
2022-05-23 16:35:16 +02:00
Martine Lenders
3398898e76
gnrc_ipv6_nib: fix inconsistent ABR valid lifetime representation
2022-05-23 14:21:25 +02:00
Martine Lenders
f91c8799c6
unittests: fix assertion for nanocoap_cache_key_compare()
...
The doc states only that the result is <0, not -1. The result isn't the
latter for some platforms (see
https://github.com/RIOT-OS/RIOT/runs/6534330788?check_suite_focus=true#step:13:696 )
2022-05-23 12:22:58 +02:00
Martine Lenders
37db22edea
Merge pull request #18124 from miri64/release-tests/fix/install-libasan
...
release-tests: install libasan as native dependency
2022-05-23 12:20:31 +02:00
benpicco
ca17201989
Merge pull request #18043 from maribu/drivers/saul
...
drivers/saul: use const qualifier for data to write
2022-05-23 12:07:52 +02:00
Martine Lenders
c36a56cacc
native: doc: add libasan5 dependency
2022-05-23 12:02:46 +02:00
Martine Lenders
bd2daade8e
release-tests: install libasan as native dependency
...
See #18099
2022-05-23 11:49:15 +02:00
Marian Buschsieweke
16f859dafd
drivers/saul: use const qualifier for data to write
...
This makes life easier when calling e.g. `saul_reg_write()` with data
stored in flash.
As now the signatures for reading and writing differ (in that `const`
qualifier only), `saul_notsup()` is split into `saul_write_notsup()`
and `saul_read_notsup()`. However, one is implemented as a symbol alias
of the other, so that ROM consumption remains unchanged.
2022-05-23 08:35:27 +02:00
Benjamin Valentin
d4db82c39b
examples/gcoap_fileserver: add CoAP fileserver example
2022-05-22 16:56:25 +02:00
chrysn
185dfea07f
gcoap_fileserver: New module to serve VFS via CoAP
2022-05-22 16:36:21 +02:00
chrysn
dc7bc9f854
Merge pull request #17683 from chrysn-pull-requests/mtd-granularity
...
mtd: Introduce write granularity
2022-05-20 11:52:03 +02:00
chrysn
bb56b34c3a
Merge pull request #18117 from LP-HAW/fix-phydat_to_json
...
sys/phydat: fix phydat_to_json precondition
2022-05-19 23:24:25 +02:00
Marian Buschsieweke
158203fe71
Merge pull request #17651 from benpicco/fs/constfs-cleanup
...
sys/fs/constfs: drop dummy implementations
2022-05-19 23:23:49 +02:00
Marian Buschsieweke
47dfd8b637
Merge pull request #18119 from kfessel/p-update-wamr-pkg
...
pkg/wamr: update to tagged release WAMR-05-18-2022
2022-05-19 23:09:13 +02:00
Karl Fessel
03c5adcf3f
pkg/wamr: update to tagged release WAMR-05-18-2022
2022-05-19 13:56:29 +02:00
Benjamin Valentin
a587069b18
vfs: return -EROFS if remove operation is not implemented
2022-05-19 11:43:08 +02:00
Karl Fessel
b7fef93f9c
ztimer: add module removal information to doxygen
2022-05-19 11:39:00 +02:00
benpicco
82fd89fa89
Merge pull request #18040 from benpicco/vfs_util-hash
...
sys/vfs_util: add vfs_file_<hash>() functions and md5sum, sha1sum and sha256sum shell commands
2022-05-19 09:08:23 +02:00
Lars Pfau
7a94b36430
sys/phydat: fix phydat_to_json dim precondition
2022-05-19 07:29:51 +02:00
Francisco
37da85f047
Merge pull request #18033 from thingsat/pr/sx1280_v2
...
drivers/sx1280: add driver for SX1280 transceiver v2
2022-05-18 22:10:38 +02:00
benpicco
e676893d63
Merge pull request #18047 from benpicco/nanocoap-state_cleanup
...
nanocoap_sock: clean up state management
2022-05-18 17:24:45 +02:00
Aymeric Brochier
779e249af6
tests/driver_sx1280: initial import
2022-05-18 17:06:12 +02:00
Aymeric Brochier
09ca09adbf
drivers/sx1280: initial import
2022-05-18 17:06:12 +02:00
benpicco
5fd88e1d35
Merge pull request #17889 from benpicco/drivers/atwinc15x0-fix_sleep
...
drivers/atwinc15x0: disconnect when sleeping
2022-05-18 16:27:34 +02:00
94faea0a94
Merge pull request #18115 from aabadie/pr/boards/iotlab-m3-doc-fix
...
boards/iotlab-m3: fix mixed sensors in implementation status
2022-05-18 14:08:22 +02:00
Dylan Laduranty
5681cc0a95
Merge pull request #18042 from benpicco/cpu/sam0-adc-extref
...
cpu/sam0_common: adc: Automatically configure external reference pin
2022-05-18 13:37:07 +02:00
krzysztof-cabaj
0c2d257b67
boards/nucleo: cpy2remed enabled
2022-05-18 06:30:39 -04:00
Benjamin Valentin
7c75852316
nanocoap_sock: clean up state management
2022-05-18 11:41:58 +02:00
benpicco
7c62c8983d
Merge pull request #17958 from benpicco/nanocoap-blockwise_put
...
nanocoap_sock: add nanocoap_sock_block_request()
2022-05-18 10:40:24 +02:00
29c7e6c0bf
boards/iotlab-m3: fix mixed sensors in implementation status
2022-05-18 08:58:34 +02:00
benpicco
99bb1f698a
Merge pull request #18114 from benpicco/cpu/esp32-cpp-kconfig
...
cpu/esp32: use pthread module if module cpp is used (Kconfig)
2022-05-18 01:15:08 +02:00
Benjamin Valentin
b0bedabbed
cpu/esp32: use pthread module if module cpp is used (Kconfig)
...
Same as b424633016
but for Kconfig
2022-05-17 23:38:08 +02:00
Benjamin Valentin
c20a1d04c8
net/nanocoap: improve documentation of coap_pkt_t
2022-05-17 23:07:23 +02:00
Benjamin Valentin
14b103d66b
tests/nanocoap_cli: add blockwise put test
2022-05-17 23:07:23 +02:00
Benjamin Valentin
b99d4b58bd
nanocoap_sock: add nanocoap_sock_block_request()
2022-05-17 23:07:23 +02:00
Benjamin Valentin
f2279e43ae
nanocoap_sock: support sending CoAP packet with payload snips
2022-05-17 23:07:23 +02:00
benpicco
cabb0b7398
Merge pull request #18109 from benpicco/vfs_unmount_by_path
...
sys/vfs: add vfs_unmount_by_path()
2022-05-17 20:25:18 +02:00
chrysn
b458d52e2b
cpu/esp_common: Set write size for flash implementation
2022-05-17 15:48:18 +02:00
Aymeric Brochier
1b5addd1fd
pkg/lorabasics: initial import
2022-05-17 15:33:08 +02:00
Aymeric Brochier
8e86382e29
sys/include/net/lora: add 2.4Ghz BW definitions
2022-05-17 15:30:01 +02:00
benpicco
d7533fb855
Merge pull request #17701 from fjmolinas/pr_libcose_riot_crypto
...
pkg/libcose: add RIOT as crypto backend
2022-05-17 14:20:16 +02:00
Marian Buschsieweke
e4098d4b0d
sys/net/gnrc: add gnrc_tx_sync for gnrc_sixlowpan_frag_sfr
...
Implement TX synchronization for gnrc_sixlowpan_frag_sfr
2022-05-17 14:01:57 +02:00
benpicco
641f7a704c
Merge pull request #18049 from benpicco/pkg/littlefs2-bump
...
pkg/littlefs2: bump version to 2.5.0
2022-05-17 12:28:00 +02:00
Benjamin Valentin
ff27db9bce
sys/shell: add sha256sum command
2022-05-17 11:32:25 +02:00
Benjamin Valentin
a250c2b5ad
sys/shell: add sha1sum command
2022-05-17 11:30:52 +02:00
Benjamin Valentin
845450c663
sys/shell: add md5sum command
2022-05-17 11:30:52 +02:00
Benjamin Valentin
427d06c987
sys/vfs_util: add vfs_file_sha256()
2022-05-17 11:30:51 +02:00
Benjamin Valentin
846adfc0cc
sys/vfs_util: add vfs_file_sha1()
2022-05-17 11:30:51 +02:00
Benjamin Valentin
65578269fc
sys/vfs_util: add vfs_file_md5()
2022-05-17 11:30:51 +02:00