-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add FCB V2 + composite code #248
Open
mcm001
wants to merge
39
commits into
main
Choose a base branch
from
fcb-v2-composite
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
Also decreases ADC clock speed. Unsure if this actually helps
So --config -p 4 should now control the periph enable pin
commit 0de43756d4809f6fd9b8d9d5200ba69820401eba Author: Matt <[email protected]> Date: Wed Apr 5 23:18:14 2023 -0400 Update CMakeLists.txt commit 2547861ae9bb88698ae174d738ece450104d7fbf Author: Matthew Morley <[email protected]> Date: Sat Apr 1 08:12:53 2023 -0400 Add hal callback for usb cdc receive commit 1ece994090593073ef4631a0925f749de8c73202 Author: Matthew Morley <[email protected]> Date: Fri Mar 31 20:30:30 2023 -0400 Add flag + crc16 to groundstation code commit bcebb3098d713d26ac3a46a36a2b4cb790bcc13f Author: Matthew Morley <[email protected]> Date: Fri Mar 31 19:48:35 2023 -0400 Run lint commit 72034d278910eb0fcc5ae979972e3b3cf17cad8b Author: Matthew Morley <[email protected]> Date: Fri Mar 31 19:47:25 2023 -0400 Enable composite device in IOC commit c5e6083c8e42caad0140e583b3f975b2a14e9756 Merge: 67d25d1 5534dcf Author: Matthew Morley <[email protected]> Date: Fri Mar 31 19:31:22 2023 -0400 Merge branch 'master' into usb-composite-device commit 67d25d1d687a36d262df9398ddf25c659b21d390 Author: Matthew Morley <[email protected]> Date: Fri Mar 31 19:30:49 2023 -0400 usb + radio manager composite changes commit 68d224b464d229bbeb449831dbc1ee1a2fc5a860 Author: Matthew Morley <[email protected]> Date: Fri Mar 31 19:30:11 2023 -0400 Revert "USB composite changes" This reverts commit 540c6c4cb6b2023751bb352670e5c077bc29c9e7. commit 540c6c4cb6b2023751bb352670e5c077bc29c9e7 Author: Matthew Morley <[email protected]> Date: Fri Mar 31 19:29:06 2023 -0400 USB composite changes commit 5534dcf Author: priyaaggarwal1 <[email protected]> Date: Thu Mar 30 02:06:57 2023 +0000 added upper bound to addGravityRef
commit 35ba39c Author: Ben Fox <[email protected]> Date: Wed Apr 19 12:58:51 2023 -0400 Fixed CI to correctly run locally commit 178a426 Author: Matt M <[email protected]> Date: Wed Apr 5 00:07:23 2023 +0000 Add VSCode config files commit 777c7e8 Author: Matthew Morley <[email protected]> Date: Sat Apr 1 08:34:10 2023 -0400 Claw back a tiny bit of flash space on V0 commit 5534dcf Author: priyaaggarwal1 <[email protected]> Date: Thu Mar 30 02:06:57 2023 +0000 added upper bound to addGravityRef
USB Composite on V2 works! The way this is integrated into radio manager is pretty fragile and bad. We should fix that.
This reverts commit ba0c672.
In GitLab by @matthew.morley.ca on May 8, 2023, 18:00 added 1 commit
|
In GitLab by @matthew.morley.ca on May 27, 2023, 13:01 added 1 commit
|
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.
In GitLab by @matthew.morley.ca on May 4, 2023, 09:03