Add project, t120f484

This commit is contained in:
Byron Lathi
2024-09-23 23:12:00 -07:00
parent 37ff988a09
commit 247ea1c0e7
6 changed files with 127 additions and 4 deletions

View File

@@ -4,9 +4,9 @@
# ENV=".env/$HOSTNAME"
export REPO_TOP=$(git rev-parse --show-toplevel)
export KICAD7_SYMBOL_DIR=$REPO_TOP/hw/kicad_library/symbols
export KICAD7_3DMODEL_DIR=$REPO_TOP/hw/kicad_library/3dmodels
export KICAD7_FOOTPRINT_DIR=$REPO_TOP/hw/kicad_library/footprints
export KICAD8_SYMBOL_DIR=$REPO_TOP/hw/kicad_library/symbols
export KICAD8_3DMODEL_DIR=$REPO_TOP/hw/kicad_library/3dmodels
export KICAD8_FOOTPRINT_DIR=$REPO_TOP/hw/kicad_library/footprints
python3.11 -m venv .user_venv