Lines Matching full:pack
4 # This bash script generates a CMSIS-DSP Software Pack:
9 # Set version of gen pack library
10 # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
17 # Pack warehouse directory - destination
22 # Temporary pack build directory,
27 # Specify directory names to be added to pack base directory
40 # Specify file names to be added to pack base directory
47 # Specify file names to be deleted from pack build directory
90 # before populating the pack build folder
103 # after populating the pack build folder
104 # but before archiving the pack into output folder
110 # Set GEN_PACK_LIB_PATH to use a specific gen-pack library root
112 if [[ -f "${GEN_PACK_LIB_PATH}/gen-pack" ]]; then
113 . "${GEN_PACK_LIB}/gen-pack"
115 . <(curl -sL "https://raw.githubusercontent.com/Open-CMSIS-Pack/gen-pack/main/bootstrap")