Home
last modified time | relevance | path

Searched full:https (Results 1 – 25 of 30) sorted by relevance

12

/zcbor-latest/.github/actions/prepare_and_run_tests/
Daction.yaml30 git remote add origin https://github.com/zephyrproject-rtos/zephyr
54 …wget -nv https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v$ZEPHYR_SDK_VERSION/zephy…
55 …wget -nv -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v$ZEPHYR_SDK_VERSION/…
65 …wget -nv https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v$ZEPHYR_SDK_VERSION/toolc…
66 …wget -nv -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v$ZEPHYR_SDK_VERSION/…
74 …wget -nv https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v$ZEPHYR_SDK_VERSION/toolc…
75 …wget -nv -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v$ZEPHYR_SDK_VERSION/…
/zcbor-latest/
DRELEASE_NOTES.md3 Any new bugs, requests, or missing features should be reported as [Github issues](https://github.co…
21 Any new bugs, requests, or missing features should be reported as [Github issues](https://github.co…
62 …ecs [RFC8610](https://datatracker.ietf.org/doc/html/rfc8610), [RFC9090](https://datatracker.ietf.o…
80 Any new bugs, requests, or missing features should be reported as [Github issues](https://github.co…
96 …ecs [RFC8610](https://datatracker.ietf.org/doc/html/rfc8610), [RFC9090](https://datatracker.ietf.o…
113 Any new bugs, requests, or missing features should be reported as [Github issues](https://github.co…
168 …ecs [RFC8610](https://datatracker.ietf.org/doc/html/rfc8610), [RFC9090](https://datatracker.ietf.o…
185 Any new bugs, requests, or missing features should be reported as [Github issues](https://github.co…
222 …ecs [RFC8610](https://datatracker.ietf.org/doc/html/rfc8610), [RFC9090](https://datatracker.ietf.o…
241 Any new bugs, requests, or missing features should be reported as [Github issues](https://github.co…
[all …]
Dpypi_README.md11 The schema language used by zcbor is [CDDL](https://datatracker.ietf.org/doc/rfc8610/) which allows…
17 The C library also functions as a standalone CBOR C library, and is used in the [Zephyr RTOS](https
19 Please visit the [Github repository](https://github.com/NordicSemiconductor/zcbor) for more informa…
DREADME.md4 zcbor is a low footprint [CBOR](https://en.wikipedia.org/wiki/CBOR) library in the C language (C++ …
14 …erful human-readable data description language defined in [IETF RFC 8610](https://datatracker.ietf…
43 …[decoding](tests/decode), and [unit](tests/unit) tests run using [Zephyr](https://github.com/zephy…
58 If using zcbor with Zephyr, the library will be available when the [CONFIG_ZCBOR](https://docs.zeph…
96 If using zcbor with Zephyr, use the [Kconfig options](https://github.com/zephyrproject-rtos/zephyr/…
118 zcbor.py can be installed via [`pip`](https://pypi.org/project/zcbor/), or alternatively invoked di…
143 …t provided by the [cbor2](https://pypi.org/project/cbor2/), [yaml (PyYAML)](https://pypi.org/proje…
195 The tests require [Zephyr](https://github.com/zephyrproject-rtos/zephyr) (if your system is set up …
265 To set up the environment to run the ztest tests, follow [Zephyr's Getting Started Guide](https://d…
330 …ecs [RFC8610](https://datatracker.ietf.org/doc/html/rfc8610), [RFC9090](https://datatracker.ietf.o…
[all …]
Dpyproject.toml32 Homepage = 'https://github.com/NordicSemiconductor/zcbor'
DMIGRATION_GUIDE.md19 (copied after the fact from [Zephyr 3.6.0 migration guide](https://github.com/zephyrproject-rtos/ze…
DARCHITECTURE.md114 - [cbor2](https://pypi.org/project/cbor2/)
115 - [PyYAML](https://pypi.org/project/PyYAML/)
116 - [json](https://docs.python.org/3/library/json.html)
/zcbor-latest/tests/scripts/
Dtest_repo_files.py125 self.assertIn("https://github.com/NordicSemiconductor/zcbor", f.readline())
148 self.base_url = f"https://github.com/{repo}/blob/{sha}/"
185 if not link.startswith("https://"):
188 self.assertTrue(link.startswith("https://"), "Link is not a URL")
/zcbor-latest/samples/pet/include/
Dpet_decode.h7 * https://github.com/NordicSemiconductor/zcbor
Dpet_encode.h7 * https://github.com/NordicSemiconductor/zcbor
Dpet_types.h7 * https://github.com/NordicSemiconductor/zcbor
/zcbor-latest/samples/pet/
Dpet.cmake7 # https://github.com/NordicSemiconductor/zcbor
/zcbor-latest/zcbor/
Dprelude.cddl1 ; Copied from https://datatracker.ietf.org/doc/html/rfc8610#appendix-D
/zcbor-latest/.github/workflows/
Drun-tests.yaml50 git remote add origin https://github.com/zephyrproject-rtos/zephyr
74 …$client.DownloadFile("https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v$env:ZEPHYR_…
78 …$client.DownloadFile("https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v$env:ZEPHYR_…
/zcbor-latest/samples/pet/src/
Dpet_encode.c7 * https://github.com/NordicSemiconductor/zcbor
Dpet_decode.c7 * https://github.com/NordicSemiconductor/zcbor
/zcbor-latest/tests/cases/
Dcose.cddl1 ; Adapted from the CDDL fragments in RFC 8152 (https://datatracker.ietf.org/doc/html/rfc8152)
Dmanifest9_simple.cddl2 ; From https://datatracker.ietf.org/doc/draft-ietf-suit-manifest/09/
Dmanifest-moran3.cddl2 ; From https://datatracker.ietf.org/doc/draft-moran-suit-manifest/03/
Dcorner_cases.cddl270 ; found in https://github.com/NordicSemiconductor/zcbor/pull/398
Dmanifest16.cddl1 ; Copied from draft-ietf-suit-manifest-16 (https://datatracker.ietf.org/doc/html/draft-ietf-suit-ma…
Dmanifest-moran4.cddl2 ; From https://datatracker.ietf.org/doc/draft-moran-suit-manifest/04/
Dmanifest2.cddl2 ; From https://datatracker.ietf.org/doc/draft-ietf-suit-manifest/02/
Dmanifest3.cddl2 ; From https://datatracker.ietf.org/doc/draft-ietf-suit-manifest/03/
Dmanifest14.cddl1 ; Copied from draft-ietf-suit-manifest-14 (https://datatracker.ietf.org/doc/html/draft-ietf-suit-ma…

12