Skip to content
Snippets Groups Projects
Select Git revision
  • b61e454869c988e7fafc1c16982ccfec04415b51
  • max32xxx default protected
  • dw-cmsisdap-path
3 results

initial.sh

Blame
  • gen-mpy-cross.sh 163 B
    #!/usr/bin/env bash
    set -e
    
    SOURCE_DIR="$1"
    OUTPUT="$(realpath "$2")"
    
    cd "$SOURCE_DIR"/micropython/mpy-cross
    make -j "$(nproc)" >/dev/null
    cp mpy-cross "$OUTPUT"