Skip to content

Commit f0c38ae

Browse files
dbkindercarlescufi
authored andcommitted
doc: release notes: fix spelling and formatting
Fixed spelling and formatting issues (a blank line is required before the first item in a list, or sublist). Signed-off-by: David B. Kinder <[email protected]>
1 parent 053df3b commit f0c38ae

File tree

1 file changed

+35
-26
lines changed

1 file changed

+35
-26
lines changed

doc/release-notes-1.11.rst

Lines changed: 35 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ We are pleased to announce the release of Zephyr kernel version 1.11.0.
99

1010
Major enhancements with this release include:
1111

12-
* Thread-level memory protection on x86, ARC and ARM, userspace and memory
12+
* Thread-level memory protection on x86, ARC and Arm, userspace and memory
1313
domains
1414
* Symmetric Multi Processing (SMP) support on the Xtensa architecture.
1515
* Initial Armv8-M architecture support.
1616
* Native development environment on Microsoft Windows.
1717
* Native build target on POSIX platforms.
1818
* POSIX PSE52 partial support.
1919
* Thread support via integration with OpenThread.
20-
* Over the Air Firmware Updates over BLE using MCUmgr.
20+
* Firmware over-the-air (FOTA) updates over BLE using MCUmgr.
2121
* Lightweight flash storage layer for constrained devices.
22-
2322
* Additional SoC, platform and driver support for many of the already supported
2423
platforms.
2524

@@ -29,33 +28,39 @@ Kernel
2928
******
3029

3130
* Initial Symmetric Multi Processing (SMP) support added:
31+
3232
* SMP-aware scheduler
3333
* SMP timer and idling support
3434
* Available on the Xtensa architecture
3535
* POSIX PSE52 support:
36+
3637
* Timer, clock, scheduler and pthread APIs
3738

3839
Architectures
3940
*************
4041

4142
* User space and system call related changes:
43+
4244
* Added ARC user space implementation
43-
* Added ARM user space implementation
45+
* Added Arm user space implementation
4446
* Fixed a few MPU related issues with stack guards
45-
* Armv8-M iniital architecture support, including the following cores:
47+
* Armv8-M initial architecture support, including the following cores:
48+
4649
* Arm Cortex-M23
4750
* Arm Cortex-M33
48-
* New "posix" architecture for native GNU/Linux and macOS build targets:
49-
* Targets native executables that can be run on the operating system
51+
* New POSIX architecture for native GNU/Linux and macOS build targets:
52+
53+
* Targets native executables that can be run on the host operating system
5054

5155
Boards
5256
******
5357

54-
* New native_posix board for the posix architecture:
58+
* New native_posix board for the POSIX architecture:
59+
5560
* Includes a template for hardware models
5661
* Adds support for console and logging
5762
* Interrupts and timers are simulated in several different configurations
58-
* Added support for the following ARM boards:
63+
* Added support for the following Arm boards:
5964

6065
* adafruit_trinket_m0
6166
* arduino_zero
@@ -64,32 +69,32 @@ Boards
6469
* nucleo_f429zi
6570
* stm32f072_eval
6671
* stm32f072b_disco
67-
* Removed Panther board support which included boards/x86/panther and
72+
* Removed Panther board support, which included boards/x86/panther and
6873
boards/arc/panther_ss
69-
* Refactored dts.fixup so common SoC related fixes are in arch/<*>/soc
70-
and board dts.fixup only used for board specific items.
74+
* Refactored dts.fixup so common SoC-related fixes are in arch/<*>/soc
75+
and board dts.fixup is only used for board-specific items.
7176

7277
Drivers and Sensors
7378
*******************
7479

7580
* New LED PWM driver for ESP32 SoC
7681
* Fixed ESP32 I2C driver
77-
* Added i2c master, qspi flash, and gpio drivers for nios-II
78-
* Added pinmux, gpio, serial drivers for lpc54114
79-
* Added pinmux, gpio, serial, spi, and watchdog drivers for sam0
80-
* Added apa102 and ws2821b led_strip drivers
82+
* Added I2C master, QSPI flash, and GPIO drivers for nios-II
83+
* Added PinMux, GPIO, serial drivers for LPC54114
84+
* Added PinMux, GPIO, serial, SPI, and watchdog drivers for sam0
85+
* Added APA102 and WS2821B led_strip drivers
8186
* Added native entropy driver
8287
* Moved some sensors to dts
83-
* Added amg88xx, ccs811, and vl53l0x sensor drivers
88+
* Added AMG88xx, CCS811, and VL53L0x sensor drivers
8489
* Redefined SENSOR_CHAN_HUMIDITY in percent
8590

8691
Networking
8792
**********
8893

8994
* Generic OpenThread support added
90-
* OpenThread support to nrf5 IEEE 802.15.4 driver added
95+
* OpenThread support to nRF5 IEEE 802.15.4 driver added
9196
* NXP MCUX ethernet driver IPv6 multicast join/leave enhancements
92-
* Ethernet stm32 fixes
97+
* Ethernet STM32 fixes
9398
* IEEE 802.15.4 Sub-GHz TI CC1200 chip support added
9499
* IEEE 802.15.4 test driver (upipe) hw filtering support added
95100
* IEEE 802.15.4 radio API enhancements
@@ -125,33 +130,36 @@ Bluetooth
125130
Build and Infrastructure
126131
************************
127132

128-
* Native development enviroment on Microsoft Windows:
133+
* Native development environment on Microsoft Windows:
134+
129135
* Uses CMake and Kconfiglib to avoid requiring an emulation layer
130136
* Package management support with Chocolatey for simple setup
131137
* Build time now comparable to Linux and macOS using Ninja
132138

133139
Libraries / Subsystems
134140
***********************
135141

136-
* New management subystem based on the cross-RTOS MCUmgr:
142+
* New management subsystem based on the cross-RTOS MCUmgr:
143+
137144
* Secure Firmware Updates over BLE and serial
138145
* Support for file system access and statistics
139146
* mcumgr cross-platform command-line tool
140147

141148
* FCB (File Circular Buffer) lightweight storage layer:
142-
* Wear-levelling support for NOR flashes
149+
150+
* Wear-leveling support for NOR flashes
143151
* Suitable for memory constrained devices
144152

145153
HALs
146154
****
147155

148-
* Updated ARM CMSIS from version 4 to 5.2.0
156+
* Updated Arm CMSIS from version 4.5.0 to 5.2.0
149157
* Updated stm32cube stm32l4xx from version 1.9.0 to 1.10.0
150158
* Updated stm32cube stm32f4xx from version 1.16.0 to 1.18.0
151159
* Added Atmel SAMD21 HAL
152-
* Added mcux 2.2.1 for lpc54114
153-
* Added HAL for vl53l0x sensor from STM
154-
* Imported and moved to nrfx 0.8.0 on Nordic SoCs
160+
* Added mcux 2.2.1 for LPC54114
161+
* Added HAL for VL53L0x sensor from STM
162+
* Imported and moved to nRFx 0.8.0 on Nordic SoCs
155163
* Added QSPI Controller HAL driver
156164

157165
Documentation
@@ -161,6 +169,7 @@ Documentation
161169
* Improved docs for Native (POSIX) support
162170
* Docs for new samples and supported board
163171
* General documentation clarifications and improvements
172+
* Identify daily-built master-branch docs as "Latest" version
164173
* Addressed Sphinx-generated intra-page link issues
165174
* Updated doc generation tools (Doxygen, Sphinx, Breathe, Docutils)
166175

0 commit comments

Comments
 (0)