Skip to content

Commit

Permalink
Move BOM replacements to a separate csv file rusefi/hellen121vag#7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei committed Mar 23, 2021
1 parent de42c28 commit 800e73f
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
[submodule "commerial_products/hellen72"]
path = commerial_products/hellen72
url = https://github.com/rusefi/hellen72/
[submodule "commerial_products/hellen64_miataNA6_94"]
path = commerial_products/hellen64_miataNA6_94
url = https://github.com/rusefi/hellen64_miataNA6_94/
1 change: 1 addition & 0 deletions commerial_products/hellen64_miataNA6_94
Submodule hellen64_miataNA6_94 added at 001e06
2 changes: 1 addition & 1 deletion commerial_products/hellen72
2 changes: 1 addition & 1 deletion commerial_products/hellen88bmw
2 changes: 1 addition & 1 deletion create_hellen121vag.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

cd hellen-one
sh ./bin/create_board.sh ".." "121vag" "a" "R309=;R311=;R131=;R103=;R105="
sh ./bin/create_board.sh "../hellen121vag" "121vag" "a" "bom_replace_121vag-a.csv"
2 changes: 1 addition & 1 deletion create_hellen81.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

cd hellen-one
sh ./bin/create_board.sh ".." "81" "a" "R309=;R311=;R103=;R105=;U103=AP2331TDSA-7,SOT-23,C183303;U480=AP2331TDSA-7,SOT-23,C183303;U105=STM32H743IIT6,LQFP176,C89597"
sh ./bin/create_board.sh "../hellen81" "81" "a" "bom_replace_81-a.csv"
2 changes: 1 addition & 1 deletion hellen81

0 comments on commit 800e73f

Please sign in to comment.