Skip to content

Commit

Permalink
Merge pull request #76 from xmos/develop
Browse files Browse the repository at this point in the history
Infrastructure update
  • Loading branch information
chrisc-xmos authored Oct 29, 2019
2 parents 5828043 + 10e142b commit 818188e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 101 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Device control library change log
=================================

4.0.0
-----

* CHANGED: Build files updated to support new "xcommon" behaviour in xwaf.

3.2.4
-----

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pipeline {
updateViewfiles()
}
cleanup {
cleanWs()
xcoreCleanSandbox()
}
}
}
2 changes: 1 addition & 1 deletion lib_device_control/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Software Release License Agreement

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

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.

Expand Down
16 changes: 11 additions & 5 deletions lib_device_control/module_build_info
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
VERSION = 3.2.4
VERSION = 4.0.0

DEPENDENT_MODULES = lib_xassert(>=3.0.1) lib_logging(>=2.1.1)
DEPENDENT_MODULES = lib_xassert(>=4.0.0) \
lib_logging(>=3.0.0)

MODULE_XCC_FLAGS = $(XCC_FLAGS) -Os
MODULE_XCC_FLAGS = $(XCC_FLAGS) \
-Os

INCLUDE_DIRS = api src
OPTIONAL_HEADERS +=

EXPORT_INCLUDE_DIRS = api

INCLUDE_DIRS = $(EXPORT_INCLUDE_DIRS) \
src

# Ignore host dir
SOURCE_DIRS = src
94 changes: 0 additions & 94 deletions lib_device_control/wscript

This file was deleted.

0 comments on commit 818188e

Please sign in to comment.