1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/suit
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
..
storage suit/storage/flashwrite: use riotboot_slot_offset 2020-10-27 09:27:28 +01:00
transport suit/transport/coap: use coap_opt_put_uri() 2021-02-23 18:27:54 +01:00
conditions.c sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
handlers_command_seq.c suit/transport/coap: make blocksize configurable 2020-12-03 10:51:42 +01:00
handlers_common.c suit: Adapt manifest handling to use common storage backend 2020-09-30 14:32:27 +02:00
handlers_envelope.c suit: Upgrade manifest parser to IETF-v9 compliance 2020-09-24 21:15:08 +02:00
handlers_global.c suit: Adapt manifest handling to use common storage backend 2020-09-30 14:32:27 +02:00
handlers.c suit: Introduce generic storage backend 2020-09-30 13:32:38 +02:00
Makefile suit: Introduce generic storage backend 2020-09-30 13:32:38 +02:00
policy.c tests/suit_v3_manifest: Add draft-ietf-v3 manifest parser test 2020-03-19 22:56:01 +01:00
suit.c sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00