-
Notifications
You must be signed in to change notification settings - Fork 250
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
WIP: High-precision timer #382
Draft
zzm634
wants to merge
15
commits into
joeycastillo:main
Choose a base branch
from
zzm634:hpt
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81d04bf - Browse repository at this point
Copy the full SHA 81d04bfView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 092a375 - Browse repository at this point
Copy the full SHA 092a375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 757957e - Browse repository at this point
Copy the full SHA 757957eView commit details
Commits on Mar 14, 2024
-
HPT: switch to 1024hz timekeeping
TODO: - Scheduling next HPT event - Carefully handling overflows - Low level timer stuff
Configuration menu - View commit details
-
Copy full SHA for 0d51c44 - Browse repository at this point
Copy the full SHA 0d51c44View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6f9e99 - Browse repository at this point
Copy the full SHA d6f9e99View commit details
Commits on Mar 16, 2024
-
Still some questions left in the code, and I had to disable the stock stopwatch and dual timer faces. Once I am sure this works properly, I'll update those faces to use it.
Configuration menu - View commit details
-
Copy full SHA for ae5b466 - Browse repository at this point
Copy the full SHA ae5b466View commit details
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb966e4 - Browse repository at this point
Copy the full SHA eb966e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc284ac - Browse repository at this point
Copy the full SHA bc284acView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aeee9a4 - Browse repository at this point
Copy the full SHA aeee9a4View commit details -
- Removed some debugging cruft and commented out code - HPT requests are stored using a byte array instead of a single variable (allows for more than 64 HPT requests) - Added "fast" mode to counter reads that skips the synchronization step - Fixes and improvements to HPT timing faces.
Configuration menu - View commit details
-
Copy full SHA for b727cc2 - Browse repository at this point
Copy the full SHA b727cc2View commit details
Commits on Mar 19, 2024
-
HPT: Refactor buzzer sequences to use HPT instead of TC3
Also refactors movement.c to use HPT buzzing for alarms, signals, and other short beeps. Adds another feature to buzzer sequences: skip aheads. (Not used by anything yet, but repeater faces might need it. Also enables TCC run in standby always. TCC is enabled on-demand anyway. Might as well let it run in standby. Eventually, I would like to remove `watch_buzzer_play_note` because it uses delay_ms, but a lot of faces use it right now and they can be refactored later.
Configuration menu - View commit details
-
Copy full SHA for 2cf79bc - Browse repository at this point
Copy the full SHA 2cf79bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa79719 - Browse repository at this point
Copy the full SHA aa79719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 728b3e3 - Browse repository at this point
Copy the full SHA 728b3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6721c00 - Browse repository at this point
Copy the full SHA 6721c00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b752d0 - Browse repository at this point
Copy the full SHA 3b752d0View commit details
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.