remove combinehex and erase target

update Readme
This commit is contained in:
hathach
2020-03-25 19:58:17 +07:00
parent 1db3ffe968
commit f097cae0cd
3 changed files with 7 additions and 42 deletions

View File

@ -34,7 +34,7 @@ for board in all_boards:
os.makedirs(bin_directory, exist_ok=True)
start_time = time.monotonic()
make_result = subprocess.run("make -j 4 BOARD={} combinehex genpkg".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
make_result = subprocess.run("make -j 4 BOARD={} all genpkg".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
build_duration = time.monotonic() - start_time
flash_size = "-"