Open
Conversation
This commit updates revision of the sdk-edge-ai repository. Signed-off-by: niina.mannonen@nordicsemi.no <niina.mannonen@nordicsemi.no>
|
You can find the documentation preview for this PR here. |
Re-built MacOS libraries Re-built Windows libraries This commit updates revision of the sdk-edge-ai repository. Signed-off-by: Niina Mannonen <niina.mannonen@nordicsemi.no>
Contributor
|
@annwoj Could you please review the documentation updates? Tia. |
wbober
reviewed
Apr 10, 2026
doc/integrations/axon.rst
Outdated
| Power Management | ||
| ================ | ||
|
|
||
| The axon npu is automatically put in a low power state when not in use. No explicit power management steps are required of the user. |
wbober
reviewed
Apr 10, 2026
doc/integrations/axon.rst
Outdated
| Other System Resources | ||
| ====================== | ||
|
|
||
| The axon driver executes both in the caller's thread and in a workqueue. |
wbober
reviewed
Apr 10, 2026
doc/integrations/axon.rst
Outdated
| The axon driver executes both in the caller's thread and in a workqueue. | ||
| Jobs are initiated in the caller's thread, interrupts are processed in the workqueue, and in synchornous mode, job completion is signaled with a semaphore. | ||
| User callbacks are invoked upon job complete in asynchronous mode; the user takes responsibility for signaling their owning thread. | ||
| A mutex is used to serialize access to the axon npu hardware. |
Collaborator
|
@mikeb-nordic I kindly ask to name the PR accordingly to the contents :) Compiler changelog update seems to be missing. |
Signed-off-by: Niina Mannonen <niina.mannonen@nordicsemi.no>
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.
This PR updates revision of the sdk-edge-ai repo to commit
c25e1ad04e38090be1d422c67ed2521b833122d2 of the sdk-axons-ml
repository.