Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.7.0 on main branch #267

Merged
merged 3 commits into from
Sep 15, 2024
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VERSION_MAJOR = 3
VERSION_MINOR = 7
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION = rc1
EXTRAVERSION =
24 changes: 2 additions & 22 deletions doc/bridle/releases/release-notes-3.7.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _bridle_release_notes_370:

|BRIDLE| 3.7.0 Release Notes (Working draft)
############################################
|BRIDLE| 3.7.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.`

.. note:: See the changelog and readme files in the component repositories
for a detailed description of changes.

Expand Down Expand Up @@ -97,8 +95,6 @@ For more details, see: :ref:`repos_and_revs`.
Supported boards
****************

:brd:`NOT YET, tbd.`

* Arduino/Genuino Zero
* PicoBoy Mini-Handheld
* Cytron Maker Nano RP2040
Expand All @@ -123,8 +119,6 @@ Supported boards
Supported shields
*****************

:brd:`NOT YET, tbd.`

* Seeed Studio Grove Interconnect Shields
* Grove Button Shields
* Grove LED Shields
Expand All @@ -143,8 +137,6 @@ Supported shields
Supported snippets
******************

:brd:`NOT YET, tbd.`

* USB Console Snippet (usb-console)
* PWM Servomotor Preset Snippet (pwm-servo)
* Delete Default Devicetree Aliases Snippet (del-default-aliases)
Expand All @@ -162,11 +154,6 @@ Supported snippets
Change log
**********

:brd:`NOT YET, tbd.`

* tbd.
* tbd.
* tbd.
* Allow users to still specify any old board name, and let Bridel together with
the Zephyr build system (board validation) to select the new board name.
* Rename board ``tiac_magpie`` to ``magpie_f777ni`` and mark the old name as
Expand Down Expand Up @@ -232,11 +219,6 @@ Build Infrastructure

Take over the new build principles from Zephyr:

:brd:`NOT YET, tbd.`

* tbd.
* tbd.
* tbd.
* Update of the minimum requirements for Python to version 3.10.
* Update of the minimum requirements for CMake to version 3.20.5.
* Use the new upstream *MIPI DBI driver class* for all *ST7735R* based displays.
Expand Down Expand Up @@ -276,8 +258,6 @@ Take over the new build principles from Zephyr:
Documentation
=============

:brd:`NOT YET, tbd.`

1. Export ``ZEPHYR_BASE`` as environment variable to make the Sphinx extension
``autodoc`` for the ``pytest-twister-harness`` happy.
2. Update all output messages in documentation to be in sync with the upcoming
Expand Down
12 changes: 10 additions & 2 deletions doc/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"VERSIONS": [
"latest",
"3.7",
"3.7.0-rc1",
"3.7.0",
"3.6",
"3.6.1",
"3.6.0",
Expand Down Expand Up @@ -31,7 +31,15 @@
],
"COMPONENTS_BY_VERSION": {
"latest": {
"bridle": "3.6.99",
"bridle": "3.7.0",
"zephyr": "3.7.0"
},
"3.7": {
"bridle": "3.7.0",
"zephyr": "3.7.0"
},
"3.7.0": {
"bridle": "3.7.0",
"zephyr": "3.7.0"
},
"3.6": {
Expand Down
Loading