-
Notifications
You must be signed in to change notification settings - Fork 0
Heinz/can tx #8
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
Open
Heinzino
wants to merge
38
commits into
master
Choose a base branch
from
Heinz/CanTx
base: master
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
Heinz/can tx #8
Changes from 7 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
df74f46
Update Cube++ to latest commit
MacKante adfc050
added base implentation of GPIO task
MacKante a1abdd3
fixed CUBE_PRINT for gpio pin states
MacKante 7501d69
modified CUBE_PRINT of GPIO status
MacKante 3ddb0ff
Added base functionality for driver control
MacKante 0ff967f
fixed IO expander debug message
MacKante 7dc0967
added namespaces for IO expander pin names
MacKante 9d26284
completed io expander drivers
MacKante 4c62218
Heinz/spi task (#7)
MacKante 1111089
refactoring code, added getter functions for IOExpander last read/write
MacKante e694adf
added base code for CAN Tx Task
MacKante db58935
reformating code
MacKante ef5d2b0
feat: set DLC and command Free Data()
Heinzino deb6101
feat: Free Data on Command
Heinzino d318224
feat: globalize SPI pedal reading for CAN task
Heinzino 614cea2
feat: GPIO CAN data formatted
Heinzino bc06652
feat: Driver_Base with SPI Task formatted
Heinzino bd7d734
fix: LightsInput follows Communication Protocol
Heinzino 30fdbc4
fix: Digital Inputs formatted to Helio Communication Board
Heinzino 04aaf29
fix: Analog Inputs follows Communication Excel
Heinzino 3bdca0d
fix: Lights Status so that it follows Communication standard
Heinzino 7b012a0
fix: powerBoard State get Expander State Now size
Heinzino e26405e
feat: Add CAN_TX_FREQ delays based on communication standard
Heinzino af33026
chore: Formatting for PR
Heinzino bf399f9
feat: Update Debug Task with new CanTX commands for testing
Heinzino 3fb475c
feat: Send CAN TX Messages at intervals with counter tick in GPIO Task
Heinzino 56048af
fix: counterTick not global
Heinzino c0f17b7
fix: Function signature of checkCounterTick
Heinzino dceebbf
fix: counterTick to be a field and not a static variable
Heinzino 89705e3
fix: Change to send DATA_COMMAND
Heinzino 0f20d42
fix: u16_t type , driverControl State on active Low, bit masking on 9…
Heinzino 143f5d6
fix: Forward Neutral Reverse L follows binary encoding
Heinzino 1a89e68
send all CAN TX commands
Heinzino 75e6417
feat: Add heartbeat to TX commands
Heinzino 38e9dd2
feat: CanTX setup
Heinzino 5a64e0f
fix: CanTX with proper folder for mergability
Heinzino 2a2e950
fix: Remove zoom zoom flag from Digital Inputs
Heinzino c393cff
fixing git submodule error
MacKante 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
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| 2F62501ED4689FB349E356AB974DBE57=2CE54FD71E149B997073596C6B0E9512 | ||
| 635E684B79701B039C64EA45C3F84D30=06D51718D4F3D877E4CF008AE59E16BB | ||
| 66BE74F758C12D739921AEA421D593D3=2 | ||
| 8DF89ED150041C4CBC7CB9A9CAA90856=05328855C4E51ECDCD46876FE3491C71 | ||
| DC22A860405A8BF2F2C095E5B6529F12=05328855C4E51ECDCD46876FE3491C71 | ||
| 8DF89ED150041C4CBC7CB9A9CAA90856=2CE54FD71E149B997073596C6B0E9512 | ||
| DC22A860405A8BF2F2C095E5B6529F12=D7B61603071EE7338842D45EDC3395F0 | ||
| eclipse.preferences.version=1 |
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
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
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
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
Oops, something went wrong.
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.
Could also be an enum