Home
last modified time | relevance | path

Searched full:install (Results 1 – 16 of 16) sorted by relevance

/zcbor-latest/.github/actions/install_zcbor/
Daction.yaml3 description: 'How to install zcbor'
10 - name: Install west and dependencies
13 pip3 install -U pip
14 pip3 install -U build
15 pip3 install -U -r scripts/requirements.txt
17 - name: Install zcbor package
23 pip3 install dist/zcbor-*.tar.gz
25 pip3 install dist/zcbor-*.whl
27 - name: Install zcbor package
31 pip3 install .
[all …]
/zcbor-latest/.github/workflows/
Drun-tests.yaml25 - name: Install zcbor
54 - name: Install zcbor and pip dependencies
57 …pip install -U -r scripts\requirements.txt -r zephyr-clone\scripts\requirements-base.txt -r zephyr…
58 pip install -e .
60 - name: Install ninja and 7zip
63 choco install ninja 7zip
71 - name: Install Zephyr SDK (ARM)
106 - name: Install zcbor
127 - name: Install west and dependencies
129 pip install -U pip
[all …]
/zcbor-latest/.github/actions/prepare_and_run_tests/
Daction.yaml18 - name: Install packages
22 sudo apt install -y gcc-multilib g++-multilib ninja-build
42 - name: Install twister dependencies
47 pip3 install -U -r $ZEPHYR_BASE/scripts/requirements-build-test.txt
48 pip3 install -U -r $ZEPHYR_BASE/scripts/requirements-run-test.txt
50 - name: Install Zephyr SDK
60 - name: Install Zephyr SDK (ARM)
64 sudo apt install qemu qemu-system-arm
69 - name: Install Zephyr SDK (MIPS)
73 sudo apt install qemu qemu-system-mips
/zcbor-latest/tests/cases/
Dmanifest9_simple.cddl54 ? suit-install => bstr .cbor SUIT_Command_Sequence,
134 suit-install = 9
Dmanifest-moran3.cddl92 ? install : InstallationInfo / COSE_Digest,
103 install = 6
Dmanifest16.cddl37 ? suit-install => bstr .cbor SUIT_Command_Sequence,
67 ? suit-install => bstr .cbor SUIT_Command_Sequence / SUIT_Digest,
220 suit-install = 9
Dmanifest20.cddl28 ? suit-install => bstr .cbor SUIT_Command_Sequence,
58 ? suit-install => SUIT_Digest / bstr .cbor SUIT_Command_Sequence,
216 suit-install = 17
Dmanifest-moran4.cddl19 ?suit-install => bstr .cbor SUIT_Command_Sequence,
88 ? suit-install => SUIT_Severable_Command_Sequence3,
104 suit-install = 9
Dmanifest9.cddl37 ? suit-install => bstr .cbor SUIT_Command_Sequence,
96 ? suit-install-digest => SUIT_Digest,
229 suit-install /
396 suit-install = 9
Dmanifest2.cddl19 ?suit-install => bstr .cbor SUIT_Command_Sequence,
78 ? suit-install => SUIT_Digest / bstr .cbor SUIT_Command_Sequence,
253 suit-install = 9
Dmanifest3.cddl21 ?suit-install => bstr .cbor SUIT_Command_Sequence,
81 ? suit-install
275 suit-install = 9
Dmanifest14.cddl42 ? suit-install => bstr .cbor SUIT_Command_Sequence,
79 ? suit-install => bstr .cbor SUIT_Command_Sequence / SUIT_Digest,
344 suit-install = 9
Dmanifest12.cddl80 ? suit-install => bstr .cbor SUIT_Command_Sequence,
112 ? suit-install => SUIT_Digest,
370 suit-install = 9
/zcbor-latest/tests/decode/test1_suit_old_formats/src/
Dmain.c217 "Expected install present"); in ZTEST()
224 "Expected install present"); in ZTEST()
/zcbor-latest/tests/scripts/
Dtest_zcbor.py28 During development, install with `pip3 install -e .` to install in a way
/zcbor-latest/
DRELEASE_NOTES.md436 * setup.py: Fix windows install