more boards in the pipeline!

This commit is contained in:
rusefillc 2022-10-16 21:09:08 -04:00
parent 7977543e78
commit 4ddac56746
3 changed files with 12 additions and 2 deletions

View File

@ -24,3 +24,6 @@
"106","620","1800","na6_94-d"
"107","620","2200","alpha2ch-d"
"108","620","2700","gm-e67-c"
"109","620","3300","nissan121-e"
"110","620","3900","honda125-a"
"111","620","4700","vag121-d"

Can't render this file because it has a wrong number of fields in line 2.

View File

@ -1,6 +1,8 @@
Usage:
1. Add a line with your board name into test.sh and run the script.
1. Add (an uncommented) line with your board name into test.sh and run the script.
Don't forget to specify the board revision (each revision should have a unique Board ID).
2. Copy the generated file (generated/board_id_xxx.csv) to your project and add '#include board_id_xxx.csv' line to the end of your bom_replace_xxx.csv.
2. Reference (or copy) the generated file (generated/board_id_xxx.csv) to your project and add '#include board_id_xxx.csv' line to the end of your bom_replace_xxx.csv.
3. Comment out the line since we would not need it anymore.

View File

@ -1,5 +1,7 @@
#!/bin/bash
# See readme.md
#python3 gen_hellen_board_id_resistors.py
#python3 gen_hellen_board_id.py 72_NB2-e
@ -26,3 +28,6 @@
#python3 gen_hellen_board_id.py na6_94-d
#python3 gen_hellen_board_id.py alpha2ch-d
#python3 gen_hellen_board_id.py gm-e67-c
#python3 gen_hellen_board_id.py nissan121-e
#python3 gen_hellen_board_id.py honda125-a
#python3 gen_hellen_board_id.py vag121-d