Hellen config build
This commit is contained in:
parent
0e24f9c5af
commit
d046b507a7
|
@ -20,6 +20,11 @@ cd config/boards/kinetis/config
|
|||
bash gen_config.sh
|
||||
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
|
||||
|
||||
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; }
|
||||
|
|
Loading…
Reference in New Issue