Bridle 3.1.0 Release Notes
This project demonstrate the integration of TiaC Systems support in open source projects, like the Zephyr RTOS, with libraries and source code for applications. It is not yet intended or supported by TiaC Systems for product development.
Highlights
Added proper build infrastructure.
Note
See the changelog and readme files in the component repositories for a detailed description of changes.
Repositories
Component |
Imports |
Branch |
Tag |
---|---|---|---|
v3.1-branch |
v3.1.0 |
||
canopennode
cmsis
civetweb
edtt
fatfs
hal_altera
hal_espressif
hal_stm32
hal_xtensa
libmetal
littlefs
loramac-node
lvgl
mbedtls
mcumgr
mipi-sys-t
net-tools
open-amp
openthread
segger
tinycbor
tinycrypt
|
tiacsys/v3.1-branch
(v3.1-branch)
|
v3.1.0 |
Supported boards
TiaC Magpie STM32F777NIHx
Change log
The following sections provide detailed lists of changes by component.
PROJECT UPDATE to Zephyr Project v3.1
Build Infrastructure
Take over the new build principles from Zephyr:
Refactoring to to support the new searchable Kconfig documentation.
Merge search index to find tags from all docsets within each docset.
Restructure CMake integration for most of all docsets.
Extend CMake package configuration to support
find_package("Bridle")
.Introduce new West (Zephyr’s meta-tool) command extension:
west bridle-export
.Split and differentiate the Bridle boilerplate: defaults, doc, version.
Provide a first version of a common CMake find script for Sphinx.
Provide a first version of an Zyphyr SDK version guard.
Extend the Zephyr Build Configuration CMake package with many sequences copied from the corresponding Zephyr CMake scripts.
Documentation
Renamed references to Configuration System (Kconfig) in the TiaC Magpie F777NI page.
Update all documented output messages.