From 045211a57ef93b9d9b9c579076e2c12aeed81c81 Mon Sep 17 00:00:00 2001 From: Stephan Linz Date: Thu, 30 Apr 2026 07:22:27 +0200 Subject: [PATCH 1/4] doc: add 4.4.0 to pick list Add 4.4.0 tag to release list to be shown on documentation side bar. Signed-off-by: Stephan Linz --- doc/versions.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/versions.json b/doc/versions.json index fcea7af91b..6a63353085 100644 --- a/doc/versions.json +++ b/doc/versions.json @@ -1,6 +1,7 @@ { "VERSIONS": [ "latest", + "4.4.0", "4.3", "4.3.0", "4.2", @@ -43,7 +44,12 @@ ], "COMPONENTS_BY_VERSION": { "latest": { - "bridle": "4.3.99", + "bridle": "4.4.0", + "zephyr": "4.4.0", + "cannectivity": "1.4.0" + }, + "4.4.0": { + "bridle": "4.4.0", "zephyr": "4.4.0", "cannectivity": "1.4.0" }, From fa80a6af869c453a4763209f62e7268e3bc6626f Mon Sep 17 00:00:00 2001 From: Stephan Linz Date: Thu, 30 Apr 2026 07:25:20 +0200 Subject: [PATCH 2/4] release: add draft notes for upcoming 4.4.0 Add GitHub issues #403, #429. Signed-off-by: Stephan Linz --- doc/bridle/releases/release-notes-4.4.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bridle/releases/release-notes-4.4.0.rst b/doc/bridle/releases/release-notes-4.4.0.rst index 673944560e..339fba1c38 100644 --- a/doc/bridle/releases/release-notes-4.4.0.rst +++ b/doc/bridle/releases/release-notes-4.4.0.rst @@ -326,10 +326,12 @@ Issue Related Items These GitHub issues were addressed since project bootstrapping: * :github:`437` - [BUG] Wrong X/Y resolution with IliTek based LCD +* :github:`429` - [FCR] Bump to CANnectivity v1.4 * :github:`427` - [BUG] Fix CMake Error in QA Acceptance Sample Tests * :github:`426` - [FCR] Bump devcontainer also to CI Docker Image v0.29.1 * :github:`424` - [FCR] Upgrade to Zephyr SDK 1.0.1 and CI container 0.29.1 * :github:`407` - [HW] Cytron MOTION 2350 Pro +* :github:`403` - [FCR] Bump to Zephyr v4.4 * :github:`394` - [HW] Raspberry Pi Pico 2/2W * :github:`393` - [FCR] Support CANnectivity application * :github:`392` - [HW] Waveshare RP2350-CAN From 1ad7e1eca34ccfbf577d40fe0a735cca38addb7d Mon Sep 17 00:00:00 2001 From: Stephan Linz Date: Thu, 30 Apr 2026 07:30:52 +0200 Subject: [PATCH 3/4] release: make release notes final 4.4.0 Remove "Working Draft" from title and all tbd marks. Signed-off-by: Stephan Linz --- doc/bridle/releases/release-notes-4.4.0.rst | 36 ++------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/doc/bridle/releases/release-notes-4.4.0.rst b/doc/bridle/releases/release-notes-4.4.0.rst index 339fba1c38..4f36a8babc 100644 --- a/doc/bridle/releases/release-notes-4.4.0.rst +++ b/doc/bridle/releases/release-notes-4.4.0.rst @@ -1,7 +1,7 @@ .. _bridle_release_notes_440: -|BRIDLE| 4.4.0 Release Notes (Working draft) -############################################ +|BRIDLE| 4.4.0 Release Notes +############################ This project demonstrate the integration of |TIAC| support in open source projects, like the Zephyr RTOS, with libraries and source code @@ -11,8 +11,6 @@ product development. Highlights ********** -* :brd:`NOT YET, tbd.` - * Switching to Zephyr SDK v1, which is now mandatory. * Add the Cytron MOTION 2350 Pro board, ready to use for 8 servo motors. * Use the default Flash partition layout with code and storage partition @@ -154,8 +152,6 @@ For more details, see: :ref:`repos_and_revs`. Supported boards **************** -:brd:`NOT YET, tbd.` - .. zephyr-keep-sorted-start re(^\* \w) * Arduino/Genuino Zero @@ -196,8 +192,6 @@ Supported boards Supported shields ***************** -:brd:`NOT YET, tbd.` - .. zephyr-keep-sorted-start re(^\* \w) * Grove Button Shields @@ -220,8 +214,6 @@ Supported shields Supported snippets ****************** -:brd:`NOT YET, tbd.` - .. zephyr-keep-sorted-start re(^\* \w) * BME280 Sensor Sample Tweaks (samples-sensor-bme280-tweaks) @@ -243,22 +235,12 @@ Supported snippets Change log ********** -:brd:`NOT YET, tbd.` - -* tbd. -* tbd. -* tbd. * Support new resolution setup behaviour for IliTek LCD shields. * On display level, for the ST7789V and ILI9xxx driver, the current ``BGR_565`` format string was renamed to the now valid value ``RGB_565X``. The following sections provide detailed lists of changes by component. -:brd:`NOT YET, tbd.` - -* tbd. -* tbd. -* tbd. * Using the default Flash partition layout for code and storage partitioning on all Raspberry Pi Pico based systems with following conventions: @@ -292,11 +274,6 @@ The following sections provide detailed lists of changes by component. Build Infrastructure ==================== -:brd:`NOT YET, tbd.` - -* tbd. -* tbd. -* tbd. * Reenable old HWMv1 board extensions feature, see :github:`411`. * Board metadata property ``full_name`` is now mandatory and required to define. Bridle has miss that in a few boards, what is now fixed. @@ -307,19 +284,12 @@ Build Infrastructure * Enable support for the Realtek HAL in the West manifest. This HAL is needed by Zephyr upstream documentation process for the autogenerated board catalog. - Documentation ============= -:brd:`NOT YET, tbd.` - -1. tbd. -2. tbd. -3. tbd. -4. Update all output messages in documentation to be in sync with the upcoming +1. Update all output messages in documentation to be in sync with the upcoming Bridle version v4.4.0, based on Zephyr v4.4 (samples and tests). - Issue Related Items ******************* From 98ad034927f2c9acc2f01e56aac7ab11c4c87310 Mon Sep 17 00:00:00 2001 From: Stephan Linz Date: Thu, 30 Apr 2026 07:32:00 +0200 Subject: [PATCH 4/4] release: bump version to 4.4.0 Final 4.4.0 tag. Signed-off-by: Stephan Linz --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 1700004b8f..593a404ec7 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ VERSION_MAJOR = 4 -VERSION_MINOR = 3 -PATCHLEVEL = 99 +VERSION_MINOR = 4 +PATCHLEVEL = 0 VERSION_TWEAK = 0 EXTRAVERSION =