new board_ids: gm-e67-a & 55bmw-a & gm-e38-a (+initial readme)

This commit is contained in:
andreika-git 2022-05-16 16:03:14 +03:00
parent 13618a62ed
commit a90992be72
6 changed files with 22 additions and 1 deletions

View File

@ -11,3 +11,6 @@
"9","510","3300","alpha8ch-a"
"10","510","3900","154hyundai-c"
"11","510","4700","alpha4ch-b"
"12","510","5600","gm-e67-a"
"13","510","6800","55bmw-a"
"14","510","8200","gm-e38-a"

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

View File

@ -0,0 +1,3 @@
# resistor | value | footprint | part_number
"R133","510","R0603","C23193"
"R134","6800","R0603","C23212"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -0,0 +1,3 @@
# resistor | value | footprint | part_number
"R133","510","R0603","C23193"
"R134","8200","R0603","C25981"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -0,0 +1,3 @@
# resistor | value | footprint | part_number
"R133","510","R0603","C23193"
"R134","5600","R0603","C23189"
Can't render this file because it has a wrong number of fields in line 2.

6
board_id/readme.md Normal file
View File

@ -0,0 +1,6 @@
Usage:
1. Add a 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.

View File

@ -12,4 +12,7 @@
#python3 gen_hellen_board_id.py nissan121-c
#python3 gen_hellen_board_id.py alpha8ch-a
#python3 gen_hellen_board_id.py 154hyundai-c
python3 gen_hellen_board_id.py alpha4ch-b
#python3 gen_hellen_board_id.py alpha4ch-b
#python3 gen_hellen_board_id.py gm-e67-a
#python3 gen_hellen_board_id.py 55bmw-a
#python3 gen_hellen_board_id.py gm-e38-a