-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from xmos/release/v6.2.0
Merge v6.2.0 to master
- Loading branch information
Showing
48 changed files
with
512 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,32 @@ | ||
S/PDIF Component | ||
################ | ||
S/PDIF Library | ||
############## | ||
|
||
:Version: 6.1.1 | ||
:Vendor: XMOS | ||
:Scope: General Use | ||
|
||
Summary | ||
******* | ||
Overview | ||
-------- | ||
|
||
A software defined S/PDIF library that allows transmission and reception of S/PDIF data via xCORE | ||
ports. S/PDIF is a digital data streaming interface. The components in the library are controlled | ||
via C using the XMOS multicore extensions (xC) and provides both a S/PDIF receiver and transmitter. | ||
|
||
Features | ||
======== | ||
........ | ||
|
||
* Supports stereo S/PDIF receive for sample rates up to 192KHz | ||
* Supports stereo S/PDIF transmit for sample rates up to 192KHz | ||
* Fully compliant to the IEC60958 specification | ||
|
||
Related Application Notes | ||
========================= | ||
......................... | ||
|
||
The following application notes use this library: | ||
|
||
* AN00231 - SPDIF Receive to I2S output using Asynchronous Sample Rate Conversion | ||
|
||
Required Software (dependencies) | ||
================================ | ||
|
||
* None | ||
* `AN02003: SPDIF/ADAT/I2S Receive to |I2S| Slave Bridge with ASRC <https://www.xmos.com/file/an02003>`_ | ||
|
||
Documentation | ||
============= | ||
Several simple usage examples are also included in the ``examples`` directory. | ||
|
||
You can find the documentation for this software in the /doc directory of the package. | ||
Software version and dependencies | ||
................................. | ||
|
||
Support | ||
======= | ||
The CHANGELOG contains information about the current and previous versions. | ||
For a list of direct dependencies, look for DEPENDENT_MODULES in lib_spdif/module_build_info. | ||
|
||
This package is supported by XMOS Ltd. Issues can be raised against the software at: http://www.xmos.com/support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Common dependencies for examples | ||
set(APP_DEPENDENT_MODULES "lib_spdif" | ||
"lib_sw_pll(2.2.0)" | ||
"lib_xassert(4.2.0)" | ||
"lib_logging(3.2.0)" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This file provides overrides to the Doxyfile configuration | ||
|
||
PROJECT_NAME = lib_spdif | ||
PROJECT_BRIEF = "SPDIF software libraries" | ||
|
||
INPUT = ../lib_spdif/api | ||
|
||
PREDEFINED = C_API= EXTERN_C= UNSAFE= __DOXYGEN__=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# The following patterns are to be excluded from the documentation build | ||
examples | ||
test | ||
tests/.pytest_cache | ||
CHANGELOG.rst | ||
LICENSE.rst | ||
README.rst | ||
README.md | ||
tests/rx_capture/README.rst | ||
tests/test_rx/README.rst |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.