forked from PAWPAW-Mirror/lib_xua
Version bump, changelog and source
This commit is contained in:
@@ -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
|
||||
-----
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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 <xs1.h>
|
||||
#include <print.h>
|
||||
|
||||
Reference in New Issue
Block a user