Commit Graph

  • 7a47d70229 Revert "added path variable to link project to sdk" Tom Williams 2023-02-01 13:40:54 +00:00
  • ce8e5a6dbb Merge branch 'develop' into feature/mixer_tests Ross Owen 2023-02-01 12:01:47 +00:00
  • bbed806aab Merge remote-tracking branch 'upstream' into develop Ross Owen 2023-02-01 12:01:21 +00:00
  • 9af31b8c70 Merge pull request #305 from TDW89/host_usb_mixer_control Ross Owen 2023-02-01 12:00:45 +00:00
  • 73955c1a4c - Added mixer related defines to reduce use of magic numbers - Increases debug output when DEBUG flag set - Removed some dead code - Increased alignment of asm mixer functions - Removed some usages of “xc_ptr” type in favour of native pointers in XC - Added some asserts to mixer - Added test_mixer_routing_input - Moved test_mixer_routing_output to use shared code Ross Owen 2023-02-01 11:54:48 +00:00
  • cffd35d146 added path variable to link project to sdk Tom Williams 2023-01-25 16:31:05 +00:00
  • ab535e0fb3 removed temporary debug code Tom Williams 2023-01-25 11:07:49 +00:00
  • 17b039dce8 licence updates Tom Williams 2023-01-25 10:48:44 +00:00
  • 7a0d0e1f97 Initial windows commit Tom Williams 2023-01-25 10:23:57 +00:00
  • 2f31260612 updated copyright headers Tom Williams 2023-01-18 16:51:47 +00:00
  • 9922190450 removed versioning and license files as they are now part of the top level. added the help option to the readme Tom Williams 2023-01-18 16:01:08 +00:00
  • 0ce91bec90 Copyright comment Ross Owen 2023-01-17 12:12:46 +00:00
  • 2404eaf35f Remove extern, mark static inline Ross Owen 2023-01-17 11:53:44 +00:00
  • 8966ad1bb9 Add external linkage to inline DoSampleTransfer Ross Owen 2023-01-17 11:39:22 +00:00
  • 513761ef5b Moved DoSampleTransfer to a header file so it can still be inlined (but also used in unit tests). Resolves fails in test_i2s_loopback Ross Owen 2023-01-17 11:33:52 +00:00
  • da7c45500d - Added test_mixer_routing_output - Various buffers no longer marked static to allow for easier unit testing - Added some comments and removed some dead code from the implementation - Moved mixer control comms to functions for unit test convenience Ross Owen 2023-01-16 17:28:04 +00:00
  • 395c88cb22 - Removed unused mixer variable. - Use of mixer defines rather than fixed values Ross Owen 2023-01-10 11:27:37 +00:00
  • 94e58edfaf documentation clarifications and some spelling / grammer fixes Tom Williams 2022-12-21 17:22:39 +00:00
  • 9f00f9159a improvements to documentation Tom Williams 2022-12-21 15:07:14 +00:00
  • 785a857ca8 moved mixer control to correct path Tom Williams 2022-12-01 09:37:20 +00:00
  • 3130088c91 Initial commit for host_usb_mixer_control Tom Williams 2022-11-23 17:53:47 +00:00
  • c51ee0c460 Removed extra whitespace from example makefiles Ross Owen 2022-11-21 20:05:20 +00:00
  • 17ed636a74 Merge pull request #303 from danielpieczko/no_usb_chans_in danielpieczko 2022-11-16 10:06:03 +00:00
  • 0db1b08948 Add changelog entry Daniel Pieczko 2022-11-11 08:53:47 +00:00
  • 9c460f753f Avoid calling SetupZerosSendBuffer when there are no IN eps Daniel Pieczko 2022-11-10 16:43:43 +00:00
  • 6a9537fb69 Merge pull request #302 from danielpieczko/develop danielpieczko 2022-11-07 14:29:16 +00:00
  • abfa3a2011 Revert TDM ADC clocking change from commit a1946f3 Daniel Pieczko 2022-11-07 08:59:56 +00:00
  • a1946f340a Remove TDM ADC clocking on neg edge xross 2022-11-01 19:24:25 +00:00
  • 28be17282f 'Release: 3.3.1' v3.3.1 xross 2022-10-26 18:33:46 +01:00
  • a1082b1dfd Documentation Ross Owen 2022-10-26 17:48:51 +01:00
  • 2183dd1b53 'Release: 3.3.0' v3.3.0 xross 2022-10-25 19:19:43 +01:00
  • 16ce73391a xpd: Cleaned up whitespace xross 2022-10-25 19:18:28 +01:00
  • 3fff130e4e Removed unused lib_device_control dependency from AN00246 xross 2022-10-25 18:52:59 +01:00
  • 155dc9a21a Update lib_xud dep version xross 2022-10-25 18:24:57 +01:00
  • 4f38e40f04 Changelog update xross 2022-10-25 13:41:23 +01:00
  • 036ebc0d33 Version bump and changelog update xross 2022-10-25 13:36:12 +01:00
  • 51270516e4 Merge branch 'master' into release/v3.3.0 Ross Owen 2022-10-25 13:24:06 +01:00
  • e86e9a156b Fix typo in define name xross 2022-10-19 14:20:51 +01:00
  • f5da215428 Build fix for XUA_SYNCMODE == XUA_SYNCMODE_ADAPT xross 2022-10-19 14:03:02 +01:00
  • 9e5e196073 Merge branch 'develop' of github.com:xross/lib_xua into develop xross 2022-10-13 16:12:54 +01:00
  • 7500ed9a31 Conflicted merge from develop xross 2022-10-13 16:10:17 +01:00
  • 918e2ed0f1 Removed some build warnings and updated comments for doc inclusion xross 2022-10-13 16:08:19 +01:00
  • 77b20c13dc Add lib_adat to dep list (#293) Ross Owen 2022-10-07 11:22:19 +01:00
  • a8d9df4107 Update module_build_info Ross Owen 2022-10-07 10:31:43 +01:00
  • e04373d4a6 Add lib_adat to dep list xross 2022-10-07 09:44:32 +01:00
  • 22a6a2505a Define SELF_POWERED changed to XUA_POWERMODE and associated defines (#291) Ross Owen 2022-10-04 11:24:31 +01:00
  • eb86a72882 Updates to documentation (#280) Ross Owen 2022-09-30 16:11:53 +01:00
  • 0c368e0356 Merge pull request #290 from xross/fix/287 Ross Owen 2022-09-29 15:42:37 +01:00
  • 86bea717da Add pad delay to TDM master ADC ports xross 2022-09-29 15:26:36 +01:00
  • 49592f6e24 Merge pull request #288 from xross/fix/287 Ross Owen 2022-09-29 12:09:19 +01:00
  • d754bff62b Manually fix decouple merge xross 2022-09-28 19:04:33 +01:00
  • a08e4535f2 Merge branch 'develop' into fix/287 Ross Owen 2022-09-28 19:01:45 +01:00
  • 1259fb68fd Fix build issue with no I2S input xross 2022-09-28 18:59:18 +01:00
  • f24d0c2822 Merge pull request #289 from danielpieczko/decouple_fill_level danielpieczko 2022-09-28 14:54:57 +01:00
  • dd933ebe55 Add changelog entry Daniel Pieczko 2022-09-28 13:39:43 +01:00
  • dde2363481 Remove #error Daniel Pieczko 2022-09-28 12:02:09 +01:00
  • 30cb913519 Track decouple fill level instead of (incorrect) buffer space left Daniel Pieczko 2022-09-27 15:16:47 +01:00
  • b7a90a3235 Changelog update xross 2022-09-28 11:27:12 +01:00
  • e1d0974912 test_i2s_loopback: - Add tracing options - Add TDM testing at 96khz - Fix up defines xross 2022-09-28 11:09:33 +01:00
  • fe39cd7c11 - Set I2S clocks to 8mA drive on XS3 - Set sample-delay on ADC data lines in TDM mode - Stare some port config code between I2S slave and master modes xross 2022-09-27 18:02:37 +01:00
  • 6beb1f34ae Tidy up first pulse of clock during startup in TDM mode xross 2022-09-27 17:59:13 +01:00
  • 351a38fa4b Conflicted merge xross 2022-09-12 12:35:05 +01:00
  • ff6547b75c Merge pull request #286 from xross/fix/284 Ross Owen 2022-09-09 17:56:24 +01:00
  • 9c2d77e216 Added example asserts to decouple xross 2022-09-09 11:21:03 +01:00
  • 4643d14b04 g_curSubSlot_In now int (cast to unsigned) xross 2022-09-08 18:30:19 +01:00
  • b38ce229cb Moved various decouple unsigned vars to int xross 2022-09-08 18:12:29 +01:00
  • 7a2dd0b644 Revert "Updated various vars from unsigned to int in decouple" xross 2022-09-08 17:56:08 +01:00
  • 9d6927ade1 Properly initialise g_curUsbSpeed xross 2022-09-08 17:49:15 +01:00
  • e6d3c65902 Revert "Updated various vars from unsigned to int in decouple" xross 2022-09-08 17:45:28 +01:00
  • d6bc7325c4 Merge pull request #285 from xross/fix/284 Ross Owen 2022-09-08 15:53:11 +01:00
  • 9f105dd48a Updated various vars from unsigned to int in decouple xross 2022-09-08 14:23:31 +01:00
  • ea7e20a3d9 Group buffering global declarations together for readability xross 2022-09-08 12:14:34 +01:00
  • b982632bdb Merge branch 'feature/adat' into develop xross 2022-09-07 14:32:44 +01:00
  • 085d222f45 Further rename of ADAT_TX to XUA_ADAT_TX_EN xross 2022-09-07 14:32:27 +01:00
  • 8b3f5abc86 ADAT related build fixed after define rename xross 2022-09-07 13:54:11 +01:00
  • 4f86d2c581 Merge pull request #283 from xross/feature/adat Ross Owen 2022-09-07 11:42:04 +01:00
  • 0f1e0e1822 Changelog update xross 2022-09-07 11:21:14 +01:00
  • 23cabe80ee Update copyright date only xross 2022-09-07 11:01:26 +01:00
  • 8f77f2a7ca Merge pull request #282 from danielpieczko/develop Ross Owen 2022-09-07 10:59:57 +01:00
  • a3cee96166 Added cast to remove build warning xross 2022-09-06 17:11:53 +01:00
  • 2d697aab40 ADAT_TX renamed to XUA_ADAT_TX_EN xross 2022-09-06 17:11:32 +01:00
  • 11f5a9d9e1 ADAT_RX not XUA_ADAT_RX_EN xross 2022-09-05 16:35:57 +01:00
  • 5812ce752b Fix build when CHAN_BUFF_CTRL is defined Daniel Pieczko 2022-09-05 16:04:32 +01:00
  • 3336aa344d Merge pull request #277 from danielpieczko/fix/decouple_buffer_size Ross Owen 2022-08-19 09:11:26 +01:00
  • 598acc629d Merge pull request #276 from xross/feature/ai_examples Ross Owen 2022-08-09 16:52:49 +01:00
  • b7f9dd5781 Update AN00246_xua_example.rst Ross Owen 2022-08-09 11:25:03 +01:00
  • aea1e97d9d Copyright comment update xross 2022-08-08 17:03:59 +01:00
  • 769e7b9a99 Doc updates xross 2022-08-08 17:02:40 +01:00
  • 8204211742 Examples doc updates xross 2022-08-08 16:59:02 +01:00
  • a8fb40401c Merge remote-tracking branch 'upstream' into feature/ai_examples xross 2022-08-08 16:39:19 +01:00
  • ce41732440 Merge pull request #274 from xross/feature/sync_tests Ross Owen 2022-08-08 16:38:58 +01:00
  • c811aac320 Archive documents when build xross 2022-08-08 16:38:34 +01:00
  • 51f5d1f0b8 Update AN000247 for AI MCAB xross 2022-08-08 16:34:17 +01:00
  • 5d331e7f27 Fix insufficient buffering in decouple Daniel Pieczko 2022-08-08 15:24:04 +01:00
  • f363475529 Moved AN00246 from xCORE-200 to xCORE.ai MC Audio Board xross 2022-08-08 14:50:31 +01:00
  • 80e6f047ab Add test_support to requirements xross 2022-08-08 12:02:41 +01:00
  • dfc406e322 Update Jenkinsfile testing xross 2022-08-08 11:28:30 +01:00
  • 5a32d60c29 Move Jenkinsfile from xmostest to pytest xross 2022-08-08 11:23:04 +01:00
  • b17cc0de6d Copyright and licence comments xross 2022-08-08 11:15:50 +01:00
  • 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) xross 2022-08-04 19:54:29 +01:00