File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -376,12 +376,11 @@ function ci_psoc6_setup {
376376
377377function ci_psoc6_build {
378378 board=$1
379- docker exec mtb-ci make mtb_init BOARD=${board}
380- docker exec mtb-ci make
379+ docker exec mtb-ci make BOARD=${board}
381380}
382381
383382function ci_psoc6_deploy {
384- docker exec mtb-ci make program
383+ docker exec mtb-ci make deploy
385384}
386385
387386function ci_psoc6_flash_multiple_devices {
@@ -390,7 +389,7 @@ function ci_psoc6_flash_multiple_devices {
390389 hex_file=$2
391390 devs_file=$3
392391
393- docker exec mtb-ci make program_multi BOARD=${board} EXT_HEX_FILE=../../${hex_file} DEVS_FILE=../../${devs_file}
392+ docker exec mtb-ci make qdeploy_multi BOARD=${board} EXT_HEX_FILE=../../${hex_file} DEVS_FILE=../../${devs_file}
394393}
395394
396395function ci_psoc6_run_tests {
You can’t perform that action at this time.
0 commit comments