Skip to content
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

release review comments #381

Merged
merged 1 commit into from
Dec 18, 2024
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
1 change: 0 additions & 1 deletion doc/programming_guide/asrc/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Overview

For a proposed implementation with lower latency, please refer to the bare-metal examples below:

- `AN02002: Adding an additional I2S bus to USB Audio via SRC <https://www.xmos.com/file/AN02002>`__
- `AN02003: SPDIF/ADAT/I2S Slave Receive to I2S Slave Bridge with ASRC <https://www.xmos.com/file/AN02003>`__


Expand Down
2 changes: 1 addition & 1 deletion doc/programming_guide/ffd/software_desc/intent_engine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
modules/asr/intent_engine
#########################

This folder contains the intent engine module for the and FFVA application.
This folder contains the intent engine module for the FFD and FFVA applications.

.. list-table:: ASR Intent Engine
:widths: 30 50
Expand Down
1 change: 0 additions & 1 deletion examples/asrc_demo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ASRC Demo Application

For a proposed implementation with lower latency, please refer to the bare-metal examples below:

- `AN02002: Adding an additional I2S bus to USB Audio via SRC <https://www.xmos.com/file/AN02002>`__
- `AN02003: SPDIF/ADAT/I2S Slave Receive to I2S Slave Bridge with ASRC <https://www.xmos.com/file/AN02003>`__


Expand Down
1 change: 1 addition & 0 deletions examples/ffva/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Run the following commands in the build folder:
::

xgdb -ex "conn --xscope" -ex "r" example_ffva_ua_adec_altarch.xe
xgdb -ex "conn --xscope" -ex "r" example_ffva_int_fixed_delay.xe
xgdb -ex "conn --xscope" -ex "r" example_ffva_int_cyberon_fixed_delay.xe


Expand Down
1 change: 0 additions & 1 deletion settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ documentation:
- .*digikey.* # digikey don't allow auto link checking
- .*github.com/xmos/.* # many links to private repos can't be checked
- .*percepio.com/.* # Semi broken link in fwk_rtos that actually still takes you to a sensible place. This may be removed on the next release (>v2.2.0)
- https://www.xmos.com/file/AN02002 # TODO: Remove this link when AN02002 is published
doxygen_projects:
sln_voice:
doxyfile_path: doc/Doxyfile.inc
Expand Down
Loading