3 Commits

Author SHA1 Message Date
oscarbailey-xmos
ee75327d34 Merge pull request #149 from xmos/feature/update-lib-xud-dependency
Update lib_xud to v1.1.1
2020-09-22 15:09:58 +01:00
oscarbailey-xmos
2fb8bd6d49 Change view to lib_xua_release_0_1_5 2020-09-22 13:00:44 +01:00
Default Name
2dc860b9aa Update lib_xud to v1.1.1 2020-09-22 12:47:44 +01:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
lib_xua Change Log
==================
0.1.5
-----
* CHANGED: Update lib_xud dependency to v1.1.1
0.1.4
-----

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
agent none
environment {
REPO = 'lib_xua'
VIEW = 'lib_xua_release_0_1_3'
VIEW = 'lib_xua_release_0_1_5'
}
options {
skipDefaultCheckout()

View File

@@ -13,9 +13,9 @@ MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3 -DREF_CLK_FREQ=100 -fasm-linenum -fcomment-a
OPTIONAL_HEADERS += xua_conf.h
VERSION = 0.1.4
VERSION = 0.1.5
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0)
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=1.1.1)
#ignore host dir
SOURCE_DIRS = src/*