Skip to content

coap: add missing option numbers#19874

Merged
bors[bot] merged 1 commit intoRIOT-OS:masterfrom
namib-project:coap-parameters
Aug 21, 2023
Merged

coap: add missing option numbers#19874
bors[bot] merged 1 commit intoRIOT-OS:masterfrom
namib-project:coap-parameters

Conversation

@JKRhb
Copy link
Copy Markdown
Member

@JKRhb JKRhb commented Aug 11, 2023

Contribution description

In coap.h, there are currently a few option numbers from the IANA registry missing. This PR closes the gaps.

Although no implementation is provided for the features associated with the options yet, it might still be useful to have the options defined already, e.g. for application developers.

Testing procedure

Since there is no new logic introduced, comparing the numbers with the IANA registry and proofreading the documentation should suffice for this PR.

Issues/PRs references

@github-actions github-actions bot added Area: network Area: Networking Area: sys Area: System labels Aug 11, 2023
@JKRhb JKRhb marked this pull request as ready for review August 11, 2023 07:01
@JKRhb JKRhb requested a review from benpicco August 11, 2023 07:02
@leandrolanzieri leandrolanzieri added the Type: new feature The issue requests / The PR implemements a new feature for RIOT label Aug 11, 2023
@leandrolanzieri leandrolanzieri added Reviewed: 1-fundamentals The fundamentals of the PR were reviewed according to the maintainer guidelines Reviewed: 2-code-design The code design of the PR was reviewed according to the maintainer guidelines Reviewed: 3-testing The PR was tested according to the maintainer guidelines Reviewed: 4-code-style The adherence to coding conventions by the PR were reviewed according to the maintainer guidelines Reviewed: 5-documentation The documentation details of the PR were reviewed according to the maintainer guidelines CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Aug 11, 2023
@riot-ci
Copy link
Copy Markdown

riot-ci commented Aug 11, 2023

Murdock results

✔️ PASSED

cebb374 coap: add missing option numbers

Success Failures Total Runtime
7907 0 7907 14m:58s

Artifacts

@leandrolanzieri
Copy link
Copy Markdown
Contributor

bors merge

bors bot added a commit that referenced this pull request Aug 11, 2023
19874: coap: add missing option numbers r=leandrolanzieri a=JKRhb



Co-authored-by: Jan Romann <[email protected]>
@maribu
Copy link
Copy Markdown
Member

maribu commented Aug 11, 2023

bors merge

@bors
Copy link
Copy Markdown
Contributor

bors bot commented Aug 11, 2023

Already running a review

@bors
Copy link
Copy Markdown
Contributor

bors bot commented Aug 11, 2023

Build failed:

@JKRhb
Copy link
Copy Markdown
Member Author

JKRhb commented Aug 11, 2023

Hmm, if I see it correctly, the build error occurring in Murdock is also present on the main branch: https://ci.riot-os.org/details/012e0ce20f46455da0d9a595e2439a72

How should we proceed here?

@maribu
Copy link
Copy Markdown
Member

maribu commented Aug 11, 2023

bors retry

bors bot added a commit that referenced this pull request Aug 11, 2023
19874: coap: add missing option numbers r=maribu a=JKRhb



Co-authored-by: Jan Romann <[email protected]>
@bors
Copy link
Copy Markdown
Contributor

bors bot commented Aug 11, 2023

Build failed:

@benpicco
Copy link
Copy Markdown
Contributor

bors merge

bors bot added a commit that referenced this pull request Aug 21, 2023
19387: drivers/atwinc15x0: support dynamic scanning and connection to AP r=benpicco a=fabian18



19874: coap: add missing option numbers r=benpicco a=JKRhb



19875: coap: add missing Content-Format definitions r=benpicco a=JKRhb



19876: sys/net/ipv4/addr: fix typos r=benpicco a=Enoch247

### Contribution description

This patch fixes some typos in the doxygen doc.

### Testing procedure

Nothing to test. No change to code.

### Issues/PRs references

- None known


19878: makefiles/usb_board_reset.mk: declare term-delay target with test target r=benpicco a=aabadie



19886: cpu/efm32: fix DAC configuration r=benpicco a=gschorcht

### Contribution description

The EFM32 MCU allows the reference voltage to be configured per DAC device, not per DAC channel. Also, the DAC reference voltage was defined in the configuration but not used anywhere.

At the moment we have only defined one board (`stwstk6220a`) that uses the DAC, so changing the configuration interface shouldn't be critical.

### Testing procedure

`tests/periph/dac` should still work for the `stwstk6220a`
```
BOARD=slwstk6220a make -j8 -C tests/periph/dac flash
```
I don't have a `stwstk6220a` board (EFM32 Series 0) so that I can't test it. I could only test it for the `sltb009a` board (EFM32 Series 1) with the change for VDAC in PR #19887.

### Issues/PRs references


19888: boards/sltb009a: complete and fix documentation r=benpicco a=gschorcht

### Contribution description

This PR completes and fixes the documentation which was still in the state as generated automatically by `efm2riot`.

The PR also includes a fix of the configuration of the second UART device that was find out while completing the documentation.

### Testing procedure

Green CI

### Issues/PRs references


Co-authored-by: Fabian Hüßler <[email protected]@MLPA-NB119.(none)>
Co-authored-by: Fabian Hüßler <[email protected]>
Co-authored-by: Jan Romann <[email protected]>
Co-authored-by: Joshua DeWeese <[email protected]>
Co-authored-by: Alexandre Abadie <[email protected]>
Co-authored-by: Gunar Schorcht <[email protected]>
@bors
Copy link
Copy Markdown
Contributor

bors bot commented Aug 21, 2023

Build failed (retrying...):

@bors
Copy link
Copy Markdown
Contributor

bors bot commented Aug 21, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit e56353c into RIOT-OS:master Aug 21, 2023
@JKRhb JKRhb deleted the coap-parameters branch August 21, 2023 17:33
@MrKevinWeiss MrKevinWeiss added this to the Release 2023.10 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: network Area: Networking Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Reviewed: 1-fundamentals The fundamentals of the PR were reviewed according to the maintainer guidelines Reviewed: 2-code-design The code design of the PR was reviewed according to the maintainer guidelines Reviewed: 3-testing The PR was tested according to the maintainer guidelines Reviewed: 4-code-style The adherence to coding conventions by the PR were reviewed according to the maintainer guidelines Reviewed: 5-documentation The documentation details of the PR were reviewed according to the maintainer guidelines Type: new feature The issue requests / The PR implemements a new feature for RIOT

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants