-
Notifications
You must be signed in to change notification settings - Fork 73
AM62D Doc updates #528
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
base: master
Are you sure you want to change the base?
AM62D Doc updates #528
Conversation
Add QSPI, EQEP, MCAN, PWM, SPI, PM, Security docs for AM62D. Signed-off-by: Paresh Bhagat <[email protected]>
Fix section syntax for AM62D DSP Offload user guide. Signed-off-by: Paresh Bhagat <[email protected]>
| AM62D 2D FFT DSP Offload from Linux - User Guide | ||
| ################################################ |
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.
Please follow the section hierarchy described here: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections
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.
Hi @StaticRocket Seems to be correct. What needs to be changed here?
| and the volume is 'adequate' but in case the volume is not correct: | ||
| .. ifconfig:: CONFIG_part_variant not in ('AM62DX') | ||
|
|
||
| .. _hdmi_audio: |
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.
This seems to be an unused label. It should probably be removed. It also doesn't help that it's under an ifconfig section. See https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#behavior for more information.
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.
Thanks. It seems the section belongs to AM62L but going outside of conditional block. I will fix it.
| .. _hdmi_audio: | ||
| The hardware defaults are correct for audio playback, the routing is OK | ||
| and the volume is 'adequate' but in case the volume is not correct: | ||
| .. ifconfig:: CONFIG_part_variant not in ('AM62DX') |
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.
This section's indentation is incorrect
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.
Please follow the section hierarchy described here: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections
|
There are also too many vale issues. The plugin is failing to report them all currently. I'd recommend running it locally or checking the log directly. Most of them seem to be in regard to passive voice in the new document. |
2da5b18 to
33467a0
Compare
Add doc for 2D FFT offload demo. This demo offloads test data for 2D FFT processing from Linux user space to C7x. Signed-off-by: Paresh Bhagat <[email protected]>
Move generic amixer commands for PCM volume control, microphone recording setup, and HDMI audio switching to proper AM62LX-specific section instead of being outside the conditional block. Fixes: 1d0c4fe (feat(linux): Update docs for AM62L Audio) Signed-off-by: Paresh Bhagat <[email protected]>
Add complete audio documentation for AM62DX including: - TAD52512 DAC and PCM6240 ADC codec support - McASP2 interface configuration with specific pin assignments - Multi-channel playback and recording capabilities - Kernel configuration paths for both codecs - Profile selection for PCM6240 I2C address switching - Example commands for playback, recording, and full-duplex operation - Hardware connector mapping (J1/J2 for recording, J3/J4 for playback) Remove outdated limitation note about static DAC configuration. Signed-off-by: Paresh Bhagat <[email protected]>
Overview
Series of documentation updates and additions for the AM62DX platform, focusing on peripheral support and DSP offload capabilities.
Commits:
Audio Documentation Update (24b9bda)
Added multichannel playback and recording instructions for AM62D EVM
Enhanced audio documentation for AM62Dx
2D FFT DSP Offload Demo (fba9510)
New documentation for 2D FFT offload demo
Covers offloading test data from Linux user space to C7x DSP
Demonstrates DSP acceleration capabilities
Documentation Syntax Fix (89b3f9b)
Fixed RST section syntax in DSP Offload user guide
Maintenance/quality improvement
Comprehensive Documentation Addition (fbca593)
Added documentation for multiple peripherals:
QSPI
EQEP (Enhanced Quadrature Encoder Pulse)
MCAN (Controller Area Network)
PWM (Pulse Width Modulation)
SPI
Power Management (PM)
Security features