Commit 63ead2bf authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Carles Cufi
Browse files

doc: release: add overview section



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

Signed-off-by: default avatarFabio Baltieri <fabiobaltieri@google.com>
parent 4462f6b4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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