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 = diff --git a/doc/bridle/releases/release-notes-4.4.0.rst b/doc/bridle/releases/release-notes-4.4.0.rst index 673944560e..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,29 +284,24 @@ 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 ******************* 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 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" },