Skip to content

Commit e8bd942

Browse files
committed
doc: release-notes: Fix typos
This commit fixes various typos in the Zephyr v3.3.0 release notes. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent e9d9fbe commit e8bd942

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Changes in this release
6666
removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.
6767

6868
* Regulator APIs previously located in ``<zephyr/drivers/regulator/consumer.h>``
69-
are now part of ``<zerphyr/drivers/regulator.h>``.
69+
are now part of ``<zephyr/drivers/regulator.h>``.
7070

7171
* Starting from this release ``zephyr-`` prefixed tags won't be created
7272
anymore. The project will continue using ``v`` tags, for example ``v3.3.0``.
@@ -90,7 +90,7 @@ Changes in this release
9090
handler multiple times.
9191

9292
* MCUmgr Bluetooth and UDP transports no longer need to be registered by the
93-
application code, these will now automatically be registered at bootup (this
93+
application code, these will now automatically be registered at boot-up (this
9494
feature can be disabled for the UDP transport by setting
9595
:kconfig:option:`CONFIG_MCUMGR_TRANSPORT_UDP_AUTOMATIC_INIT`). If
9696
applications register transports then those registrations should be removed
@@ -262,7 +262,7 @@ Deprecated in this release
262262
deprecated.
263263

264264
* STM32 Interrupt controller Kconfig symbols such as :kconfig:option:`CONFIG_EXTI_STM32_EXTI0_IRQ_PRI`
265-
are removed. Related IRQ prioritues should now be configured in device tree.
265+
are removed. Related IRQ priorities should now be configured in device tree.
266266

267267
* `PWM_STM32_COMPLEMENTARY` deprecated in favor of `STM32_PWM_COMPLEMENTARY`.
268268

@@ -411,7 +411,7 @@ Bluetooth
411411
advertising sync object.
412412
* Added local advertising address to bt_le_ext_adv_info.
413413
* Added the printing of function names by default when logging.
414-
* Changed the policy for advertising restart after disconneciton, which is now
414+
* Changed the policy for advertising restart after disconnection, which is now
415415
done only for connections in the peripheral role.
416416
* Added a guard to prevent bonding to the same device more than once.
417417
* Refactored crypto functionality from SMP into its own folder, and added the
@@ -420,7 +420,7 @@ Bluetooth
420420
disconnecting instead of truncating it.
421421
* Added a new :kconfig:option:`BT_ID_ALLOW_UNAUTH_OVERWRITE` that allows
422422
unauthorized bond overrides with multiple identities.
423-
* Added suppor for the object calculate checksum feature in OTS.
423+
* Added support for the object calculate checksum feature in OTS.
424424
* Changed back the semantics of :kconfig:option:`BT_PRIVACY` to refer to local
425425
RPA address generation.
426426
* Modified the SMP behavior when outside a pairing procedure. The stack no
@@ -443,7 +443,7 @@ Bluetooth
443443
* Implemented the Sleep Clock Accuracy Update procedure.
444444
* Implemented additional ISO-related HCI commands.
445445
* Implemented ISO-AL SDU buffering and PDU release timeout.
446-
* Added support for hanlding fragmented AD without chaining PDUs.
446+
* Added support for handling fragmented AD without chaining PDUs.
447447
* Added support for multiple memory pools for advertising PDUs
448448
* Added support for retrying the automatic peripheral connection parameter
449449
update.
@@ -558,7 +558,7 @@ Boards & SoC Support
558558
* On STM32 boards, configuration of USB, SDMMC and entropy devices that generally
559559
expect a 48MHz clock is now done using device tree. When available, HSI48 is enabled
560560
and configured as domain clock for these devices, otherwise PLL_Q output or MSI is used.
561-
On some boards, previous PLL SAI confguration has been changed to above options,
561+
On some boards, previous PLL SAI configuration has been changed to above options,
562562
since PLL SAI cannot yet be configured using device tree.
563563

564564
* Made these changes in other boards:
@@ -732,7 +732,7 @@ Drivers and Sensors
732732
* STM32 OSPI: sfdp-bfp table and jedec-id can now be read from device tree and override
733733
the flash content if required.
734734

735-
* STM32 OSPI: Now supports DMA tranfser on STM32U5.
735+
* STM32 OSPI: Now supports DMA transfer on STM32U5.
736736

737737
* STM32: Flash driver was revisited to simplify re-use of driver for new series, taking
738738
advantage of device tree compatibles.
@@ -813,7 +813,7 @@ Drivers and Sensors
813813

814814
* Added new API :c:func:`pcie_scan` to scan for devices.
815815

816-
* This interates through the the buses and devices which are expected to
816+
* This iterates through the the buses and devices which are expected to
817817
exist. The old method was to try all possible combination of buses
818818
and devices to determine if there is a device there.
819819
:c:func:`pci_init` and :c:func:`pcie_bdf_lookup` have been updated to
@@ -832,7 +832,7 @@ Drivers and Sensors
832832
drivers using the grouping representation approach need to include it at
833833
grandchild level, while drivers using the node approach need to include it
834834
at the child level. This change will only impact out-of-tree pin control
835-
drivers, sinc all in-tree drivers have been updated.
835+
drivers, since all in-tree drivers have been updated.
836836
* Added NXP S32 SIUL2 driver
837837
* Added Nuvoton NuMicro driver
838838
* Added Silabs Gecko driver
@@ -897,7 +897,7 @@ Drivers and Sensors
897897

898898
- Support HS400 and HS200 mode. This mode is used with eMMC devices,
899899
and will enable high speed operation for those cards.
900-
- Support DMA operation on SOCs that do not support noncacheable memory,
900+
- Support DMA operation on SOCs that do not support non-cacheable memory,
901901
such as the RT595. DMA will enable higher performance SD modes,
902902
such as HS400 and SDR104, to reliably transfer data using the
903903
SD host controller
@@ -918,7 +918,7 @@ Drivers and Sensors
918918
* Added HZ-Grow R502A fingerprint sensor driver.
919919
* Enhanced FXOS8700, FXAS21002, and BMI270 drivers to support SPI in addition
920920
to I2C.
921-
* Enhanced ST LIS2DW12 driver to support freefall detection.
921+
* Enhanced ST LIS2DW12 driver to support free fall detection.
922922
* rpi_pico: Added die temperature sensor driver.
923923
* STM32 family Quadrature Decoder driver was added. Only enabled on STM32F4 for now.
924924

@@ -972,14 +972,14 @@ Drivers and Sensors
972972

973973
* Correct CPU numbering on SMP RISC-V systems using the mtime device
974974

975-
* Add support for OpenTitan's priviledged timer device to riscv_machine_timer
975+
* Add support for OpenTitan's privileged timer device to riscv_machine_timer
976976

977977
* Refactor SYS_CLOCK_EXISTS such that it always matches the
978978
existence of a timer device in kconfig
979979

980980
* Significant rework to nrf_rtc_timer with multiple fixes
981981

982-
* Fix prescaler correction in stm32_lptim driver and fix race with autoreload
982+
* Fix prescaler correction in stm32_lptim driver and fix race with auto-reload
983983

984984
* USB
985985

@@ -1135,7 +1135,7 @@ Networking
11351135

11361136
* Implemented PSA support for ECDSA API.
11371137
* Fixed :c:func:`otPlatRadioSetMacKey` when asserts are disabled.
1138-
* Depracated :c:func:`openthread_set_state_changed_cb` in favour of more
1138+
* Deprecated :c:func:`openthread_set_state_changed_cb` in favour of more
11391139
generic :c:func:`openthread_state_changed_cb_register`.
11401140
* Implemented diagnostic GPIO commands.
11411141

@@ -1493,7 +1493,7 @@ Modified bindings:
14931493
properties renamed to ``dma-buf-addr-alignment``.
14941494

14951495
Additionally, all DMA controller devices have new
1496-
``dma-buf-size-aligntment`` and ``dma-copy-alignment`` properties.
1496+
``dma-buf-size-alignment`` and ``dma-copy-alignment`` properties.
14971497

14981498
See :zephyr_file:`dts/bindings/dma/dma-controller.yaml` for
14991499
more information.
@@ -2575,7 +2575,7 @@ Trusted Firmware-M
25752575

25762576
* Updated to TF-M 1.7.0 (and MbedTLS 3.2.1).
25772577
* Initial attestation service has been disabled by default due to license
2578-
issues with the QCBOR dependecy. To enable it, set the path for QCBOR via
2578+
issues with the QCBOR dependency. To enable it, set the path for QCBOR via
25792579
``CONFIG_TFM_QCBOR_PATH`` or set the path to ``DOWNLOAD``.
25802580
* Firmware update sample removed pending update to 1.0 FWU service.
25812581
* psa_crypto sample removed pending resolution of PSA API conflicts w/MbedTLS.
@@ -2618,7 +2618,7 @@ Known Issues
26182618
- :github:`43555` - Variables not properly initialized when using data relocation with SDRAM
26192619
- :github:`43562` - Setting and/or documentation of Timer and counter use/requirements for Nordic Bluetooth driver
26202620
- :github:`44339` - Bluetooth:controller: Implement support for Advanced Scheduling in refactored LLCP
2621-
- :github:`44948` - cmsis_dsp: transofrm: error during building cf64.fpu and rf64.fpu for mps2_an521_remote
2621+
- :github:`44948` - cmsis_dsp: transform: error during building cf64.fpu and rf64.fpu for mps2_an521_remote
26222622
- :github:`45241` - (Probably) unnecessary branches in several modules
26232623
- :github:`45323` - Bluetooth: controller: llcp: Implement handling of delayed notifications in refactored LLCP
26242624
- :github:`45814` - Armclang build fails due to missing source file
@@ -2728,7 +2728,7 @@ Known Issues
27282728
- :github:`53546` - zephyr kernel Kconfig USE_STDC_LSM6DS3TR and hal_st CMakeLists.txt lsm6ds3tr-c variable name mismatched (hyphen sign special case)
27292729
- :github:`53552` - LE Audio: Device executes receiver start ready before the CIS is connected
27302730
- :github:`53555` - ESP32-C3 Is RV32IMA, Not RV32IMC?
2731-
- :github:`53570` - SDHC SPI driver should issue CMD12 after recieving data error token
2731+
- :github:`53570` - SDHC SPI driver should issue CMD12 after receiving data error token
27322732
- :github:`53587` - Issue with Auto-IP and Multicast/socket connection
27332733
- :github:`53605` - tests: posix: common: portability.posix.common fails - posix_apis.test_clock_gettime_rollover
27342734
- :github:`53613` - tests: drivers: uart: uart_mix_fifo_poll: tests ``drivers.uart.uart_mix_poll_async_api_*`` fail
@@ -2908,7 +2908,7 @@ Addressed issues
29082908
* :github:`54462` - usb_dc_rpi_pico driver enables some interrupts it doesn't handle
29092909
* :github:`54461` - SAM spi bus inoperable when interrupted on fast path
29102910
* :github:`54457` - DHCPv4 starts even when interface is not operationally up
2911-
* :github:`54455` - Many tests have wrong component and are wrongly categrized
2911+
* :github:`54455` - Many tests have wrong component and are wrongly categorized
29122912
* :github:`54454` - Twister summary in some cases provides an irrelevant example
29132913
* :github:`54450` - nuvoton_pfm_m487 failed to build due to missing M48x-pinctrl.h
29142914
* :github:`54440` - tests/net/lib/lwm2m/lwm2m_registry/subsys.net.lib.lwm2m.lwm2m_registry fails to build w/toolchains that don't support newlib
@@ -3286,7 +3286,7 @@ Addressed issues
32863286
* :github:`52079` - TLS handshake failure (after client-hello) with big_http_download sample
32873287
* :github:`52073` - ESP32-C3 UART1 not available after zephyr update to v3.2.99
32883288
* :github:`52065` - west: debugserver command does not work
3289-
* :github:`52059` - Bluetooth: conn: in multi role configuration incorrect adress is set after advertising resume
3289+
* :github:`52059` - Bluetooth: conn: in multi role configuration incorrect address is set after advertising resume
32903290
* :github:`52057` - tests: kernel: timer: starve: kernel.timer.starve hangs
32913291
* :github:`52056` - Bluetooth: Missing LL data length update callback on Central and Peripheral sides
32923292
* :github:`52055` - Bluetooth: Controller: Broadcast scheduling issues
@@ -3536,7 +3536,7 @@ Addressed issues
35363536
* :github:`49870` - stm32 enables HSI48 clock with device tree
35373537
* :github:`49844` - shell: Add abort support
35383538
* :github:`49843` - net: shell: Extend ping command
3539-
* :github:`49821` - USB DFU implementaiton does not work with WinUSB because of missing device reset API
3539+
* :github:`49821` - USB DFU implementation does not work with WinUSB because of missing device reset API
35403540
* :github:`49811` - DHCP cannot obtain IP, when CONFIG_NET_VLAN is enabled
35413541
* :github:`49783` - net: ipv4: packet fragmentation support
35423542
* :github:`49746` - twister: extra test results
@@ -3627,7 +3627,7 @@ Addressed issues
36273627
* :github:`46491` - Zephyr SDK 0.15.0 Checklist
36283628
* :github:`46446` - lvgl: Using sw_rotate with SSD1306 shield causes memory fault
36293629
* :github:`46351` - net: tcp: Implement fast-retransmit
3630-
* :github:`46326` - Async UART for STM32 U5 suppport
3630+
* :github:`46326` - Async UART for STM32 U5 support
36313631
* :github:`46287` - Zephyr 3.2 release checklist
36323632
* :github:`46268` - Update RNDIS USB class codes for automatic driver loading by Windows
36333633
* :github:`46126` - pm_device causes assertion error in sched.c with lis2dh
@@ -3656,7 +3656,7 @@ Addressed issues
36563656
* :github:`44164` - Implement the equivalent of PR #44102 in LLCP
36573657
* :github:`44055` - Immediate alert client
36583658
* :github:`43998` - posix: add include/posix to search path based on Kconfig
3659-
* :github:`43986` - interupt feature for gpio_mcp23xxx
3659+
* :github:`43986` - interrupt feature for gpio_mcp23xxx
36603660
* :github:`43836` - stm32: g0b1: RTT doesn't work properly after stop mode
36613661
* :github:`43737` - Support compiling ```native_posix`` targets on Windows using the MinGW
36623662
* :github:`43696` - mgmt/mcumgr: RFC: Standardize Kconfig option names for MCUMGR

0 commit comments

Comments
 (0)