Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(stm32CubeProg): use getopt and extend options #97

Merged
merged 5 commits into from
Jun 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(maple_upload): add a delay after upload
else logs are not properly displayed (mixed).

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Mar 30, 2024
commit ed7bc74942222a4994d9a7f333209d1da56ea39e
2 changes: 2 additions & 0 deletions maple_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ do
fi
done

sleep 1

printf "Waiting for %s serial..." "${dummy_port_fullpath}"
COUNTER=40
if [ ${OS_DIR} = "win" ]; then
Expand Down