Hellen says fix gen_enum_to_string & gen_config (#1825)
* Hellen says merge #1772 hardware.cpp * Hellen says merge #1772 adc.h * Hellen says fix gen_enum_to_string & gen_config Co-authored-by: rusefi <rusefillc@gmail.com> Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
This commit is contained in:
parent
6c9a14933e
commit
519e02f7a2
|
@ -19,10 +19,12 @@ done
|
||||||
cd config/boards/kinetis/config
|
cd config/boards/kinetis/config
|
||||||
bash gen_config.sh
|
bash gen_config.sh
|
||||||
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
|
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
|
||||||
|
cd ../../../..
|
||||||
|
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
cd config/boards/hellen/cypress/config
|
cd config/boards/hellen/cypress/config
|
||||||
bash gen_config.sh
|
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; }
|
||||||
|
cd ../../../../..
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -13,3 +13,8 @@ java -DSystemOut.name=gen_enum_to_string \
|
||||||
pwd
|
pwd
|
||||||
cd config/boards/kinetis/config
|
cd config/boards/kinetis/config
|
||||||
bash kinetis_gen_enum_to_string.sh
|
bash kinetis_gen_enum_to_string.sh
|
||||||
|
cd ../../../..
|
||||||
|
|
||||||
|
cd config/boards/hellen/cypress/config
|
||||||
|
bash hellen_cypress_gen_enum_to_string.sh
|
||||||
|
cd ../../../../..
|
||||||
|
|
Loading…
Reference in New Issue