-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
doc: Added GDFS to 54H clock Arch doc #19684
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
774404a
to
e95e756
Compare
e95e756
to
4c86c2f
Compare
For specialized applications, you have the option to work directly with the GDFS service by initializing IPC, setting up handlers, and issuing frequency requests as needed. | ||
In such cases, developers must: | ||
|
||
1. Initialize the IPC backend |
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.
1. Initialize the IPC backend | |
1. Initialize the IPC backend. |
GDFS relies on Interprocessor Communication (IPC) to exchange configuration requests and responses between the application core and the System Controller firmware (SCFW). | ||
Before invoking GDFS functions, the application must properly initialize the underlying IPC backend. | ||
|
||
#. Initialize GDFS and configure handlers |
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.
#. Initialize GDFS and configure handlers | |
#. Initialize GDFS and configure handlers. |
This callback receives status responses whenever the application submits a request. | ||
If it is needed to modify the callback handler, you can uninitialize and reinitialize GDFS. | ||
|
||
#. Request specific frequencies |
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.
#. Request specific frequencies | |
#. Request specific frequencies. |
Added GDFS to 54H clock Arch doc. Signed-off-by: Francesco Domenico Servidio <[email protected]>
4c86c2f
to
75ae411
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Added GDFS to 54H clock Arch doc.