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

Mic aggregator deprecation warning #374

Merged
merged 1 commit into from
Dec 3, 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
2 changes: 1 addition & 1 deletion doc/substitutions.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.. |HARDWARE_URL| replace:: `XK-VOICE-L71 <https://www.xmos.com/xk-voice-l71>`__
.. |SOFTWARE_URL| replace:: `XCORE-VOICE <https://www.xmos.com/xcore-voice>`__
.. |TOOLS_VERSION| replace:: 15.2.1
.. |TOOLS_VERSION| replace:: 15.3.0
11 changes: 1 addition & 10 deletions examples/asrc_demo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,7 @@ Download the main repo and submodules using:
Building the app
================

First install and source the XTC version: 15.2.1 tools. The output should be
something like this:

::

$ xcc --version
xcc: Build 19-198606c, Oct-25-2022
XTC version: 15.2.1
Copyright (C) XMOS Limited 2008-2021. All Rights Reserved.

First make sure that your XTC tools environment is activated.

Linux or Mac
------------
Expand Down
11 changes: 1 addition & 10 deletions examples/ffd/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,7 @@ Supported Hardware and pre-requisites

This example is supported on the XK_VOICE_L71 board.

On the host machine the XTC tools, version 15.2.1, must be installed and sourced.
The output should be
something like this:

::

$ xcc --version
xcc: Build 19-198606c, Oct-25-2022
XTC version: 15.2.1
Copyright (C) XMOS Limited 2008-2021. All Rights Reserved.
Make sure that your XTC tools environment is activated.

It is recommended to use `Ninja` or `xmake` as the make system under Windows.
`Ninja` has been observed to be faster than `xmake`, however `xmake` comes natively with XTC tools.
Expand Down
11 changes: 1 addition & 10 deletions examples/ffva/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@ Supported Hardware and pre-requisites

This example is supported on the XK_VOICE_L71 board.

On the host machine the XTC tools, version 15.2.1, must be installed and sourced.
The output should be
something like this:

::

$ xcc --version
xcc: Build 19-198606c, Oct-25-2022
XTC version: 15.2.1
Copyright (C) XMOS Limited 2008-2021. All Rights Reserved.
Make sure that your XTC tools environment is activated.

It is recommended to use `Ninja` or `xmake` as the make system under Windows.
`Ninja` has been observed to be faster than `xmake`, however `xmake` comes natively with XTC tools.
Expand Down
11 changes: 1 addition & 10 deletions examples/low_power_ffd/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,7 @@ Supported Hardware and pre-requisites

This example is supported on the XK_VOICE_L71 board.

On the host machine the XTC tools, version 15.2.1, must be installed and sourced.
The output should be
something like this:

::

$ xcc --version
xcc: Build 19-198606c, Oct-25-2022
XTC version: 15.2.1
Copyright (C) XMOS Limited 2008-2021. All Rights Reserved.
Make sure that your XTC tools environment is activated.

It is recommended to use `Ninja` or `xmake` as the make system under Windows.
`Ninja` has been observed to be faster than `xmake`, however `xmake` comes natively with XTC tools.
Expand Down
14 changes: 4 additions & 10 deletions examples/mic_aggregator/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
PDM Microphone Aggregator Example
#################################

.. warning::
This example is deprecated and will be moved into a separate
Application Note and may be removed in the next major release.

This example provides a bridge between 16 PDM microphones to either
TDM16 slave or USB Audio and targets the xcore-ai explorer board.
Expand Down Expand Up @@ -29,16 +32,7 @@ Download the main repo and submodules using:
Building the app
================

First install and source the XTC version: 15.2.1 tools. The easiest way to source
the tools is to open the provided shortcut to ``XTC Tools 15.2.1 Command Prompt``.
Running the compiler binary ``xcc`` will produce an output like this:

::

xcc --version
xcc: Build 19-198606c, Oct-25-2022
XTC version: 15.2.1
Copyright (C) XMOS Limited 2008-2021. All Rights Reserved.
First make sure that your XTC tools environment is activated.

Linux or Mac
------------
Expand Down
11 changes: 1 addition & 10 deletions examples/speech_recognition/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@ Supported Hardware and pre-requisites

This example is supported on the XK_VOICE_L71 board. However, the XCORE-AI-EXPLORER board can be supported with a couple minor modifications.

On the host machine the XTC tools, version 15.2.1, must be installed and sourced.
The output should be
something like this:

::

$ xcc --version
xcc: Build 19-198606c, Oct-25-2022
XTC version: 15.2.1
Copyright (C) XMOS Limited 2008-2021. All Rights Reserved.
Make sure that your XTC tools environment is activated.

It is recommended to use `Ninja` or `xmake` as the make system under Windows.
`Ninja` has been observed to be faster than `xmake`, however `xmake` comes natively with XTC tools.
Expand Down
Loading