Commit Graph

2699 Commits

Author SHA1 Message Date
Ross Owen
3336aa344d Merge pull request #277 from danielpieczko/fix/decouple_buffer_size
Fix insufficient buffering in decouple
2022-08-19 09:11:26 +01:00
Ross Owen
598acc629d Merge pull request #276 from xross/feature/ai_examples 2022-08-09 16:52:49 +01:00
Ross Owen
b7f9dd5781 Update AN00246_xua_example.rst 2022-08-09 11:25:03 +01:00
xross
aea1e97d9d Copyright comment update 2022-08-08 17:03:59 +01:00
xross
769e7b9a99 Doc updates 2022-08-08 17:02:40 +01:00
xross
8204211742 Examples doc updates 2022-08-08 16:59:02 +01:00
xross
a8fb40401c Merge remote-tracking branch 'upstream' into feature/ai_examples 2022-08-08 16:39:19 +01:00
Ross Owen
ce41732440 Merge pull request #274 from xross/feature/sync_tests
Feature/sync tests
2022-08-08 16:38:58 +01:00
xross
c811aac320 Archive documents when build 2022-08-08 16:38:34 +01:00
xross
51f5d1f0b8 Update AN000247 for AI MCAB 2022-08-08 16:34:17 +01:00
Daniel Pieczko
5d331e7f27 Fix insufficient buffering in decouple 2022-08-08 15:24:04 +01:00
xross
f363475529 Moved AN00246 from xCORE-200 to xCORE.ai MC Audio Board 2022-08-08 14:50:31 +01:00
xross
80e6f047ab Add test_support to requirements 2022-08-08 12:02:41 +01:00
xross
dfc406e322 Update Jenkinsfile testing 2022-08-08 11:28:30 +01:00
xross
5a32d60c29 Move Jenkinsfile from xmostest to pytest 2022-08-08 11:23:04 +01:00
xross
b17cc0de6d Copyright and licence comments 2022-08-08 11:15:50 +01:00
xross
5690442a4b - test_sync_clk_basic and test_sync_clk_plugin now run at FS & HS
- test_sync_clk_plugin marked as known failure (now fails as expected for HS and FS)
2022-08-04 19:54:29 +01:00
xross
3a9f2fff3a * Renamed test_sync to test_sync_clk_basic
* Authored test for known issue in sync mode, test_sync_clk_plugin
* Removed some unrequired test related files
2022-08-03 17:25:32 +01:00
xross
2c01f440fd Added basic test for PLL reference generation on Sync mode 2022-08-03 16:50:28 +01:00
xross
2b1909757b Sync related timing defines can now be overridden 2022-08-03 16:45:15 +01:00
xross
43c561c831 Add tracing related options to conftest 2022-08-03 15:12:12 +01:00
xross
2b679d1572 Slight tidy to clockgen 2022-08-03 15:11:49 +01:00
xross
4f36ce4df7 * Sync mode: added basic move to internal clock when SOF clock not available (not change over on plug event is not smooth)
* Sync mode: Removed use of float
2022-08-03 15:11:26 +01:00
xross
9fdacb2903 Remove some use of global resources 2022-07-28 14:15:16 +01:00
xross
a0f5591e0b Auto-format via black 2022-07-21 13:10:47 +01:00
xross
36dedc494c Update to latest test_support api 2022-07-21 13:10:38 +01:00
xross
06822c7499 Conflicted merge 2022-07-13 16:49:48 +01:00
Ross Owen
8157a76667 Merge pull request #273 from xross/feature/bringup_316
Feature/bringup 316
2022-07-11 16:04:29 +01:00
xross
f534537b76 Fix typo in define 2022-07-11 13:43:13 +01:00
xross
1ad26f6bac Update app_test_i2s_loopback for latest API related to TDM 2022-07-11 12:35:07 +01:00
xross
2a8f3b11d9 Updated copyright comment 2022-07-11 12:09:30 +01:00
xross
0659b1c536 Merge remote-tracking branch 'upstream/develop' into feature/bringup_316 2022-07-11 12:06:40 +01:00
Ross Owen
d6abd5d159 Merge pull request #272 from xross/feature/sync
Feature/sync
2022-07-11 12:04:37 +01:00
xross
a913cd85f1 Fixed error message 2022-07-11 11:36:53 +01:00
xross
7e098c7139 Add missing include 2022-07-05 19:22:34 +01:00
xross
5c1773a883 Copyright comment 2022-07-05 19:17:10 +01:00
xross
9401bfff83 - Rename app_test_i2s_loopback to test_i2s_loopback
- Port test_i2s_loopback from xmostest to pytest and test_support
2022-07-05 18:14:05 +01:00
xross
476e3d9f2f app_test_i2s_loopback: Update makefile 2022-07-05 12:30:13 +01:00
xross
438c24d436 Moved legacy tests into tests 2022-07-05 12:05:31 +01:00
xross
5441081927 I2S_MODE_TDM now XUA_PCM_FORMAT 2022-06-29 13:07:38 +01:00
xross
bb0dec4923 - Renamed i_sync to i_pll_ref.
- Always used i_pll_ref interface from clockgen rather than direct port access
2022-06-28 10:39:01 +01:00
xross
3e0f127b92 Use i_sync for sync signal to CS2100 interface when AUDIO_IO_TILE != PLL_REF_TILE and S/PDIF Rx is enabled. 2022-06-27 19:15:56 +01:00
xross
f3a149076b Re-named SPDIF_RX define to XUA_SPDIF_RX_EN (chanstrings.h was already using this and therefore the S/PDIF Rx strings were incorrect). Also fixes the ADAT Rx strings and string table generation script. 2022-06-27 19:09:08 +01:00
xross
29bd1a575b Fixed IN EP’s getting marked as Async in sync mode 2022-06-22 12:33:42 +01:00
xross
6f56d2ed1a Fixed issue with 44.1k etc in sync mode 2022-06-21 19:29:20 +01:00
xross
e6a8527631 When in sync mode Pll ref pin driving is now via interface to allow flexibility of port/tile 2022-06-21 19:29:07 +01:00
xross
ff42c23a6d Basic support for sync mode streaming 2022-06-21 12:11:09 +01:00
xross
22a79d9231 Descriptor changes to add sync mode (also removed some magic numbers) 2022-06-15 13:55:23 +01:00
xross
638a4f0d16 Bulk copyright comment update 2022-06-01 14:47:58 +01:00
xross
88251feef6 Merge branch 'develop' 2022-06-01 14:40:12 +01:00