Skip to content

Commit

Permalink
Merge pull request #381 from uvvpavel/release_notes
Browse files Browse the repository at this point in the history
release review comments
  • Loading branch information
uvvpavel authored Dec 18, 2024
2 parents 205abfc + 03eb16f commit d369684
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
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

0 comments on commit d369684

Please sign in to comment.