Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
lib_mic_array change log
========================

7.1.0
-----

* ADDED: Initial support for vx4 targets.
* ADDED: Support for 1-, 2-, or 3-stage decimation pipelines.
* ADDED: dynamic 1-mic switching support (`mic_array_enable_1mic_override`).

* Changes to dependencies:

- lib_xcore_math: 2.4.1 -> 3.0.0

7.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if(${DEV_LIB_MIC_ARRAY})
CPMAddPackage(
NAME lib_xcore_math
GIT_REPOSITORY https://github.com/xmos/lib_xcore_math
GIT_TAG v2.1.0
GIT_TAG v3.0.0
)
set(USING_CUSTOM_CMAKE TRUE)
add_subdirectory( tests )
Expand Down
4 changes: 2 additions & 2 deletions lib_mic_array/lib_build_info.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(LIB_NAME lib_mic_array)
set(LIB_VERSION 7.0.0)
set(LIB_DEPENDENT_MODULES "lib_xcore_math(develop)")
set(LIB_VERSION 7.1.0)
set(LIB_DEPENDENT_MODULES "lib_xcore_math(3.0.0)")
set(LIB_INCLUDES
api
api/mic_array
Expand Down
2 changes: 1 addition & 1 deletion settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lib_name: lib_mic_array
project: '{{lib_name}}'
title: '{{lib_name}}: PDM microphone array library'
version: 7.0.0
version: 7.1.0

documentation:
exclude_patterns_path: doc/exclude_patterns.inc
Expand Down