Hellen says fix gen_config for Cypress (#1824)
* Hellen says merge #1772 hardware.cpp * Hellen says merge #1772 adc.h * Hellen says fix gen_config for Cypress * Hellen says fix gen_config actions for Cypress * Hellen says reset .h files Co-authored-by: rusefi <rusefillc@gmail.com> Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
This commit is contained in:
parent
8ba9764177
commit
3db4d3a56f
|
@ -80,6 +80,10 @@ jobs:
|
|||
cd config/boards/kinetis/config
|
||||
bash gen_config.sh
|
||||
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
|
||||
elif [ "${{ matrix.build-target }}" = "cypress" ]; then
|
||||
cd config/boards/hellen/cypress/config
|
||||
bash gen_config.sh
|
||||
[ $? -eq 0 ] || { echo "ERROR generating board hellen_cypress hellen_cypress"; exit 1; }
|
||||
else
|
||||
bash gen_config_board.sh ${{matrix.folder}} ${{matrix.build-target}}
|
||||
fi
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
# TODO if anyone would be interested
|
||||
|
||||
#outputs:
|
||||
# GPIOB_7: "Injector 3Z"
|
||||
|
||||
#analog_inputs:
|
||||
# EFI_ADC_0: "Analog 3O"
|
|
@ -22,11 +22,6 @@ bash gen_config.sh
|
|||
|
||||
cd config/boards/hellen/cypress/config
|
||||
bash gen_config.sh
|
||||
[ $? -eq 0 ] || { echo "ERROR generating board hellen cypress"; exit 1; }
|
||||
|
||||
|
||||
#cd config/boards/hellen/cypress/config
|
||||
#bash gen_config.sh
|
||||
#[ $? -eq 0 ] || { echo "ERROR generating board hellen_cypress hellen_cypress"; exit 1; }
|
||||
[ $? -eq 0 ] || { echo "ERROR generating board hellen_cypress hellen_cypress"; exit 1; }
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue