Merge branch 'feature/fix_i2s_pushout' into support/0.1

* feature/fix_i2s_pushout:
  Version bump, changelog and source
  Better fix to avoid zero length packets being added to input buffer before SoF case starts working
  Revert "Handle case at startup where decouple ISR gets stuck for several hundred cycles at startup, pushing out I2S timing"
  Handle case at startup where decouple ISR gets stuck for several hundred cycles at startup, pushing out I2S timing

# Conflicts:
#	CHANGELOG.rst
This commit is contained in:
Ed
2020-09-02 10:07:12 +01:00
3 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,12 @@
lib_xua Change Log
==================
0.1.4
-----
* RESOLVED: Zero length input packets generated before enumeration causing
I2S timing pushout at startup
0.1.3
-----