forked from PAWPAW-Mirror/lib_xua
Merge pull request #149 from xmos/feature/update-lib-xud-dependency
Update lib_xud to v1.1.1
This commit is contained in:
@@ -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
2
Jenkinsfile
vendored
@@ -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()
|
||||
|
||||
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user