Skip to content

Commit ffbd5d9

Browse files
authored
Merge pull request #38 from shuchitak/feature/xwaf-xcommon
Feature/xwaf xcommon
2 parents eaa92bf + 792aa7c commit ffbd5d9

4 files changed

Lines changed: 35 additions & 15 deletions

File tree

CHANGELOG.rst

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

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

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pipeline {
8080
updateViewfiles()
8181
}
8282
cleanup {
83-
cleanWs()
83+
xcoreCleanSandbox()
8484
}
8585
}
8686
}

lib_src/module_build_info

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
1+
VERSION = 2.0.0
2+
3+
DEPENDENT_MODULES = lib_logging(>=3.0.0) \
4+
lib_xassert(>=4.0.0)
5+
6+
MODULE_XCC_FLAGS = $(XCC_FLAGS) \
7+
-Wno-missing-braces \
8+
-O3
9+
110
OPTIONAL_HEADERS += src_conf.h
211

3-
MODULE_XCC_FLAGS = $(XCC_FLAGS) -Wno-missing-braces -O3
4-
DEPENDENT_MODULES = lib_logging(>=2.1.1) lib_xassert(>=3.0.1)
5-
VERSION = 1.1.2
12+
EXPORT_INCLUDE_DIRS = api \
13+
src/fixed_factor_of_3 \
14+
src/fixed_factor_of_3/ds3 \
15+
src/fixed_factor_of_3/os3 \
16+
src/fixed_factor_of_3_voice \
17+
src/multirate_hifi \
18+
src/multirate_hifi/asrc \
19+
src/multirate_hifi/ssrc
20+
21+
INCLUDE_DIRS = $(EXPORT_INCLUDE_DIRS)
22+
23+
SOURCE_DIRS = src/fixed_factor_of_3 \
24+
src/fixed_factor_of_3/ds3 \
25+
src/fixed_factor_of_3/os3 \
26+
src/fixed_factor_of_3_voice \
27+
src/fixed_factor_of_3_voice/ds3_voice \
28+
src/fixed_factor_of_3_voice/us3_voice \
29+
src/multirate_hifi \
30+
src/multirate_hifi/asrc \
31+
src/multirate_hifi/ssrc

lib_src/wscript

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

0 commit comments

Comments
 (0)