Install OpenOCD version 0.11.0 (or maybe higher)
You can also build it yourself.
If you are using Launchpads to experiment this setup, you are going to need to prepare them as it is being shown in this image.
#============================================ | |
# GET ACCESS TOKEN | |
read -r -d '' login_data <<-EOM | |
{ | |
"username": "${SHELLHUB_USER}", | |
"password": "${SHELLHUB_PASS}" | |
} | |
EOM |
# Needs | |
# pip install anytree | |
# Leandro Sehnem Heck | |
# This gist presents files linked inside a FreeCad (.FCStd) | |
# Options | |
# - List of unique files / Tree with the hierarchy | |
# - Show relative and absolute paths | |
def list_files(tree=0, relative_path=1): |
#!/bin/bash | |
# Usage: kicad_cli_all KICAD_PRO | |
kicad_pro=${1} | |
if [[ ! -f "${kicad_pro}" ]]; then | |
echo "Kicad project '${kicad_pro}' is missing" | |
exit | |
fi |
$sqrt(2) |