Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 4
VERSION_MINOR = 3
PATCHLEVEL = 99
VERSION_MINOR = 4
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION =
38 changes: 5 additions & 33 deletions doc/bridle/releases/release-notes-4.4.0.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -196,8 +192,6 @@ Supported boards
Supported shields
*****************

:brd:`NOT YET, tbd.`

.. zephyr-keep-sorted-start re(^\* \w)

* Grove Button Shields
Expand All @@ -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)
Expand All @@ -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:

Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down
8 changes: 7 additions & 1 deletion doc/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"VERSIONS": [
"latest",
"4.4.0",
"4.3",
"4.3.0",
"4.2",
Expand Down Expand Up @@ -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"
},
Expand Down
Loading