From 3f6f3325a85342869883175d7e1918b62ede2e7d Mon Sep 17 00:00:00 2001 From: Krzysztof Chruscinski Date: Wed, 6 Oct 2021 12:28:45 +0200 Subject: [PATCH] doc: add draft for 3.0 release notes Add draft for the Zephyr v3.0.0 release notes. Signed-off-by: Krzysztof Chruscinski --- doc/releases/release-notes-3.0.rst | 313 +++++++++++++++++++++++++++++ 1 file changed, 313 insertions(+) create mode 100644 doc/releases/release-notes-3.0.rst diff --git a/doc/releases/release-notes-3.0.rst b/doc/releases/release-notes-3.0.rst new file mode 100644 index 00000000000..bb8d8494197 --- /dev/null +++ b/doc/releases/release-notes-3.0.rst @@ -0,0 +1,313 @@ +:orphan: + +.. _zephyr_3.0: + +Zephyr 3.0.0 (Working draft) +############################ + +We are pleased to announce the release of Zephyr RTOS version 3.0.0. + + + +The following sections provide detailed lists of changes by component. + +Security Vulnerability Related +****************************** + +The following CVEs are addressed by this release: + + +Known issues +************ + +You can check all currently known issues by listing them using the GitHub +interface and listing all issues with the `bug label +`_. + +API Changes +*********** + +Changes in this release + +========================== + +Removed APIs in this release + + +============================ + +Stable API changes in this release +================================== + +Kernel +****** + + +Architectures +************* + +* ARC + + +* ARM + + * AARCH32 + + + * AARCH64 + + +* x86 + + +Bluetooth +********* + +* Audio + +* Host + +* Mesh + +* Bluetooth LE split software Controller + +* HCI Driver + +Boards & SoC Support +******************** + +* Added support for these SoC series: + + +* Removed support for these SoC series: + + +* Made these changes in other SoC series: + + +* Changes for ARC boards: + + +* Added support for these ARM boards: + + +* Added support for these ARM64 boards: + + +* Removed support for these ARM boards: + + +* Removed support for these X86 boards: + + +* Made these changes in other boards: + + +* Added support for these following shields: + + +Drivers and Sensors +******************* + +* ADC + + +* Bluetooth + + +* CAN + + +* Clock Control + + +* Console + + +* Counter + + +* DAC + + +* Disk + + +* Display + + +* Disk + + +* DMA + + +* EEPROM + + +* ESPI + + +* Ethernet + + +* Flash + + +* GPIO + + +* Hardware Info + + +* I2C + + +* I2S + + +* IEEE 802.15.4 + + +* Interrupt Controller + + +* LED + + +* LoRa + + +* Modem + + +* PWM + + +* Sensor + + +* Serial + + +* SPI + + +* Timer + + +* USB + + +* Watchdog + + +* WiFi + + +Networking +********** + +* CoAP: + + +* DHCPv4: + + +* DNS: + + +* HTTP: + + +* IPv4: + + +* LwM2M: + + +* Misc: + + +* OpenThread: + + +* Socket: + + +* TCP: + + +* TLS: + + +USB +*** + + +Build and Infrastructure +************************ + + +* Devicetree + + +* West (extensions) + + +Libraries / Subsystems +********************** + +* Disk + + +* Management + + +* CMSIS subsystem + + +* Power management + + +* Logging + + +* Shell + + +* Storage + + +* Task Watchdog + + +* Tracing + + +* Debug + +* OS + + +HALs +**** + + +Trusted Firmware-m +****************** + + +Documentation +************* + + +Tests and Samples +***************** + + +Issue Related Items +******************* + +These GitHub issues were addressed since the previous 2.7.0 tagged +release: