Skip to content

Commit 818188e

Browse files
authored
Merge pull request #76 from xmos/develop
Infrastructure update
2 parents 5828043 + 10e142b commit 818188e

File tree

5 files changed

+18
-101
lines changed

5 files changed

+18
-101
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Device control library change log
22
=================================
33

4+
4.0.0
5+
-----
6+
7+
* CHANGED: Build files updated to support new "xcommon" behaviour in xwaf.
8+
49
3.2.4
510
-----
611

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pipeline {
101101
updateViewfiles()
102102
}
103103
cleanup {
104-
cleanWs()
104+
xcoreCleanSandbox()
105105
}
106106
}
107107
}

lib_device_control/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Software Release License Agreement
22

3-
Copyright (c) 2016-2018, XMOS, All rights reserved.
3+
Copyright (c) 2016-2019, XMOS, All rights reserved.
44

55
BY ACCESSING, USING, INSTALLING OR DOWNLOADING THE XMOS SOFTWARE, YOU AGREE TO BE BOUND BY THE FOLLOWING TERMS. IF YOU DO NOT AGREE TO THESE, DO NOT ATTEMPT TO DOWNLOAD, ACCESS OR USE THE XMOS Software.
66

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
VERSION = 3.2.4
1+
VERSION = 4.0.0
22

3-
DEPENDENT_MODULES = lib_xassert(>=3.0.1) lib_logging(>=2.1.1)
3+
DEPENDENT_MODULES = lib_xassert(>=4.0.0) \
4+
lib_logging(>=3.0.0)
45

5-
MODULE_XCC_FLAGS = $(XCC_FLAGS) -Os
6+
MODULE_XCC_FLAGS = $(XCC_FLAGS) \
7+
-Os
68

7-
INCLUDE_DIRS = api src
9+
OPTIONAL_HEADERS +=
10+
11+
EXPORT_INCLUDE_DIRS = api
12+
13+
INCLUDE_DIRS = $(EXPORT_INCLUDE_DIRS) \
14+
src
815

9-
# Ignore host dir
1016
SOURCE_DIRS = src

lib_device_control/wscript

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)