-
Notifications
You must be signed in to change notification settings - Fork 0
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
gps: use GPIO interrupt to track pulse per second (PPS) into a counter variable #239
Closed
2BlackCats
wants to merge
39
commits into
main
from
Alex_On/122-gps-track-the-pps-pulse-per-second-pulses-into-a-counter-variable-since-the-last-sync
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
b627faf
Added Telecommand and enabled interrupt to watch GPIOA Pin 6.
2BlackCats 41c98f7
Added functionality to check if port is supplied power.
2BlackCats 8fd41f1
Update gps_pps_interrupt.c
2BlackCats 655ff34
Da/ioc pps interrupt (#241)
2BlackCats 27d909d
Simplified code and made functions so values can not be changed excep…
2BlackCats 7f699ea
Fixed issues with code and build reverted to old
2BlackCats 89c844e
Added recommended revised
2BlackCats de55564
More updates
2BlackCats 94506b8
Enabled EXTI lines [9:5] using CubeMX (#251)
2BlackCats b66620e
Alis version pps (#252)
2BlackCats c7b09bf
Changes to code to account for debouceing
2BlackCats 99c1f80
Delete firmware/stm32l4r5zitx_flash.ld
2BlackCats 9082ac3
Reverting Make file to prev
2BlackCats 0d331b9
Removed Comments for testing
2BlackCats b59d4b8
Added gaurdclause and removed the extra tab
2BlackCats a1c49d1
Merge branch 'main' of https://github.com/CalgaryToSpace/CTS-SAT-1-OB…
2BlackCats 8ed3b38
Reset counter when disabled
2BlackCats 2b88b2c
Merge branch 'main' of https://github.com/CalgaryToSpace/CTS-SAT-1-OB…
2BlackCats 00b00ab
LFS Telecommand to list files / directories [Issue #7] (#216)
Saksham-P cddfa90
Add `TCMD_require_unique_tssent` config variable to control whether t…
Freddydeddydoo eb31103
GPS: Send log command and receive log response from gps receiver (#247)
christopherkinyua 75e4ae6
Added Telecommand and enabled interrupt to watch GPIOA Pin 6.
2BlackCats 3b72737
Added functionality to check if port is supplied power.
2BlackCats 306b5cd
Update gps_pps_interrupt.c
2BlackCats 928b914
Da/ioc pps interrupt (#241)
2BlackCats f7c9a59
Simplified code and made functions so values can not be changed excep…
2BlackCats f01432d
Fixed issues with code and build reverted to old
2BlackCats 479f294
Added recommended revised
2BlackCats ae9e714
More updates
2BlackCats 6b1c9f6
Enabled EXTI lines [9:5] using CubeMX (#251)
2BlackCats 643ef48
Alis version pps (#252)
2BlackCats 8ef4364
Alis version pps (#252)
2BlackCats 050fb74
Changes to code to account for debouceing
2BlackCats 9566fc0
Delete firmware/stm32l4r5zitx_flash.ld
2BlackCats c454352
Reverting Make file to prev
2BlackCats f7ff513
Removed Comments for testing
2BlackCats 434210a
Added gaurdclause and removed the extra tab
2BlackCats 7ed5fa2
Reset counter when disabled
2BlackCats f2a3656
Merge branch 'Alex_On/122-gps-track-the-pps-pulse-per-second-pulses-i…
2BlackCats File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Da/ioc pps interrupt (#241)
* Implement `TCMDEXEC_comms_dipole_switch_set_state` (#229) * Fix link to cts1_ground_support to go to new repo (#237) * IOC TESTING - Convert PIN_GPS_PPS_IN to EXTI mode --------- Co-authored-by: DeflateAwning <[email protected]> Co-authored-by: Muhammad Ali <[email protected]>
- Loading branch information
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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.
I don't think this file should be edited. Also, the linker script in our repo is all caps so I don't know how this works