1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/suit/transport
Benjamin Valentin 769978904a suit/transport/coap: use coap_opt_put_uri()
The URI is passed as a string to `suit_coap_get_blockwise()`.
It may contain query parameters, those will not be translated
properly to CoAP options if `coap_opt_put_uri_path()` is used.

Instead use `coap_opt_put_uri()` to handle both path and query
parameters.
2021-02-23 18:27:54 +01:00
..
coap.c suit/transport/coap: use coap_opt_put_uri() 2021-02-23 18:27:54 +01:00
Makefile sys/suit: Add SUIT draft ietf-v3 firmware upgrade module 2020-03-18 14:13:12 +01:00
mock.c suit/transport/mock: Use common storage backend 2020-09-30 14:32:27 +02:00