Skip to content

Commit 71ae31b

Browse files
authored
Merge pull request #129 from xmos/master
Master
2 parents 8fafa9a + 3f2d739 commit 71ae31b

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
lib_src change log
22
==================
33

4-
3.0.0
4+
2.5.0
55
-----
66

77
* FIXED: Double buffer asrc_io.input_timestamp to prevent producer timestamp
88
getting overwritten during asrc processing
99
* REMOVED: xscope_used argument from the asynchronous_fifo_producer_put() API
10-
11-
2.5.0
12-
-----
13-
1410
* ADDED: VPU enabled ASRC and SSRC providing a 2x speed improvement
1511
* ADDED: Asynchronous FIFO with phase detector and PID rate controller for
1612
ASRC usage

lib_src/lib_build_info.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(LIB_NAME lib_src)
2-
set(LIB_VERSION 3.0.0)
2+
set(LIB_VERSION 2.5.0)
33

44
set(LIB_DEPENDENT_MODULES "lib_logging(3.2.0)")
55

lib_src/module_build_info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 3.0.0
1+
VERSION = 2.5.0
22

33
DEPENDENT_MODULES = lib_logging(>=3.2.0)
44

settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
project: lib_src
33
title: SAMPLE RATE CONVERSION
4-
version: 3.0.0
4+
version: 2.5.0
55

66
documentation:
77
exclude_patterns_path: doc/exclude_patterns.inc

0 commit comments

Comments
 (0)