-
Notifications
You must be signed in to change notification settings - Fork 4
Added .dma_buffer to bypass DTCM #291
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
4ff69e9
Added .dma_buffer to bypass DTCM
MasterUser43 521bd26
Add legacy IMU to rev2 build // Add new IMU to rev3 build
ETSells 043d6c4
update lib submodule pointer to include NOTICE
MasterUser43 5a7c813
update driver submodule pointer to latest commit
MasterUser43 9c2cbd4
merge: resolve submodule conflicts by keeping latest PR pointers
MasterUser43 e2fc72b
Driver and lib submodule pointers to rebased commits
MasterUser43 d2b0169
update driver submodule pointer to include SFLP compilation fix
MasterUser43 bf7ac84
Added debug_sdr + timer in make. Revert if like
MasterUser43 a6098a9
Pull up driver
MasterUser43 8a129a5
Pull up driver (2)
MasterUser43 860d3d9
DMA IMU driver, pin vendor submodule, and update Makefiles
MasterUser43 a95498f
Pull-up driver
MasterUser43 c0e5828
Pull up (2)
MasterUser43 b4f4164
Changed rev1 flag to rev2
MasterUser43 2e3c52a
Lib/Driver pull-up
MasterUser43 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
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
Submodule driver
updated
6 files
| +52 −499 | imu/imu.h | |
| +204 −0 | imu/imu_dflt.c | |
| +298 −389 | imu/imu_legacy.c | |
| +548 −0 | imu/imu_legacy.h | |
| +1,720 −0 | imu/imu_lsm.c | |
| +493 −0 | imu/imu_lsm.h |
Submodule lib
updated
4 files
| +3 −0 | .gitmodules | |
| +3 −1 | NOTICE | |
| +1 −0 | lsm6dsv320x-pid | |
| +3 −1 | sdr_pin_defines_A0010.h |
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.
You might want to confirm that there's no startup script modifications required to get data to be properly placed in this region. This might also be something we'll want to modify through the .ioc for parity. I'm happy enough with this to accept for now, but it'll need follow-on when we get to integration.
Ref: SunDevilRocketry/Ground-Station-Firmware#7
Uh oh!
There was an error while loading. Please reload this page.
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.
Pretty sure the
NOLOADsaves any need for modification. Only worst concern would be .ioc & MPU cache config for RAM_D2.