Skip to content

Commit

Permalink
Merge pull request #6 from xmos/release/v0.1.1
Browse files Browse the repository at this point in the history
Release/v0.1.1
  • Loading branch information
xhuw authored Jul 23, 2024
2 parents 11ddf06 + 54bad9c commit 7d3907b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Board Support Library Changelog
===============================

0.1.1
-----

* CHANGED: Pinned lib_i2c to >=6.2.0

0.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion lib_board_support/lib_build_info.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ set(LIB_NAME lib_board_support)
set(LIB_VERSION 0.1.0)
set(LIB_INCLUDES api/boards api/drivers)
set(LIB_COMPILER_FLAGS -O3 -g)
set(LIB_DEPENDENT_MODULES "lib_i2c")
set(LIB_DEPENDENT_MODULES "lib_i2c(6.2.0)")

XMOS_REGISTER_MODULE()
2 changes: 1 addition & 1 deletion lib_board_support/module_build_info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = 0.1.0

DEPENDENT_MODULES = lib_i2c
DEPENDENT_MODULES = lib_i2c(>=6.2.0)

MODULE_XCC_FLAGS = $(XCC_FLAGS) \
-O3 -g
Expand Down

0 comments on commit 7d3907b

Please sign in to comment.