diff --git a/doc/programming_guide/asrc/overview.rst b/doc/programming_guide/asrc/overview.rst index 23b0aefa2..fa48b6415 100644 --- a/doc/programming_guide/asrc/overview.rst +++ b/doc/programming_guide/asrc/overview.rst @@ -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 `__ - `AN02003: SPDIF/ADAT/I2S Slave Receive to I2S Slave Bridge with ASRC `__ diff --git a/doc/programming_guide/ffd/software_desc/intent_engine.rst b/doc/programming_guide/ffd/software_desc/intent_engine.rst index 0c29389eb..49f81760c 100644 --- a/doc/programming_guide/ffd/software_desc/intent_engine.rst +++ b/doc/programming_guide/ffd/software_desc/intent_engine.rst @@ -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 diff --git a/examples/asrc_demo/README.rst b/examples/asrc_demo/README.rst index b15ca7358..4fe066fbd 100644 --- a/examples/asrc_demo/README.rst +++ b/examples/asrc_demo/README.rst @@ -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 `__ - `AN02003: SPDIF/ADAT/I2S Slave Receive to I2S Slave Bridge with ASRC `__ diff --git a/examples/ffva/README.rst b/examples/ffva/README.rst index 7d661da85..a4f84b247 100644 --- a/examples/ffva/README.rst +++ b/examples/ffva/README.rst @@ -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 diff --git a/settings.yml b/settings.yml index f103260f2..3f19710d8 100644 --- a/settings.yml +++ b/settings.yml @@ -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