xross
|
3fff130e4e
|
Removed unused lib_device_control dependency from AN00246
|
2022-10-25 18:52:59 +01:00 |
|
xross
|
155dc9a21a
|
Update lib_xud dep version
|
2022-10-25 18:24:57 +01:00 |
|
xross
|
4f38e40f04
|
Changelog update
|
2022-10-25 13:41:23 +01:00 |
|
xross
|
036ebc0d33
|
Version bump and changelog update
|
2022-10-25 13:36:12 +01:00 |
|
Ross Owen
|
51270516e4
|
Merge branch 'master' into release/v3.3.0
|
2022-10-25 13:24:06 +01:00 |
|
xross
|
e86e9a156b
|
Fix typo in define name
|
2022-10-19 14:20:51 +01:00 |
|
xross
|
f5da215428
|
Build fix for XUA_SYNCMODE == XUA_SYNCMODE_ADAPT
|
2022-10-19 14:03:02 +01:00 |
|
xross
|
9e5e196073
|
Merge branch 'develop' of github.com:xross/lib_xua into develop
|
2022-10-13 16:12:54 +01:00 |
|
xross
|
7500ed9a31
|
Conflicted merge from develop
|
2022-10-13 16:10:17 +01:00 |
|
xross
|
918e2ed0f1
|
Removed some build warnings and updated comments for doc inclusion
|
2022-10-13 16:08:19 +01:00 |
|
Ross Owen
|
77b20c13dc
|
Add lib_adat to dep list (#293)
Add lib_adat to dep list
|
2022-10-07 11:22:19 +01:00 |
|
Ross Owen
|
a8d9df4107
|
Update module_build_info
|
2022-10-07 10:31:43 +01:00 |
|
xross
|
e04373d4a6
|
Add lib_adat to dep list
|
2022-10-07 09:44:32 +01:00 |
|
Ross Owen
|
22a6a2505a
|
Define SELF_POWERED changed to XUA_POWERMODE and associated defines (#291)
Define SELF_POWERED changed to XUA_POWERMODE and associated defines
|
2022-10-04 11:24:31 +01:00 |
|
Ross Owen
|
eb86a72882
|
Updates to documentation (#280)
Documentation updates (including moving of header files
|
2022-09-30 16:11:53 +01:00 |
|
Ross Owen
|
0c368e0356
|
Merge pull request #290 from xross/fix/287
Add pad delay to TDM master ADC ports
|
2022-09-29 15:42:37 +01:00 |
|
xross
|
86bea717da
|
Add pad delay to TDM master ADC ports
|
2022-09-29 15:26:36 +01:00 |
|
Ross Owen
|
49592f6e24
|
Merge pull request #288 from xross/fix/287
Fix/287
|
2022-09-29 12:09:19 +01:00 |
|
xross
|
d754bff62b
|
Manually fix decouple merge
|
2022-09-28 19:04:33 +01:00 |
|
Ross Owen
|
a08e4535f2
|
Merge branch 'develop' into fix/287
|
2022-09-28 19:01:45 +01:00 |
|
xross
|
1259fb68fd
|
Fix build issue with no I2S input
|
2022-09-28 18:59:18 +01:00 |
|
danielpieczko
|
f24d0c2822
|
Merge pull request #289 from danielpieczko/decouple_fill_level
Track decouple fill level instead of (incorrect) buffer space left
|
2022-09-28 14:54:57 +01:00 |
|
Daniel Pieczko
|
dd933ebe55
|
Add changelog entry
|
2022-09-28 13:39:43 +01:00 |
|
Daniel Pieczko
|
dde2363481
|
Remove #error
|
2022-09-28 12:02:09 +01:00 |
|
Daniel Pieczko
|
30cb913519
|
Track decouple fill level instead of (incorrect) buffer space left
|
2022-09-28 11:32:54 +01:00 |
|
xross
|
b7a90a3235
|
Changelog update
|
2022-09-28 11:27:12 +01:00 |
|
xross
|
e1d0974912
|
test_i2s_loopback:
- Add tracing options
- Add TDM testing at 96khz
- Fix up defines
|
2022-09-28 11:09:33 +01:00 |
|
xross
|
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
|
2022-09-27 18:02:37 +01:00 |
|
xross
|
6beb1f34ae
|
Tidy up first pulse of clock during startup in TDM mode
|
2022-09-27 17:59:13 +01:00 |
|
xross
|
351a38fa4b
|
Conflicted merge
|
2022-09-12 12:35:05 +01:00 |
|
Ross Owen
|
ff6547b75c
|
Merge pull request #286 from xross/fix/284
|
2022-09-09 17:56:24 +01:00 |
|
xross
|
9c2d77e216
|
Added example asserts to decouple
|
2022-09-09 11:21:03 +01:00 |
|
xross
|
4643d14b04
|
g_curSubSlot_In now int (cast to unsigned)
|
2022-09-08 18:30:19 +01:00 |
|
xross
|
b38ce229cb
|
Moved various decouple unsigned vars to int
|
2022-09-08 18:12:29 +01:00 |
|
xross
|
7a2dd0b644
|
Revert "Updated various vars from unsigned to int in decouple"
This reverts commit 9f105dd48a.
|
2022-09-08 17:56:08 +01:00 |
|
xross
|
9d6927ade1
|
Properly initialise g_curUsbSpeed
|
2022-09-08 17:49:15 +01:00 |
|
xross
|
e6d3c65902
|
Revert "Updated various vars from unsigned to int in decouple"
This reverts commit 9f105dd48a.
|
2022-09-08 17:45:28 +01:00 |
|
Ross Owen
|
d6bc7325c4
|
Merge pull request #285 from xross/fix/284
Decouple tidies
|
2022-09-08 15:53:11 +01:00 |
|
xross
|
9f105dd48a
|
Updated various vars from unsigned to int in decouple
|
2022-09-08 14:23:31 +01:00 |
|
xross
|
ea7e20a3d9
|
Group buffering global declarations together for readability
|
2022-09-08 12:14:34 +01:00 |
|
xross
|
b982632bdb
|
Merge branch 'feature/adat' into develop
|
2022-09-07 14:32:44 +01:00 |
|
xross
|
085d222f45
|
Further rename of ADAT_TX to XUA_ADAT_TX_EN
|
2022-09-07 14:32:27 +01:00 |
|
xross
|
8b3f5abc86
|
ADAT related build fixed after define rename
|
2022-09-07 13:54:11 +01:00 |
|
Ross Owen
|
4f86d2c581
|
Merge pull request #283 from xross/feature/adat
Feature/adat
|
2022-09-07 11:42:04 +01:00 |
|
xross
|
0f1e0e1822
|
Changelog update
|
2022-09-07 11:21:14 +01:00 |
|
xross
|
23cabe80ee
|
Update copyright date only
|
2022-09-07 11:01:26 +01:00 |
|
Ross Owen
|
8f77f2a7ca
|
Merge pull request #282 from danielpieczko/develop
Fix build when CHAN_BUFF_CTRL is defined
|
2022-09-07 10:59:57 +01:00 |
|
xross
|
a3cee96166
|
Added cast to remove build warning
|
2022-09-06 17:11:53 +01:00 |
|
xross
|
2d697aab40
|
ADAT_TX renamed to XUA_ADAT_TX_EN
|
2022-09-06 17:11:32 +01:00 |
|
xross
|
11f5a9d9e1
|
ADAT_RX not XUA_ADAT_RX_EN
|
2022-09-05 16:35:57 +01:00 |
|