Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- ARM Analytics AI stack enabled in the filesystem
- LVGL (Light and Versatile Graphics Library) based interactive demo as out-of-the-box (OOB) on display
- Web-based dashboard (port 3000) for real-time CPU performance and Arm Audio analytics demo via standard web browser
- Added support for McASP async mode: independent transmit (playback) and receive (capture) clocking

Check warning on line 62 in source/devices/AM335X/linux/Release_Specific_Release_Notes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.SimpleWords] Use simple language. Consider using 'send' rather than 'transmit'. Raw Output: {"message": "[RedHat.SimpleWords] Use simple language. Consider using 'send' rather than 'transmit'.", "location": {"path": "source/devices/AM335X/linux/Release_Specific_Release_Notes.rst", "range": {"start": {"line": 62, "column": 52}}}, "severity": "INFO"}

Check warning on line 62 in source/devices/AM335X/linux/Release_Specific_Release_Notes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'async'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'async'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/devices/AM335X/linux/Release_Specific_Release_Notes.rst", "range": {"start": {"line": 62, "column": 28}}}, "severity": "WARNING"}

.. rubric:: SDK Components & Versions
:name: sdk-components-versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
- HDMI suport in Linux
- ARM Analytics AI stack enabled in the filesystem
- LVGL (Light and Versatile Graphics Library) based interactive demo as out-of-the-box (OOB) on display
- Added support for McASP async mode: independent transmit (playback) and receive (capture) clocking

Check warning on line 63 in source/devices/AM437X/linux/Release_Specific_Release_Notes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.SimpleWords] Use simple language. Consider using 'send' rather than 'transmit'. Raw Output: {"message": "[RedHat.SimpleWords] Use simple language. Consider using 'send' rather than 'transmit'.", "location": {"path": "source/devices/AM437X/linux/Release_Specific_Release_Notes.rst", "range": {"start": {"line": 63, "column": 52}}}, "severity": "INFO"}

Check warning on line 63 in source/devices/AM437X/linux/Release_Specific_Release_Notes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'async'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'async'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/devices/AM437X/linux/Release_Specific_Release_Notes.rst", "range": {"start": {"line": 63, "column": 28}}}, "severity": "WARNING"}

.. rubric:: SDK Components & Versions
:name: sdk-components-versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
- ICSSG XDP Support (Zero Copy)
- ARM Analytics AI stack enabled in the filesystem
- LVGL (Light and Versatile Graphics Library) based interactive demo as out-of-the-box (OOB) on display
- Added support for McASP async mode: independent transmit (playback) and receive (capture) clocking

Check warning on line 63 in source/devices/AM65X/linux/Release_Specific_Release_Notes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.SimpleWords] Use simple language. Consider using 'send' rather than 'transmit'. Raw Output: {"message": "[RedHat.SimpleWords] Use simple language. Consider using 'send' rather than 'transmit'.", "location": {"path": "source/devices/AM65X/linux/Release_Specific_Release_Notes.rst", "range": {"start": {"line": 63, "column": 52}}}, "severity": "INFO"}

Check warning on line 63 in source/devices/AM65X/linux/Release_Specific_Release_Notes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'async'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'async'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/devices/AM65X/linux/Release_Specific_Release_Notes.rst", "range": {"start": {"line": 63, "column": 28}}}, "severity": "WARNING"}

**Component version:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
* Low power mode support for J784S4 and J7200
* Temperature based refresh rate change for DDR
* Crypto: Add AES-CMAC algorithm support in SA2UL driver
* Added support for McASP async mode: independent transmit (playback) and receive (capture) clocking

Check warning on line 85 in source/devices/J7_Family/linux/Release_Specific_Release_Notes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.SimpleWords] Use simple language. Consider using 'send' rather than 'transmit'. Raw Output: {"message": "[RedHat.SimpleWords] Use simple language. Consider using 'send' rather than 'transmit'.", "location": {"path": "source/devices/J7_Family/linux/Release_Specific_Release_Notes.rst", "range": {"start": {"line": 85, "column": 53}}}, "severity": "INFO"}

Check warning on line 85 in source/devices/J7_Family/linux/Release_Specific_Release_Notes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'async'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'async'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/devices/J7_Family/linux/Release_Specific_Release_Notes.rst", "range": {"start": {"line": 85, "column": 29}}}, "severity": "WARNING"}

.. _release-specific-build-information:

Expand Down