-
Notifications
You must be signed in to change notification settings - Fork 7.4k
samples: Add i.MX RTxxx AMP samples #89404
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
samples: Add i.MX RTxxx AMP samples #89404
Conversation
430cb23
to
51a2dd2
Compare
51a2dd2
to
369f3cb
Compare
@VitekST please address the compliance and twister failures. |
Impossible - the prerequisites aren't merged and absence of exactly those prevents the examples from building correctly, as I pointed out in the PR description. It's a consequence of having the PRs split like this. |
Great work @VitekST . Lets come back to this PR after all prereq are merged. |
Add common structure for RTxxx AMP samples. Add amp_blink, amp_mbox, amp_audio_output and amp_audio_loopback samples. These samples are now configured only for the mimxrt685_evk, but are intended to support other NXP microcontrollers with Xtensa-family cores at a later date. Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>
369f3cb
to
e5aa76e
Compare
@dbaluta Thank you! Well, ready to revisit, all the prerequisites were merged, I've rebased and the checks are green. |
|
Add common structure for RTxxx AMP samples. Add
amp_blink
,amp_mbox
,amp_audio_output
andamp_audio_loopback
samples.These samples are now configured only for the
mimxrt685_evk
, but are intended to support other NXP microcontrollers with Xtensa-family cores at a later date.This PR crowns the series of commits related to the complete support of the i.MX RT685's HiFi 4 DSP domain.
Following commits are prerequisites: