-
Notifications
You must be signed in to change notification settings - Fork 4
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
FWXV-279: XBee Telemetry Branch #316
Open
et312
wants to merge
29
commits into
main
Choose a base branch
from
xbee
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.
Open
Conversation
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
* Removed resistor values and added ISenseMux enum for use in current sense file. * Updated pd_sense_output_group to return correct value * implemented current sense function in power_seq_fsm
* bootloader datagram setup * datagram class complete with test cases * bootloader progress * remove crc32 from can_datagram.py + modified unit test * bootloader datagram setup * datagram class complete with test cases * bootloader progress * complete flash_application code, unit tests required * add jump application, both flash and jump app needs testing * test jump application, valid results * complete unit tests and remove typeerrors for flash app * add and test multi-board flashing and jumping * add and test validation static methods * fix crc bits for can_datagram.py * add state machine for bootloader * add BOOTLOADER_FLASH_COMPLETE state for the state machine * [API/CLI] Redid start and data messaging. Needs new tests. Begun API + Flash devlopment * [DATA STATES] Seperated first data msg and following messages with arbitration id * [JUMP APP/START] Wrote brief skeleton functions, needs more error handling * [ADDED BACK DATA_READY STATE FOR SIMPLICITY] * [LINKERSCRIPTS + SCON CHANGES FOR APPLICTION/BOOT FLASHING] * [JUMP APPLICATION ASSEMBLY AND BAREMETAL CAN DRIVER] * need to fix packet loss in can transmission * [Formatting] * BOOTLOADER * Semi-working * BOOTLOADER IS WORKING LETS GO * Major cleanup * formatingg/linting * fixed small changes * formatting * Build fix * build change * build system changes --------- Co-authored-by: Your Name <[email protected]> Co-authored-by: Aditya Sen <[email protected]>
* initial algo * perdict ocv func * state of charge tests * STATE OF CHARGE WITH LUT * PASS ALL TESTS. NEEDS INTEGRATION TESTING ON HARDWARE * REFACTOR DONE * formatting * formatting * applied changes
* fixed * fix num 2
* bootloader datagram setup * datagram class complete with test cases * bootloader progress * remove crc32 from can_datagram.py + modified unit test * bootloader datagram setup * datagram class complete with test cases * bootloader progress * complete flash_application code, unit tests required * add jump application, both flash and jump app needs testing * test jump application, valid results * complete unit tests and remove typeerrors for flash app * add and test multi-board flashing and jumping * add and test validation static methods * fix crc bits for can_datagram.py * add state machine for bootloader * add BOOTLOADER_FLASH_COMPLETE state for the state machine * [API/CLI] Redid start and data messaging. Needs new tests. Begun API + Flash devlopment * [DATA STATES] Seperated first data msg and following messages with arbitration id * [JUMP APP/START] Wrote brief skeleton functions, needs more error handling * [ADDED BACK DATA_READY STATE FOR SIMPLICITY] * [LINKERSCRIPTS + SCON CHANGES FOR APPLICTION/BOOT FLASHING] * [JUMP APPLICATION ASSEMBLY AND BAREMETAL CAN DRIVER] * need to fix packet loss in can transmission * [Formatting] * BOOTLOADER * Semi-working * BOOTLOADER IS WORKING LETS GO * Major cleanup * small changes * small change * format * done * formatting * bruh done * small fix --------- Co-authored-by: Your Name <[email protected]> Co-authored-by: Aditya Sen <[email protected]>
Bafran
reviewed
Oct 28, 2024
@@ -18,6 +18,8 @@ | |||
watchdog: 3 | |||
power_distribution: | |||
watchdog: 5 | |||
telemetry: |
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.
Do we need to update the yamls? The task in main.c pops from a queue and doesn't do any checks on the messages. I might be forgetting but does that queue only contain messages that have the correct target board? or all messages?
If it's all messages then do we need to do this?
* Updated UART * formatting * modified cpplint
* 10-15% code reduction * YAML File using GCC-11.3 * debug yml * Workflow LTO support * Formatting * GCC-11.3
* Fixed hardfault * Formatting * Formatting
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.
No description provided.