-
Notifications
You must be signed in to change notification settings - Fork 144
Bring all EBB Firmware v3.0.0 files into master branch #232
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ve been triggered by previous versions of code
…ecevied bytes over USB
…orrect and working with direction flips
…rnings/messages. Now build is completely clean for both bootloader and app. Also found what may be a bug in the bootloader: USE_USB_BUS_SENSE_IO was not turned on properly. It is now.
…eanup. No functional changes.
…ges for EBB firmware and latest bootloader and EBB firmware output files
…ns, moved some varaibles around in RAM.
…xed longstanding bootup bug of seeing command parse errors by clearing error_byte to zero on boot.
…h statements as much as possible.
…take bit set/clr instructions
…its directly to port D rather than check bits. Button push check code optomized for speed at end of ISR.
…next command type)
… large DelayCounter from ISR to USB command processing code.
…drivers time to read dir bits. Slows things down just a litte.
Minor updates
Updated EBB v3.0.0 command documentation with changes since v2.8.1
…QU command as per issue #228
…mFromQU Feature/issue 228 remove param num from qu
…ote that this correction has been made
…ing strange update failed problem.
…BB Updater now looks at all available COM ports after update to find the EBB. Also we now auto-start the update when the application is run.
…ing functionality after the update.
Issue #224 merge: Windows EBB Updater v3.0.2, with updates COM port finding after update and autostart.
… merging back into master.
# Conflicts: # docs/ebb.html
Contributor
|
Wow that's a lot of commits. |
This was referenced May 23, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR brings all of the development of v3.0.x (currently on v3.0.2) into the master branch for EBB Firmware. There are many changes in this version compared to the latest release (v2.8.1). See the release history document for complete details.