Skip to content

Commit 9d8c630

Browse files
MaureenHelmnashif
authored andcommitted
doc: release notes: Add details to various sections for 1.12 release
Fills in the boards, drivers, build, and hals subsections with major additions and changes in the 1.12 release. Signed-off-by: Maureen Helm <[email protected]>
1 parent ddba3d6 commit 9d8c630

File tree

1 file changed

+70
-3
lines changed

1 file changed

+70
-3
lines changed

doc/release-notes-1.12.rst

Lines changed: 70 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,67 @@ Architectures
3131
Boards
3232
******
3333

34+
* Added support for the following Arm boards:
35+
36+
* 96b_argonkey
37+
* adafruit_feather_m0_basic_proto
38+
* colibri_imx7d_m4
39+
* dragino_lsn50
40+
* lpcxpresso54114_m0
41+
* nrf51_ble400
42+
* nrf52_pca20020
43+
* nucleo_f070rb
44+
* nucleo_f446re
45+
* nucleo_l053r8
46+
* nucleo_l073rzA
47+
* olimex_stm32_h407
48+
* stm32f0_disco
49+
50+
* Added support for the following RISC-V boards:
51+
52+
* hifive1
53+
54+
* Added support for the following Xtensa boards:
55+
56+
* intel_s1000_crb
57+
58+
* arc: Added device tree support for all ARC SoCs
59+
* arm: Renamed lpcxpresso54114 to lpcxpresso54114_m4
3460
* nios2: Added device tree support for qemu_nios2 and altera_max10
35-
* colibri_imx7d_m4: Added support for Toradex Colibri i.MX7 board
61+
* Continued adding dts support for device drivers (gpio, spi, i2c, sensors, usb)
3662

3763
Drivers and Sensors
3864
*******************
3965

40-
* serial: Added support for i.MX UART interface
66+
* can: Added CAN driver support for STM32 SoCs
67+
* display: Added ILI9340 LCD display driver
68+
* dma: Added dma driver for Nios-II MSGDMA core
69+
* dma: Introduce Intel CAVS DMA
70+
* ethernet: Added ethernet driver for native posix arch
4171
* gpio: Added support for i.MX GPIO
72+
* gpio: Added driver for SX1509B
73+
* gpio: Added GPIO for SAM family
74+
* gpio: Added GPIO driver for stm32l0x
75+
* i2s: Introduce CAVS I2S
76+
* ieee802154: Added OpenThread modifications to KW41Z driver
77+
* interrupts: Introduce Desinware interrupt controller
78+
* ipm: Added mcux ipm driver for LPC SoCs
79+
* led: Added new public API and driver support for TI LP3943
80+
* pinmux: Added pinmux driver for stm32l0x
81+
* rtc: Added mcux RTC driver for Kinetis SoCs
82+
* sensor: Added sensorhub support to lsm6dsl driver
83+
* sensor: Added trigger support to lsm6dsl
84+
* serial: Added support for i.MX UART interface
85+
* spi: Added shims for nrfx SPIS and SPIM drivers
86+
* spi: Updated mcux shim driver to new SPI API
87+
* spi: Updated sensor and radio drivers to new SPI API
88+
* usb: Added usb device driver for Kinetis USBFSOTG controller
89+
* usb: Added usb support for stml072/73, stm32f070/72
90+
* usb: Enable usb2.0 on intel_s1000
91+
* usb: Added nRF52840 USB Device Controller Driver
92+
* watchdog: Added mcux watchdog driver for Kinetis SoCs
93+
* watchdog: Added nrfx watchdog driver for NRF SoCs
94+
* wifi: Added winc1500 WiFi driver
4295

4396
Networking
4497
**********
@@ -100,6 +153,11 @@ Bluetooth
100153
Build and Infrastructure
101154
************************
102155

156+
* kconfig: Drop support for CONFIG_TOOLCHAIN_VARIANT
157+
* kconfig: Remove the C Kconfig implementation
158+
* scripts: kconfig: Add a Python menuconfig implementation
159+
* scripts: west: introduce common runner configuration
160+
* xtensa: provide XCC compiler support for Xtensa
103161

104162
Libraries / Subsystems
105163
***********************
@@ -108,11 +166,20 @@ Libraries / Subsystems
108166
* subsys/fs: Added support for multiple instances of filesystem
109167
* subsys/fs: Added Virtual File system Switch (VFS) support
110168
* lib/posix: Added POSIX Mutex support
169+
* crypto: Updated mbedTLS to 2.9.0
170+
* Imported libmetal and OpenAMP for IPC
111171

112172
HALs
113173
****
114174

115-
* nxp/imx: imported i.MX7 FreeRTOS HAL
175+
* altera: Add modular Scatter-Gather DMA HAL driver
176+
* atmel: Added winc1500 driver from Atmel
177+
* cmsis: Update ARM CMSIS headers to version 5.3.0
178+
* nordic: Import SVD files for nRF5 SoCs
179+
* nordic: Update nrfx to version 1.0.0
180+
* nxp: imported i.MX7 FreeRTOS HAL
181+
* nxp: Added dual core startup code for lpc54114 based on mcux 2.3.0
182+
* stm32l0x: Add HAL for the STM32L0x series
116183

117184
Documentation
118185
*************

0 commit comments

Comments
 (0)