From acd5e5f951a3119fba0cf505dd5cd5f4713ccc44 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 2 Sep 2020 08:37:39 +0100 Subject: [PATCH] Version bump, changelog and source --- CHANGELOG.rst | 6 ++++++ lib_xua/module_build_info | 2 +- lib_xua/src/core/buffer/ep/ep_buffer.xc | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 211bf644..4a20b566 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ lib_xua Change Log ================== +0.1.3 +----- + + * RESOLVED: Zero length input packets generated before enumeration causing + I2S timing pushout at startup + 0.1.2 ----- diff --git a/lib_xua/module_build_info b/lib_xua/module_build_info index fca1e1f9..d7c76ec1 100644 --- a/lib_xua/module_build_info +++ b/lib_xua/module_build_info @@ -13,7 +13,7 @@ MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3 -DREF_CLK_FREQ=100 -fasm-linenum -fcomment-a OPTIONAL_HEADERS += xua_conf.h -VERSION = 0.1.2 +VERSION = 0.1.3 DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0) diff --git a/lib_xua/src/core/buffer/ep/ep_buffer.xc b/lib_xua/src/core/buffer/ep/ep_buffer.xc index 27308aa1..433fc475 100644 --- a/lib_xua/src/core/buffer/ep/ep_buffer.xc +++ b/lib_xua/src/core/buffer/ep/ep_buffer.xc @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved #ifndef NO_USB #include #include