scripts: Remove zcbor requirement from requirements-extras.txt
lwm2m_README: Add instructions to install zcbor when needed Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
parent
828e47cc78
commit
617df3b5c1
2 changed files with 1 additions and 3 deletions
|
|
@ -26,6 +26,3 @@ PyGithub
|
||||||
|
|
||||||
# used to generate devicetree dependency graphs
|
# used to generate devicetree dependency graphs
|
||||||
graphviz
|
graphviz
|
||||||
|
|
||||||
# used to generate CBOR encoders and decoders, e.g. lwm2m_senml_cbor.
|
|
||||||
zcbor>=0.8.0
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ details please see the chapter 11 - CDDL.
|
||||||
To generate the encoder and decoder:
|
To generate the encoder and decoder:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
pip install --upgrade zcbor
|
||||||
sh lwm2m_senml_cbor_regenerate.sh
|
sh lwm2m_senml_cbor_regenerate.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue