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

Document -g flag in mbed-os-to-arduino script. #624

Merged
merged 1 commit into from
Feb 10, 2023
Merged
Changes from all commits
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
1 change: 1 addition & 0 deletions mbed-os-to-arduino
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ if [ $# -eq 0 ] ; then
echo " -b specify remote mbed-os branch to checkout"
echo " -r specify local mbed-os directory to link"
echo " -p specify local mbed core directory (defaults to PWD)"
echo " -g restores debug information"
echo
echo "Example:"
echo " $(basename $0) -a ARDUINO_NANO33BLE:ARDUINO_NANO33BLE CHALLENGE_PMC_R2DX:ARDUINO_NANO33BLE"
Expand Down