doc: release: add overview section

Add (back) an overview section to the release notes, mentioning few
improvements in this release.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2022-09-29 14:19:20 +00:00 committed by Carles Cufí
parent 4462f6b4b6
commit 63ead2bf67

View file

@ -5,6 +5,19 @@
Zephyr 3.2.0 (Working Draft)
############################
We are pleased to announce the release of Zephyr version 3.2.0.
Major enhancements with this release include:
* Introduced :ref:`sysbuild`.
* Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`).
* Added support for Picolibc (see :kconfig:option:`CONFIG_PICOLIBC`).
* Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`.
* Initial support for :ref:`i3c_api` controllers.
* Support for :ref:`W1 api<w1_api>`.
* Improved access to Devicetree compatibles from Kconfig (new generated
``DTS_HAS_..._ENABLED`` configs).
The following sections provide detailed lists of changes by component.
Security Vulnerability Related