forked from PAWPAW-Mirror/lib_xua
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee75327d34 | ||
|
|
2fb8bd6d49 | ||
|
|
2dc860b9aa |
@@ -1,6 +1,11 @@
|
|||||||
lib_xua Change Log
|
lib_xua Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
0.1.5
|
||||||
|
-----
|
||||||
|
|
||||||
|
* CHANGED: Update lib_xud dependency to v1.1.1
|
||||||
|
|
||||||
0.1.4
|
0.1.4
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -6,7 +6,7 @@ pipeline {
|
|||||||
agent none
|
agent none
|
||||||
environment {
|
environment {
|
||||||
REPO = 'lib_xua'
|
REPO = 'lib_xua'
|
||||||
VIEW = 'lib_xua_release_0_1_3'
|
VIEW = 'lib_xua_release_0_1_5'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
skipDefaultCheckout()
|
skipDefaultCheckout()
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3 -DREF_CLK_FREQ=100 -fasm-linenum -fcomment-a
|
|||||||
|
|
||||||
OPTIONAL_HEADERS += xua_conf.h
|
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
|
#ignore host dir
|
||||||
SOURCE_DIRS = src/*
|
SOURCE_DIRS = src/*
|
||||||
|
|||||||
Reference in New Issue
Block a user