File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11lib_mic_array change log
22========================
33
4- UNRELEASED
5- ----------
4+ 4.6.0
5+ -----
6+
7+ * ADDED: Support for XCommon CMake build system
8+
9+ * Changes to dependencies:
10+
11+ - lib_dsp: 3.0.0 -> 6.3.0
12+
13+ - lib_logging: 2.0.0 -> 3.2.0
614
7- * ADDED: Support for XCommon CMake build system
15+ - lib_xassert: 2.0.0 -> 4.2.0
816
9174.5.0
1018-----
Original file line number Diff line number Diff line change 11@Library (' xmos_jenkins_shared_library@v0.18.0' ) _
2- getApproval()
2+ getApproval( )
33
44pipeline {
55 agent {
6- label ' x86_64 && linux'
6+ label ' x86_64 && linux && axe '
77 }
88 environment {
99 REPO = ' lib_mic_array'
Original file line number Diff line number Diff line change 11set (LIB_NAME lib_mic_array)
2- set (LIB_VERSION 4.5 .0)
2+ set (LIB_VERSION 4.6 .0)
33set (LIB_INCLUDES api src/fir)
44
55# Want to exclude src/fir/make_mic_dual_stage_3_coefs.c
66# There are no other C source files, so set an empty string.
77set (LIB_C_SRCS "" )
88
9- set (LIB_DEPENDENT_MODULES "lib_xassert"
10- "lib_logging"
11- "lib_dsp" )
9+ set (LIB_DEPENDENT_MODULES "lib_xassert(4.2.0) "
10+ "lib_logging(3.2.0) "
11+ "lib_dsp(6.3.0) " )
1212
1313XMOS_REGISTER_MODULE ()
Original file line number Diff line number Diff line change 1- VERSION = 4.5 .0
1+ VERSION = 4.6 .0
22
3- DEPENDENT_MODULES = lib_xassert(>=4.0 .0) \
4- lib_logging(>=3.0 .0) \
3+ DEPENDENT_MODULES = lib_xassert(>=4.2 .0) \
4+ lib_logging(>=3.2 .0) \
55 lib_dsp(>=6.0.0)
66
77MODULE_XCC_FLAGS = $(XCC_FLAGS)
You can’t perform that action at this time.
0 commit comments