Skip to content

Commit

Permalink
doc: releases: fix typo release-notes-3.7.rst
Browse files Browse the repository at this point in the history
Utilize a code spell-checking tool to correct spelling errors
in `doc/releases/release-notes-3.7.rst` file.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
  • Loading branch information
ndrs-pst authored and aescolar committed Jul 24, 2024
1 parent 27d0aad commit d6afb8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/releases/release-notes-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,9 @@ Build system and Infrastructure
* Added support for enabling LTO for whole application (:github:`69519`).

* Fixed ``FILE_SUFFIX`` issues relating to double application of suffixes, non-application in
sysbuild and variable name clases in CMake functions (:github:`70124`, :github:`71280`).
sysbuild and variable name clashes in CMake functions (:github:`70124`, :github:`71280`).

* Added support for new agressive size optimisation flag (for GCC and Clang) using
* Added support for new aggressive size optimisation flag (for GCC and Clang) using
:kconfig:option:`CONFIG_SIZE_OPTIMIZATIONS_AGGRESSIVE` (:github:`70511`).

* Fixed issue with printing out ``BUILD_VERSION`` if it was empty (:github:`70970`).
Expand Down Expand Up @@ -584,7 +584,7 @@ Drivers and Sensors
* Added configuration of internal reference voltage value to ad559x to support
calls of :c:func:`adc_raw_to_millivolts()`.
* Fixed issue with driver initialization causing improper operation in the ad559x driver
regarding the availibility of :kconfig:option:`CONFIG_THREAD_NAME`.
regarding the availability of :kconfig:option:`CONFIG_THREAD_NAME`.
* Improved the ADC read efficiency and validation in ad559x driver.
* ESP32 changes

Expand Down

0 comments on commit d6afb8f

Please sign in to comment.