Commit d6afb8fb authored by Pisit Sawangvonganan's avatar Pisit Sawangvonganan Committed by Alberto Escolar
Browse files

doc: releases: fix typo `release-notes-3.7.rst`



Utilize a code spell-checking tool to correct spelling errors
in `doc/releases/release-notes-3.7.rst` file.

Signed-off-by: default avatarPisit Sawangvonganan <pisit@ndrsolution.com>
parent 27d0aad7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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`).
@@ -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