-
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
Implement PDU 24A #221
Open
bjackson312006
wants to merge
52
commits into
develop
Choose a base branch
from
feature/PDU-24A
base: develop
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.
+762
−214
Open
Implement PDU 24A #221
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
436cd7b
Added current reading to pdu.c, added the sending of current via CAN …
bjackson312006 be4306e
Changes in Embedded-Base submodule that were preventing building
bjackson312006 242e5fe
Updated submodule
bjackson312006 7d6a26a
Updated submodule
bjackson312006 1ccf1f7
Formatting
bjackson312006 c60dfb7
Condensed current into 1 CAN message, changed pca9539 to tca9539
bjackson312006 75aa2d4
reverted pca9539 to tca9539 change, will do that at the end. also for…
bjackson312006 f7c7d37
Formatting
bjackson312006 c2d19db
Formatting
bjackson312006 3dd772a
Updated pinout according to schematic
bjackson312006 6affcce
Forgot to remove comments
bjackson312006 136af62
Updated fuse and shutdown pins in read_fuses and read_shutdown
bjackson312006 526d1c1
Changed SHUTDOWN_ADDR and CTRL_ADDR to correspond w/ datasheet
bjackson312006 d70e409
Formattng
bjackson312006 b66ca51
Formatting
bjackson312006 dfcab75
Updated read_fuse and read_shutdown in pdu.c based on schematic. Also…
bjackson312006 d30cc77
pdu.c: Removed global hi2c pointer,
bjackson312006 8b61fed
Removed functions in pdu.h that I left in by mistake. Also comment ch…
bjackson312006 32185f4
pdu.c: Corrected ina_write_reg wrapper function
bjackson312006 bd2889c
Added comment for calibration constants, and made tsms_pin const
bjackson312006 74e0930
switch to cubemx version 6.13.0
jr1221 3b97753
Revert "switch to cubemx version 6.13.0"
jr1221 3c641e2
Merge branch 'develop' into feature/PDU-24A
jr1221 c6d49ed
fix my merge mistakes
jr1221 7814f87
fmt
jr1221 ec16123
add adc2 pc0 pc1 for pump temp sense
jr1221 e68056d
Added ADC DMA for pump sensors
bjackson312006 297b86f
Revert accidental formatting changes in main.c
bjackson312006 ad0d719
Added control line functions for PDU 24A
bjackson312006 872eb81
Formatting whoops
bjackson312006 e85fcb9
Reorganized PDU 24A control functions so less messy
bjackson312006 fa570c8
Removed redundant functions
bjackson312006 6f2effd
Removed merge conflicts
bjackson312006 2a4f278
Merge branch 'develop' into feature/PDU-24A
bjackson312006 7bf8231
Formatting
bjackson312006 1b93d91
Merge branch 'feature/PDU-24A' of github.com:Northeastern-Electric-Ra…
bjackson312006 53a279a
Made GPIO #defines consistent with Altium (a few pins are unused)
bjackson312006 0f9679a
Uncommented Shutdown GPIO init
bjackson312006 fe59815
Moved pdu #defines to pdu.h since there were a lot
bjackson312006 c00889c
Changed read_pump_sens to correct CANID in monitor.c
bjackson312006 e8be8f7
Changed GPIO pins to stuff on that google doc
bjackson312006 d1d9e92
Fixed build errors, did not fix formatting errors because i did not l…
bjackson312006 c35cc8a
Merge branch 'develop' into feature/PDU-24A
bjackson312006 9ee486f
Formatting
bjackson312006 7b6b4ba
Merge branch 'develop' into feature/PDU-24A
bjackson312006 cbe96ad
Added write_radfan_0() and write_radfan_1(). They don't do anything y…
bjackson312006 7ceee4b
Moved init_pdu() upwards
bjackson312006 1976f47
Added I2C Detect
bjackson312006 d2d4f4c
Added I2C Detect 2
bjackson312006 5d749e2
Test
bjackson312006 a0ab1c0
Current Sensors read/write working.
bjackson312006 66469e0
Fixed erros
bjackson312006 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
Next
Next commit
Added current reading to pdu.c, added the sending of current via CAN …
…in monitor.c
commit 436cd7bebff5836b729bbcdec4e5b870db105456
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
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.
see below about endianness