File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 11lib_uart change log
22===================
33
4- UNRELEASED
5- ----------
4+ 3.2.0
5+ -----
66
77 * ADDED: Support for XCommon CMake
88 * CHANGED: Use XMOS Public Licence Version 1
@@ -12,10 +12,12 @@ UNRELEASED
1212
1313 * Changes to dependencies:
1414
15- - lib_xassert: 3.0.0 -> 4.3.1
1615 - lib_gpio: 1.1.0 -> 2.2.0
16+
1717 - lib_logging: 2.1.0 -> 3.3.1
1818
19+ - lib_xassert: 3.0.0 -> 4.3.1
20+
19213.1.0
2022-----
2123
@@ -27,6 +29,14 @@ UNRELEASED
2729 data rate without clock drift. Before it was limited to about 0.5% less than
2830 the baud rate
2931
32+ * Changes to dependencies:
33+
34+ - lib_gpio: 1.0.0 -> 1.1.0
35+
36+ - lib_logging: 2.0.0 -> 2.1.0
37+
38+ - lib_xassert: 2.0.0 -> 3.0.0
39+
30403.0.3
3141-----
3242
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ lib_uart: UART peripheral library
55#################################
66
77:vendor: XMOS
8- :version: 3.1 .0
8+ :version: 3.2 .0
99:scope: General Use
1010:description: UART peripheral library
1111:category: General Purpose
Original file line number Diff line number Diff line change 11set (LIB_NAME lib_uart)
2- set (LIB_VERSION 3.1 .0)
2+ set (LIB_VERSION 3.2 .0)
33set (LIB_INCLUDES api src)
44set (LIB_COMPILER_FLAGS -O3 -Wall -Werror)
55set (LIB_DEPENDENT_MODULES "lib_xassert(4.3.1)" "lib_gpio(2.2.0)" "lib_logging(3.3.1)" )
Original file line number Diff line number Diff line change 1111
1212MODULE_XCC_XC_FLAGS = $(XCC_XC_FLAGS) -O3
1313
14- VERSION = 3.1 .0
14+ VERSION = 3.2 .0
1515
1616DEPENDENT_MODULES = lib_xassert(>=4.3.1) lib_gpio(>=2.2.0) lib_logging(>=3.3.1)
1717
Original file line number Diff line number Diff line change 33lib_name : lib_uart
44project : ' {{lib_name}}'
55title : ' {{lib_name}}: UART peripheral library'
6- version : 3.1 .0
6+ version : 3.2 .0
77
88
99documentation :
You can’t perform that action at this time.
0 commit comments