Searched full:https (Results 1 – 25 of 30) sorted by relevance
12
| /zcbor-latest/.github/actions/prepare_and_run_tests/ |
| D | action.yaml | 30 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/ |
| D | RELEASE_NOTES.md | 3 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 …]
|
| D | pypi_README.md | 11 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…
|
| D | README.md | 4 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 …]
|
| D | pyproject.toml | 32 Homepage = 'https://github.com/NordicSemiconductor/zcbor'
|
| D | MIGRATION_GUIDE.md | 19 (copied after the fact from [Zephyr 3.6.0 migration guide](https://github.com/zephyrproject-rtos/ze…
|
| D | ARCHITECTURE.md | 114 - [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/ |
| D | test_repo_files.py | 125 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/ |
| D | pet_decode.h | 7 * https://github.com/NordicSemiconductor/zcbor
|
| D | pet_encode.h | 7 * https://github.com/NordicSemiconductor/zcbor
|
| D | pet_types.h | 7 * https://github.com/NordicSemiconductor/zcbor
|
| /zcbor-latest/samples/pet/ |
| D | pet.cmake | 7 # https://github.com/NordicSemiconductor/zcbor
|
| /zcbor-latest/zcbor/ |
| D | prelude.cddl | 1 ; Copied from https://datatracker.ietf.org/doc/html/rfc8610#appendix-D
|
| /zcbor-latest/.github/workflows/ |
| D | run-tests.yaml | 50 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/ |
| D | pet_encode.c | 7 * https://github.com/NordicSemiconductor/zcbor
|
| D | pet_decode.c | 7 * https://github.com/NordicSemiconductor/zcbor
|
| /zcbor-latest/tests/cases/ |
| D | cose.cddl | 1 ; Adapted from the CDDL fragments in RFC 8152 (https://datatracker.ietf.org/doc/html/rfc8152)
|
| D | manifest9_simple.cddl | 2 ; From https://datatracker.ietf.org/doc/draft-ietf-suit-manifest/09/
|
| D | manifest-moran3.cddl | 2 ; From https://datatracker.ietf.org/doc/draft-moran-suit-manifest/03/
|
| D | corner_cases.cddl | 270 ; found in https://github.com/NordicSemiconductor/zcbor/pull/398
|
| D | manifest16.cddl | 1 ; Copied from draft-ietf-suit-manifest-16 (https://datatracker.ietf.org/doc/html/draft-ietf-suit-ma…
|
| D | manifest-moran4.cddl | 2 ; From https://datatracker.ietf.org/doc/draft-moran-suit-manifest/04/
|
| D | manifest2.cddl | 2 ; From https://datatracker.ietf.org/doc/draft-ietf-suit-manifest/02/
|
| D | manifest3.cddl | 2 ; From https://datatracker.ietf.org/doc/draft-ietf-suit-manifest/03/
|
| D | manifest14.cddl | 1 ; Copied from draft-ietf-suit-manifest-14 (https://datatracker.ietf.org/doc/html/draft-ietf-suit-ma…
|
12