Home
last modified time | relevance | path

Searched full:zip (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Drelease.yml48 create-zip:
50 name: Create ZIP and verify package for release asset.
53 - name: Install ZIP tools
54 run: sudo apt-get install zip unzip
65 - name: Create ZIP
67zip -r FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}.zip FreeRTOS-Plus-TCP -x "*.git…
69 - name: Validate created ZIP
71 mkdir zip-check
72 mv FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}.zip zip-check
73 cd zip-check
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dmake_common_makefile.py165 for key_prefix, defines in zip(["C", "O", "H"],
169 for value_prefix, key in zip([platform_definitions[opsys]["include"],
186 for key, value in zip(keys, values):
/FreeRTOS-Plus-TCP-v4.0.0/
DREADME.md78 Note: If you download the ZIP file provided by GitHub UI, you will not get the contents of the subm…