-
Notifications
You must be signed in to change notification settings - Fork 1k
build script improvements #82
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
Conversation
…revent script from closing console window.
test this please |
tools/build_release_uvision.bat
Outdated
python tools/copy_release_files.py | ||
if %errorlevel% neq 0 exit %errorlevel% | ||
exit %level% | ||
exit /B %level% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick - no newline at end of file
(don't feel like you need to fix this, just thought I would mention it)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good nitpick. Newline addition pushed
PR looks good. Thanks for the fixes |
…ted to return LED to its default state and clear pending I2C interrupts
…ted to return LED to its default state and clear pending I2C interrupts
…ted to return LED to its default state and clear pending I2C interrupts
…ted to return LED to its default state and clear pending I2C interrupts
…ted to return LED to its default state and clear pending I2C interrupts
…ted to return LED to its default state and clear pending I2C interrupts
…ted to return LED to its default state and clear pending I2C interrupts
…ted to return LED to its default state and clear pending I2C interrupts
…ted to return LED to its default state and clear pending I2C interrupts
Clear output dir at outset to ensure all resulting artifacts are new
Use /B in exit command otherwise the script closes the console window when it completes. The previous behavior proved to be quite the pain. I'd run the script, and eventually the console would close, leaving me unable to see if the build failed or succeeded.