Searched full:install (Results 1 – 16 of 16) sorted by relevance
| /zcbor-latest/.github/actions/install_zcbor/ |
| D | action.yaml | 3 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/ |
| D | run-tests.yaml | 25 - 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/ |
| D | action.yaml | 18 - 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/ |
| D | manifest9_simple.cddl | 54 ? suit-install => bstr .cbor SUIT_Command_Sequence, 134 suit-install = 9
|
| D | manifest-moran3.cddl | 92 ? install : InstallationInfo / COSE_Digest, 103 install = 6
|
| D | manifest16.cddl | 37 ? suit-install => bstr .cbor SUIT_Command_Sequence, 67 ? suit-install => bstr .cbor SUIT_Command_Sequence / SUIT_Digest, 220 suit-install = 9
|
| D | manifest20.cddl | 28 ? suit-install => bstr .cbor SUIT_Command_Sequence, 58 ? suit-install => SUIT_Digest / bstr .cbor SUIT_Command_Sequence, 216 suit-install = 17
|
| D | manifest-moran4.cddl | 19 ?suit-install => bstr .cbor SUIT_Command_Sequence, 88 ? suit-install => SUIT_Severable_Command_Sequence3, 104 suit-install = 9
|
| D | manifest9.cddl | 37 ? suit-install => bstr .cbor SUIT_Command_Sequence, 96 ? suit-install-digest => SUIT_Digest, 229 suit-install / 396 suit-install = 9
|
| D | manifest2.cddl | 19 ?suit-install => bstr .cbor SUIT_Command_Sequence, 78 ? suit-install => SUIT_Digest / bstr .cbor SUIT_Command_Sequence, 253 suit-install = 9
|
| D | manifest3.cddl | 21 ?suit-install => bstr .cbor SUIT_Command_Sequence, 81 ? suit-install 275 suit-install = 9
|
| D | manifest14.cddl | 42 ? suit-install => bstr .cbor SUIT_Command_Sequence, 79 ? suit-install => bstr .cbor SUIT_Command_Sequence / SUIT_Digest, 344 suit-install = 9
|
| D | manifest12.cddl | 80 ? 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/ |
| D | main.c | 217 "Expected install present"); in ZTEST() 224 "Expected install present"); in ZTEST()
|
| /zcbor-latest/tests/scripts/ |
| D | test_zcbor.py | 28 During development, install with `pip3 install -e .` to install in a way
|
| /zcbor-latest/ |
| D | RELEASE_NOTES.md | 436 * setup.py: Fix windows install
|