Add How-To implement a Device Manager (device driver 1 of 2)#4378
Merged
LeStarch merged 8 commits intonasa:develfrom Nov 3, 2025
Merged
Add How-To implement a Device Manager (device driver 1 of 2)#4378LeStarch merged 8 commits intonasa:develfrom
LeStarch merged 8 commits intonasa:develfrom
Conversation
LeStarch
requested changes
Nov 3, 2025
Collaborator
LeStarch
left a comment
There was a problem hiding this comment.
Overall it looks pretty good. Added some minor comments.
A future question is if we should be using fprime-examples for all our examples. We started using other references for convenience, but there is something to be said for having examples all in a single area.
LeStarch
approved these changes
Nov 3, 2025
|
Thank you for this guide! It's super helpful. |
Collaborator
Author
|
@yudataguy Yay! Our pleasure. Please feel free to suggest improvements or submit a PR if there's anything you think can be clarified. Also, part 2 (implement a bus driver #4396) should be coming in the next few weeks, stay tuned 🎵 |
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
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.
Change Description
Fix #4102
Adds in a guide for how-to implement a device manager component (one of two components of the Device Driver-Manager pattern)
Future work
Add second section to the document: How-To build a bus driver #4396
AI Usage (see policy)
Autocomplete and prompts for tips