Lines Matching full:pack
4 # This bash script generates a CMSIS-NN 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
37 # Specify file names to be added to pack base directory
45 # Specify file names to be deleted from pack build directory
85 # before populating the pack build folder
95 # Set component version to match pack version
102 # Set GEN_PACK_LIB_PATH to use a specific gen-pack library root
104 if [[ -f "${GEN_PACK_LIB_PATH}/gen-pack" ]]; then
105 . "${GEN_PACK_LIB}/gen-pack"
107 . <(curl -sL "https://raw.githubusercontent.com/Open-CMSIS-Pack/gen-pack/main/bootstrap")