doc: relnotes: Add notes for Hardware Model v2

Include notes in the release notes and migration guide for Hardware
Model v2.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2024-03-02 18:41:14 +01:00 committed by Anas Nashif
parent 792be769a2
commit 6fa439738e
2 changed files with 10 additions and 0 deletions

View file

@ -18,6 +18,12 @@ the :ref:`release notes<zephyr_3.7>`.
Build System
************
* Completely overhauled the way SoCs and boards are defined. This requires all
out-of-tree SoCs and boards to be ported to the new model. See the
:ref:`board_porting_guide` for more detailed information.
* Pull Request: https://github.com/zephyrproject-rtos/zephyr/pull/69607
* Issue: https://github.com/zephyrproject-rtos/zephyr/issues/51831
Kernel
******

View file

@ -9,6 +9,10 @@ We are pleased to announce the release of Zephyr version 3.7.0.
Major enhancements with this release include:
* A new, completely overhauled hardware model has been introduced. This changes
the way both SoCs and boards are named, defined and constructed in Zephyr.
Additional information can be found in the :ref:`board_porting_guide`.
An overview of the changes required or recommended when migrating your application from Zephyr
v3.6.0 to Zephyr v3.7.0 can be found in the separate :ref:`migration guide<migration_3.7>`.