do
find ${NAME} -name '*.py'| \
grep -v -E '^testing/implementation/micropython*' | \
- grep -v -E '^testing/mcp.py' | \
+ grep -v -E '^testing/adafruit_blinka.py' | \
xargs -n1 -I {} sh -c "echo Copying {} ...; ampy --port ${PORT} put {} {}"
done
# prefer unittest.mpy bytecode
'--exclude="/unittest.py" '
# should never be used by tests targeting feather m0
- '--exclude="mcp" '
+ '--exclude="adafruit_blinka" '
# don't upload upload https://www.youtube.com/watch?v=iEwW6D0sht0
'--exclude="upload_*_watch.py" '
# recurse in search