2023-06-02 15:17:57 +02:00
|
|
|
:orphan:
|
|
|
|
|
|
|
|
.. _zephyr_3.5:
|
|
|
|
|
|
|
|
Zephyr 3.5.0 (Working Draft)
|
|
|
|
############################
|
|
|
|
|
|
|
|
We are pleased to announce the release of Zephyr version 3.5.0.
|
|
|
|
|
|
|
|
Major enhancements with this release include:
|
|
|
|
|
2023-10-02 16:54:23 +02:00
|
|
|
* Added native_sim (successor to native_posix)
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
The following sections provide detailed lists of changes by component.
|
|
|
|
|
|
|
|
Security Vulnerability Related
|
|
|
|
******************************
|
2023-09-26 00:01:00 +02:00
|
|
|
The following CVEs are addressed by this release:
|
|
|
|
|
|
|
|
More detailed information can be found in:
|
|
|
|
https://docs.zephyrproject.org/latest/security/vulnerabilities.html
|
|
|
|
|
2023-10-05 23:46:19 +02:00
|
|
|
* CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
|
|
|
|
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
|
|
|
|
|
2023-10-05 00:14:21 +02:00
|
|
|
* CVE-2023-4257: Under embargo until 2023-10-12
|
|
|
|
|
2023-09-26 00:01:00 +02:00
|
|
|
* CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
|
|
|
|
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
|
|
|
|
|
2023-10-10 18:55:29 +02:00
|
|
|
* CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
|
|
|
|
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
|
|
|
|
|
2023-10-06 00:04:53 +02:00
|
|
|
* CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
|
|
|
|
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_
|
|
|
|
|
2023-09-26 20:38:02 +02:00
|
|
|
* CVE-2023-4264 `Zephyr project bug tracker GHSA-rgx6-3w4j-gf5j
|
|
|
|
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-rgx6-3w4j-gf5j>`_
|
|
|
|
|
2023-10-05 00:14:21 +02:00
|
|
|
* CVE-2023-4424: Under embargo until 2023-11-01
|
|
|
|
|
|
|
|
* CVE-2023-5055: Under embargo until 2023-11-01
|
|
|
|
|
|
|
|
* CVE-2023-5139: Under embargo until 2023-10-25
|
|
|
|
|
2023-09-27 19:37:26 +02:00
|
|
|
* CVE-2023-5184 `Zephyr project bug tracker GHSA-8x3p-q3r5-xh9g
|
|
|
|
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-8x3p-q3r5-xh9g>`_
|
2023-06-02 15:17:57 +02:00
|
|
|
|
2023-10-05 00:14:21 +02:00
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Kernel
|
|
|
|
******
|
|
|
|
|
2023-10-07 02:58:53 +02:00
|
|
|
* Added support for dynamic thread stack allocation via :c:func:`k_thread_stack_alloc`
|
|
|
|
* Added support for :c:func:`k_spin_trylock`
|
2023-10-10 02:54:11 +02:00
|
|
|
* Added :c:func:`k_object_is_valid` to check if a kernel object is valid. This replaces
|
|
|
|
code that has been duplicated throughout the tree.
|
2023-10-07 02:58:53 +02:00
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Architectures
|
|
|
|
*************
|
|
|
|
|
|
|
|
* ARM
|
|
|
|
|
2023-09-07 10:38:08 +02:00
|
|
|
* Architectural support for Arm Cortex-M has been separated from Arm
|
|
|
|
Cortex-A and Cortex-R. This includes separate source modules to handle
|
|
|
|
tasks like IRQ management, exception handling, thread handling and swap.
|
|
|
|
For implementation details see :github:`60031`.
|
|
|
|
|
2023-08-17 12:54:55 +02:00
|
|
|
* ARM
|
2023-08-08 09:46:26 +02:00
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* ARM64
|
|
|
|
|
|
|
|
* RISC-V
|
|
|
|
|
|
|
|
* Xtensa
|
|
|
|
|
2023-10-10 02:22:33 +02:00
|
|
|
* Added basic MMU v2 Support.
|
|
|
|
|
2023-10-02 16:54:23 +02:00
|
|
|
* POSIX
|
|
|
|
|
|
|
|
* Has been reworked to use the native simulator.
|
|
|
|
* New boards have been added.
|
|
|
|
* For the new boards, embedded C libraries can be used, and conflicts with the host symbols
|
|
|
|
and libraries avoided.
|
|
|
|
* The :ref:`POSIX OS abstraction<posix_support>` is supported in these new boards.
|
|
|
|
* AMP targets are now supported.
|
|
|
|
* Added support for LLVM source profiling/coverage.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Bluetooth
|
|
|
|
*********
|
|
|
|
|
|
|
|
* Audio
|
|
|
|
|
|
|
|
* Direction Finding
|
|
|
|
|
|
|
|
* Host
|
|
|
|
|
|
|
|
* Mesh
|
|
|
|
|
|
|
|
* Controller
|
|
|
|
|
|
|
|
* HCI Driver
|
|
|
|
|
|
|
|
Boards & SoC Support
|
|
|
|
********************
|
|
|
|
|
|
|
|
* Added support for these SoC series:
|
|
|
|
|
2023-07-21 09:08:38 +02:00
|
|
|
* Nuvoton NuMaker M46x series
|
2023-10-10 15:40:06 +02:00
|
|
|
* Added support for STM32F072X8 SoC variants
|
|
|
|
* Added support for STM32L051X6 SoC variants
|
|
|
|
* Added support for STM32L451XX SoC variants
|
|
|
|
* Added support for STM32L4Q5XX SoC variants
|
|
|
|
* Added support for STM32WBA SoC series
|
2023-07-21 09:08:38 +02:00
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Removed support for these SoC series:
|
|
|
|
|
|
|
|
* Made these changes in other SoC series:
|
|
|
|
|
2023-07-26 22:25:18 +02:00
|
|
|
* i.MX RT SOCs no longer enable CONFIG_DEVICE_CONFIGURATION_DATA by default.
|
|
|
|
boards using external SDRAM should set CONFIG_DEVICE_CONFIGURATION_DATA
|
2023-07-18 00:58:40 +02:00
|
|
|
and CONFIG_NXP_IMX_EXTERNAL_SDRAM to enabled.
|
2023-07-18 01:05:21 +02:00
|
|
|
* i.MX RT SOCs no longer support CONFIG_OCRAM_NOCACHE, as this functionality
|
|
|
|
can be achieved using devicetree memory regions
|
2023-10-10 02:22:33 +02:00
|
|
|
* Refactored ESP32 SoC folders. So now these are a proper SoC series.
|
2023-07-26 22:25:18 +02:00
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Added support for these ARC boards:
|
|
|
|
|
|
|
|
* Added support for these ARM boards:
|
|
|
|
|
2023-07-21 09:08:38 +02:00
|
|
|
* Nuvoton NuMaker Platform M467
|
2023-10-10 15:40:06 +02:00
|
|
|
* ST Nucleo U5A5ZJ Q
|
|
|
|
* ST Nucleo WBA52CG
|
2023-07-21 09:08:38 +02:00
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Added support for these ARM64 boards:
|
|
|
|
|
|
|
|
* Added support for these RISC-V boards:
|
|
|
|
|
|
|
|
* Added support for these X86 boards:
|
|
|
|
|
|
|
|
* Added support for these Xtensa boards:
|
|
|
|
|
2023-10-10 02:22:33 +02:00
|
|
|
* Added ``esp32_devkitc_wroom`` and ``esp32_devkitc_wrover``.
|
|
|
|
|
|
|
|
* Added ``esp32s3_luatos_core``.
|
|
|
|
|
|
|
|
* Added ``m5stack_core2``.
|
|
|
|
|
|
|
|
* Added ``qemu_xtensa_mmu`` utilizing Diamond DC233c SoC to support
|
|
|
|
testing Xtensa MMU.
|
|
|
|
|
|
|
|
* Added ``xiao_esp32s3``.
|
|
|
|
|
|
|
|
* Added ``yd_esp32``.
|
|
|
|
|
2023-10-02 16:54:23 +02:00
|
|
|
* Added support for these POSIX boards:
|
|
|
|
|
|
|
|
* :ref:`native_sim(_64) <native_sim>`
|
|
|
|
* nrf5340bsim_nrf5340_cpu(net|app). A simulated nrf5340 SOC, which uses Babblesim for its radio
|
|
|
|
traffic.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Made these changes for ARC boards:
|
|
|
|
|
|
|
|
* Made these changes for ARM boards:
|
|
|
|
|
2023-10-10 15:40:06 +02:00
|
|
|
* ST morpho connector description was added on ST nucleo boards.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Made these changes for ARM64 boards:
|
|
|
|
|
|
|
|
* Made these changes for RISC-V boards:
|
|
|
|
|
|
|
|
* Made these changes for X86 boards:
|
|
|
|
|
|
|
|
* Made these changes for Xtensa boards:
|
|
|
|
|
2023-10-10 02:22:33 +02:00
|
|
|
* esp32s3_devkitm:
|
|
|
|
|
|
|
|
* Added USB-CDC support.
|
|
|
|
|
|
|
|
* Added CAN support.
|
|
|
|
|
2023-10-02 16:54:23 +02:00
|
|
|
* Made these changes for POSIX boards:
|
|
|
|
|
|
|
|
* nrf52_bsim:
|
|
|
|
|
|
|
|
* Has been reworked to use the native simulator as its runner.
|
|
|
|
* Multiple HW models improvements and fixes. GPIO & GPIOTE peripherals added.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Removed support for these ARC boards:
|
|
|
|
|
|
|
|
* Removed support for these ARM boards:
|
|
|
|
|
|
|
|
* Removed support for these ARM64 boards:
|
|
|
|
|
|
|
|
* Removed support for these RISC-V boards:
|
|
|
|
|
|
|
|
* Removed support for these X86 boards:
|
|
|
|
|
|
|
|
* Removed support for these Xtensa boards:
|
|
|
|
|
2023-10-10 02:22:33 +02:00
|
|
|
* Removed ``esp32``. Use ``esp32_devkitc_*`` instead.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Made these changes in other boards:
|
|
|
|
|
|
|
|
* Added support for these following shields:
|
|
|
|
|
2023-10-10 15:48:32 +02:00
|
|
|
* Adafruit PiCowbell CAN Bus Shield for Pico
|
|
|
|
* Arduino UNO click shield
|
|
|
|
* G1120B0MIPI MIPI Display
|
|
|
|
* MikroElektronika MCP2518FD Click shield (CAN-FD)
|
|
|
|
* RK055HDMIPI4M MIPI Display
|
|
|
|
* RK055HDMIPI4MA0 MIPI Display
|
|
|
|
* Semtech SX1276MB1MAS LoRa Shield
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Build system and infrastructure
|
|
|
|
*******************************
|
|
|
|
|
2023-08-21 10:16:35 +02:00
|
|
|
* SCA (Static Code Analysis)
|
|
|
|
|
|
|
|
* Added support for CodeChecker
|
|
|
|
|
2023-08-18 13:34:08 +02:00
|
|
|
* Twister now supports ``required_snippets`` in testsuite .yml files, this can
|
|
|
|
be used to include a snippet when a test is ran (and exclude any boards from
|
|
|
|
running that the snippet cannot be applied to).
|
|
|
|
|
2023-09-11 16:45:36 +02:00
|
|
|
* Interrupts
|
|
|
|
|
|
|
|
* Added support for shared interrupts
|
|
|
|
|
2023-07-26 14:44:07 +02:00
|
|
|
* Added support for setting MCUboot encryption key in sysbuild which is then
|
|
|
|
propagated to the bootloader and target images to automatically create
|
|
|
|
encrypted updates.
|
|
|
|
|
2023-10-04 13:16:15 +02:00
|
|
|
* Build time priority checking: enable build time priority checking by default.
|
|
|
|
This fails the build if the initialization sequence in the final ELF file
|
|
|
|
does not match the devicetree hierarchy. It can be turned off by disabling
|
|
|
|
the :kconfig:option:`COFNIG_CHECK_INIT_PRIORITIES` option.
|
|
|
|
|
|
|
|
* Added a new ``initlevels`` target for printing the final device and
|
|
|
|
:c:macro:`SYS_INIT` initialization sequence from the final ELF file.
|
|
|
|
|
2023-10-10 02:54:11 +02:00
|
|
|
* Reworked syscall code generations so that not all marshalling functions
|
|
|
|
will be included in the final binary. Syscalls associated with disabled
|
|
|
|
subsystems no longer have their marshalling functions generated.
|
|
|
|
|
2023-10-10 03:00:05 +02:00
|
|
|
* Partially enabled compiler warning about shadow variables for subset of
|
|
|
|
in-tree code. Out-of-tree code needs to be patched before we can fully
|
|
|
|
enable shadow variable warnings.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Drivers and Sensors
|
|
|
|
*******************
|
|
|
|
|
|
|
|
* ADC
|
|
|
|
|
2023-10-10 15:40:06 +02:00
|
|
|
* Added support for STM32F0 HSI14 clock (dedicated ADC clock)
|
|
|
|
* Added support for STM32 ADC source clock and prescaler. On STM32F1 and STM32F3
|
|
|
|
series, ADC prescaler can be configured using dedicated RCC Clock Controller
|
|
|
|
option.
|
|
|
|
* Added support for the ADC sequencer for all STM32 series (except F1)
|
|
|
|
* Fixed STM32F4 ADC temperature and Vbat measurement.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Battery-backed RAM
|
|
|
|
|
|
|
|
* CAN
|
|
|
|
|
2023-10-09 12:43:00 +02:00
|
|
|
* Added support for TI TCAN4x5x CAN-FD controller with integrated transceiver
|
|
|
|
(:dtcompatible:`ti,tcan4x5x`).
|
|
|
|
* Added support for Microchip MCP251xFD CAN-FD controller (:dtcompatible:`microchip,mcp251xfd`).
|
|
|
|
* Added support for CAN statistics to the Bosch M_CAN controller driver backend.
|
|
|
|
* Switched the NXP S32 CANXL driver to use clock control for the CAN clock instead of hard-coding
|
|
|
|
a CAN clock frequency in the devicetree.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Clock control
|
|
|
|
|
2023-07-21 09:08:38 +02:00
|
|
|
* Added support for Nuvoton NuMaker M46x
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Counter
|
|
|
|
|
2023-10-10 15:40:06 +02:00
|
|
|
* Added :kconfig:option:`CONFIG_COUNTER_RTC_STM32_SUBSECONDS` to enable subsecond as
|
|
|
|
the basic time tick on STM32 RTC based counter driver.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Crypto
|
|
|
|
|
|
|
|
* DAC
|
|
|
|
|
2023-10-10 21:34:18 +02:00
|
|
|
* Added support for Analog Devices AD56xx
|
|
|
|
* Added support for NXP lpcxpresso55s36 (LPDAC)
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* DFU
|
|
|
|
|
|
|
|
* Disk
|
|
|
|
|
|
|
|
* Display
|
|
|
|
|
2023-09-10 16:25:49 +02:00
|
|
|
* Added support for ST7735S (in ST7735R driver)
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* DMA
|
|
|
|
|
|
|
|
* EEPROM
|
|
|
|
|
2023-10-09 12:47:24 +02:00
|
|
|
* Added support for Fujitsu MB85RCxx series I2C FRAM (:dtcompatible:`fujitsu,mb85rcxx`).
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Entropy
|
|
|
|
|
2023-10-09 21:48:56 +02:00
|
|
|
* Added a requirement for ``entropy_get_entropy()`` to be thread-safe because
|
|
|
|
of random subsystem needs.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* ESPI
|
|
|
|
|
|
|
|
* Ethernet
|
|
|
|
|
2023-08-22 14:36:34 +02:00
|
|
|
* Added :kconfig:option:`CONFIG_ETH_NATIVE_POSIX_RX_TIMEOUT` to set rx timeout for native posix.
|
2023-10-09 10:30:16 +02:00
|
|
|
* Added support for adin2111.
|
|
|
|
* Added support for NXP S32 GMAC.
|
|
|
|
* Added support for promiscuous mode in eth_smsc91x.
|
|
|
|
* Added support for STM32H5X SOC series.
|
|
|
|
* Added support for MDIO Clause 45 APIs.
|
|
|
|
* Added support for YD-ESP32 board Ethernet.
|
|
|
|
* Fixed stm32 to generate more unique MAC address by using device id as a base for the MAC.
|
|
|
|
* Fixed mcux to increase the PTP timestamp accuracy from 20us to 200ns.
|
|
|
|
* Fixed Ethernet max header size when using VLAN.
|
|
|
|
* Removed the ``mdio`` DT property. Please use :c:macro:`DT_INST_BUS()` in the driver instead.
|
|
|
|
* Reworked the device node hierarchy in smsc91x.
|
|
|
|
* Renamed the phy-dev property with phy-handle to match the Linux ethernet-controller binding
|
|
|
|
and move it up to ethernet.yaml so that it can be used by other drivers.
|
|
|
|
* Updated Ethernet PHY to use ``reg`` property in DT bindings.
|
|
|
|
* Updated driver DT bindings to use ``ethernet-phy`` devicetree node name consistently.
|
|
|
|
* Updated esp32 and sam-gmac DT so that the phy is pointed by a phandle rather than
|
|
|
|
a child node, this makes the phy device a child of mdio.
|
2023-08-22 14:36:34 +02:00
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Flash
|
|
|
|
|
2023-07-21 03:48:48 +02:00
|
|
|
* Introduce npcx flash driver that supports two or more spi nor flashes via a
|
|
|
|
single Flash Interface Unit (FIU) module and Direct Read Access (DRA) mode
|
|
|
|
for better performance.
|
2023-07-21 09:08:38 +02:00
|
|
|
* Added support for Nuvoton NuMaker M46x embedded flash
|
2023-10-10 15:40:06 +02:00
|
|
|
* STM32 QSPI driver now supports Jedec SFDP parameter reading.
|
|
|
|
* STM32 OSPI driver now supports both Low and High ports of IO manager.
|
2023-07-21 03:48:48 +02:00
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* FPGA
|
|
|
|
|
|
|
|
* Fuel Gauge
|
|
|
|
|
|
|
|
* GPIO
|
|
|
|
|
2023-07-21 09:08:38 +02:00
|
|
|
* Added support for Nuvoton NuMaker M46x
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* hwinfo
|
|
|
|
|
|
|
|
* I2C
|
|
|
|
|
2023-10-10 15:40:06 +02:00
|
|
|
* STM32 V1 driver now supports large transactions (more than 256 bytes chunks)
|
|
|
|
* STM32 V2 driver now supports 10-bit addressing.
|
|
|
|
* I2C devices can now be used as wakeup source from STOP modes on STM32.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* I2S
|
|
|
|
|
|
|
|
* I3C
|
|
|
|
|
2023-10-10 02:42:22 +02:00
|
|
|
* ``i3c_cdns``:
|
|
|
|
|
|
|
|
* Fixed build error when :kconfig:option:`CONFIG_I3C_USE_IBI` is disabled.
|
|
|
|
|
|
|
|
* Fixed transfer issue when controller is busy. Now wait for controller to
|
|
|
|
idle before proceeding with another transfer.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* IEEE 802.15.4
|
|
|
|
|
2023-09-02 14:26:44 +02:00
|
|
|
* A new mandatory method attr_get() was introduced into ieee802154_radio_api.
|
|
|
|
Drivers need to implement at least
|
|
|
|
IEEE802154_ATTR_PHY_SUPPORTED_CHANNEL_PAGES and
|
|
|
|
IEEE802154_ATTR_PHY_SUPPORTED_CHANNEL_RANGES.
|
|
|
|
* The hardware capabilities IEEE802154_HW_2_4_GHZ and IEEE802154_HW_SUB_GHZ
|
|
|
|
were removed as they were not aligned with the standard and some already
|
|
|
|
existing drivers couldn't properly express their channel page and channel
|
|
|
|
range (notably SUN FSK and HRP UWB drivers). The capabilities were replaced
|
|
|
|
by the standard conforming new driver attribute
|
|
|
|
IEEE802154_ATTR_PHY_SUPPORTED_CHANNEL_PAGES that fits all in-tree drivers.
|
|
|
|
* The method get_subg_channel_count() was removed from ieee802154_radio_api.
|
|
|
|
This method could not properly express the channel range of existing drivers
|
|
|
|
(notably SUN FSK drivers that implement channel pages > 0 and may not have
|
|
|
|
zero-based channel ranges or UWB drivers that could not be represented at
|
|
|
|
all). The method was replaced by the new driver attribute
|
|
|
|
IEEE802154_ATTR_PHY_SUPPORTED_CHANNEL_RANGES that fits all in-tree drivers.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Interrupt Controller
|
|
|
|
|
2023-06-02 15:19:04 +02:00
|
|
|
* GIC: Architecture version selection is now based on the device tree
|
|
|
|
|
2023-10-04 13:11:55 +02:00
|
|
|
* Input
|
|
|
|
|
|
|
|
* New drivers: :dtcompatible:`gpio-qdec`, :dtcompatible:`st,stmpe811`.
|
|
|
|
|
|
|
|
* Drivers converted from Kscan to Input: :dtcompatible:`goodix,gt911`
|
|
|
|
:dtcompatible:`xptek,xpt2046` :dtcompatible:`hynitron,cst816s`
|
|
|
|
:dtcompatible:`microchip,cap1203`.
|
|
|
|
|
|
|
|
* Added a Kconfig option for dumping all events to the console
|
|
|
|
:kconfig:option:`CONFIG_INPUT_EVENT_DUMP` and new shell commands
|
|
|
|
:kconfig:option:`CONFIG_INPUT_SHELL`.
|
|
|
|
|
|
|
|
* Merged ``zephyr,gpio-keys`` into :dtcompatible:`gpio-keys` and added
|
|
|
|
``zephyr,code`` codes to all in-tree board ``gpio-keys`` nodes.
|
|
|
|
|
|
|
|
* Renamed the callback definition macro from ``INPUT_LISTENER_CB_DEFINE`` to
|
|
|
|
:c:macro:`INPUT_CALLBACK_DEFINE`.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* IPM
|
|
|
|
|
|
|
|
* KSCAN
|
|
|
|
|
|
|
|
* LED
|
|
|
|
|
|
|
|
* MBOX
|
|
|
|
|
|
|
|
* MEMC
|
|
|
|
|
|
|
|
* PCIE
|
|
|
|
|
2023-10-10 02:38:23 +02:00
|
|
|
* Added support in shell to display PCIe capabilities.
|
|
|
|
|
|
|
|
* Added virtual channel support.
|
|
|
|
|
|
|
|
* Added kconfig :kconfig:option:`CONFIG_PCIE_INIT_PRIORITY` to specify
|
|
|
|
initialization priority for host controller.
|
|
|
|
|
|
|
|
* Added support to get IRQ from ACPI PCI Routing Table (PRT).
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* PECI
|
|
|
|
|
|
|
|
* Pin control
|
|
|
|
|
2023-07-21 09:08:38 +02:00
|
|
|
* Added support for Nuvoton NuMaker M46x
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* PWM
|
|
|
|
|
2023-10-10 15:40:06 +02:00
|
|
|
* Added 4 channels capture on STM32 PWM driver.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Power domain
|
|
|
|
|
|
|
|
* Regulators
|
|
|
|
|
2023-10-09 11:27:50 +02:00
|
|
|
* Added support for GPIO-controlled voltage regulator
|
|
|
|
|
|
|
|
* Added support for AXP192 PMIC
|
|
|
|
|
|
|
|
* Added support for NXP VREF regulator
|
|
|
|
|
|
|
|
* Fixed regulators can now specify their operating voltage
|
|
|
|
|
|
|
|
* PFM mode is now support for nPM1300
|
|
|
|
|
|
|
|
* Added new API to configure "ship" mode
|
|
|
|
|
|
|
|
* Regulator shell allows to configure DVS modes
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Reset
|
|
|
|
|
2023-07-21 09:08:38 +02:00
|
|
|
* Added support for Nuvoton NuMaker M46x
|
|
|
|
|
2023-10-02 10:24:53 +02:00
|
|
|
* Retained memory
|
|
|
|
|
|
|
|
* Added support for allowing mutex support to be forcibly disabled with
|
|
|
|
:kconfig:option:`CONFIG_RETAINED_MEM_MUTEX_FORCE_DISABLE`.
|
|
|
|
|
|
|
|
* Fixed issue with user mode support not working.
|
|
|
|
|
2023-10-10 15:40:06 +02:00
|
|
|
* RTC
|
|
|
|
|
|
|
|
* Added support for STM32 RTC API driver. This driver is not compatible with
|
|
|
|
the use of RTC based implementation of COUNTER API.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* SDHC
|
|
|
|
|
|
|
|
* Sensor
|
|
|
|
|
2023-10-04 13:16:49 +02:00
|
|
|
* Reworked the :dtcompatible:`ti,bq274xx` to add ``BQ27427`` support, fixed
|
|
|
|
units for capacity and power channels.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Serial
|
|
|
|
|
2023-07-21 09:08:38 +02:00
|
|
|
* Added support for Nuvoton NuMaker M46x
|
|
|
|
|
2023-09-22 03:07:29 +02:00
|
|
|
* NS16550: Reworked how device initialization macros.
|
|
|
|
|
2023-10-10 03:12:23 +02:00
|
|
|
* ``CONFIG_UART_NS16550_ACCESS_IOPORT`` and ``CONFIG_UART_NS16550_SIMULT_ACCESS``
|
|
|
|
are removed. For UART using IO port access, add ``io-mapped`` property to
|
2023-09-22 03:07:29 +02:00
|
|
|
device tree node.
|
|
|
|
|
2023-10-10 03:12:23 +02:00
|
|
|
* Added async support for ESP32S3.
|
|
|
|
|
|
|
|
* Added support for serial TTY under ``native_posix``.
|
|
|
|
|
|
|
|
* Added support for UART on Efinix Sapphire SoCs.
|
|
|
|
|
|
|
|
* Added Intel SEDI UART driver.
|
|
|
|
|
|
|
|
* Added support for UART on BCM2711.
|
|
|
|
|
|
|
|
* ``uart_stm32``:
|
|
|
|
|
|
|
|
* Added RS485 support.
|
|
|
|
|
|
|
|
* Added wide data support.
|
|
|
|
|
|
|
|
* ``uart_pl011``: added support for Ambiq SoCs.
|
|
|
|
|
|
|
|
* ``serial_test``: added support for interrupt and async APIs.
|
|
|
|
|
|
|
|
* ``uart_emul``: added support for interrupt API.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* SPI
|
|
|
|
|
2023-07-21 03:48:48 +02:00
|
|
|
* Remove npcx spi driver implemented by Flash Interface Unit (FIU) module.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* Timer
|
|
|
|
|
2023-07-08 15:17:33 +02:00
|
|
|
* The TI CC13xx/26xx system clock timer compatible was changed from
|
|
|
|
:dtcompatible:`ti,cc13xx-cc26xx-rtc` to :dtcompatible:`ti,cc13xx-cc26xx-rtc-timer`
|
|
|
|
and the corresponding Kconfig option from :kconfig:option:`CC13X2_CC26X2_RTC_TIMER`
|
|
|
|
to :kconfig:option:`CC13XX_CC26XX_RTC_TIMER` for improved consistency and
|
|
|
|
extensibility. No action is required unless the internal timer was modified.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* USB
|
|
|
|
|
2023-10-10 15:40:06 +02:00
|
|
|
* Added UDC driver for STM32 based MCU, relying on HAL/PCD. This driver is compatible
|
|
|
|
with UDC API (experimental).
|
|
|
|
* Added support for STM32H5 series on USB driver.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
* W1
|
|
|
|
|
|
|
|
* Watchdog
|
|
|
|
|
|
|
|
* WiFi
|
|
|
|
|
2023-10-09 10:30:16 +02:00
|
|
|
* Increased esp32 default network (TCP workq, RX and mgmt event) stack sizes to 2048 bytes.
|
|
|
|
* Reduced the RAM usage for esp32s2_saola in Wi-Fi samples.
|
|
|
|
* Fixed undefined declarations in winc1500.
|
|
|
|
* Fixed SPI buffer length in eswifi.
|
|
|
|
* Fixed esp32 data sending and channel selection in AP mode.
|
|
|
|
* Fixed esp_at driver init and network interface dormant state setting.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Networking
|
|
|
|
**********
|
|
|
|
|
2023-08-01 12:20:24 +02:00
|
|
|
* CoAP:
|
|
|
|
|
2023-10-09 13:01:54 +02:00
|
|
|
* Optimized CoAP client library to use only a single thread internally.
|
|
|
|
* Converted CoAP client library to use ``zsock_*`` API internally.
|
|
|
|
* Fixed a bug in CoAP client library, which resulted in an incorrect
|
|
|
|
retransmission timeout calculation.
|
2023-08-01 12:20:24 +02:00
|
|
|
* Use 64 bit timer values for calculating transmission timeouts. This fixes potential problems for
|
|
|
|
devices that stay on for more than 49 days when the 32 bit uptime counter might roll over and
|
|
|
|
cause CoAP packets to not timeout at all on this event.
|
2023-10-09 13:01:54 +02:00
|
|
|
* API documentation improvements.
|
|
|
|
* Added new API functions:
|
|
|
|
|
|
|
|
* :c:func:`coap_has_descriptive_block_option`
|
|
|
|
* :c:func:`coap_remove_descriptive_block_option`
|
|
|
|
* :c:func:`coap_packet_remove_option`
|
|
|
|
* :c:func:`coap_packet_set_path`
|
|
|
|
|
|
|
|
* Connection Manager:
|
|
|
|
|
|
|
|
* Added support for auto-connect and auto-down behaviors (controlled by
|
|
|
|
:c:enum:`CONN_MGR_IF_NO_AUTO_CONNECT` and :c:enum:`CONN_MGR_IF_NO_AUTO_DOWN`
|
|
|
|
flags).
|
|
|
|
* Split Connection Manager APIs into separate header files.
|
|
|
|
* Extended Connection Manager documentation to cover new functionalities.
|
|
|
|
|
|
|
|
* DHCP:
|
|
|
|
|
|
|
|
* Added support for DHCPv4 unicast replies processing.
|
|
|
|
* Added support for DHCPv6 protocol.
|
2023-08-01 12:20:24 +02:00
|
|
|
|
2023-10-09 10:30:16 +02:00
|
|
|
* Ethernet:
|
|
|
|
|
|
|
|
* Fixed ARP queueing so that the queued network packet is sent immediately
|
|
|
|
instead of queued 2nd time in the core network stack.
|
|
|
|
|
|
|
|
* gPTP:
|
|
|
|
|
|
|
|
* Added support for detecting gPTP packets that use the default multicast destination address.
|
|
|
|
* Fixed Announce and Follow Up message handling.
|
|
|
|
|
2023-10-09 13:01:54 +02:00
|
|
|
* ICMP:
|
|
|
|
|
|
|
|
* Fixed ICMPv6 error message type check.
|
|
|
|
* Reworked ICMP callback registration and handling, which allows to register
|
|
|
|
multiple handlers for the same ICMP message.
|
|
|
|
* Introduced an API to send ICMP Echo Request (ping).
|
|
|
|
* Added possibility to register offloaded ICMP ping handlers.
|
|
|
|
* Added support for setting packet priority for ping.
|
|
|
|
|
|
|
|
* IPv6:
|
|
|
|
|
|
|
|
* Made sure that ongoing DAD procedure is cancelled when IPv6 address is removed.
|
|
|
|
* Fixed a bug, where Solicited-Node multicast address could be removed while
|
|
|
|
still in use.
|
|
|
|
|
2023-08-01 12:20:24 +02:00
|
|
|
* LwM2M:
|
|
|
|
|
|
|
|
* Added support for tickless mode. This removes the 500 ms timeout from the socket loop
|
|
|
|
so the engine does not constantly wake up the CPU. This can be enabled by
|
|
|
|
:kconfig:option:`CONFIG_LWM2M_TICKLESS`.
|
2023-09-28 16:19:45 +02:00
|
|
|
* Added new :c:macro:`LWM2M_RD_CLIENT_EVENT_DEREGISTER` event.
|
2023-10-09 13:01:54 +02:00
|
|
|
* Block-wise sending now supports LwM2M read and composite-read operations as well.
|
|
|
|
When :kconfig:option:`CONFIG_LWM2M_COAP_BLOCK_TRANSFER` is enabled, any content that is larger
|
|
|
|
than :kconfig:option:`CONFIG_LWM2M_COAP_MAX_MSG_SIZE` is split into a block-wise transfer.
|
|
|
|
* Block-wise transfers don't require tokens to match anymore as this was not in line
|
|
|
|
with CoAP specification (CoAP doesn't require tokens re-use).
|
|
|
|
* Various fixes to bootstrap. Now client ensures that Bootstrap-Finish command is sent,
|
|
|
|
before closing the DTLS pipe. Also allows Bootstrap server to close the DTLS pipe.
|
|
|
|
Added timeout when waiting for bootstrap commands.
|
|
|
|
* Added support for X509 certificates.
|
|
|
|
* Various fixes to string handling. Allow setting string to zero length.
|
|
|
|
Ensure string termination when using string operations on opaque resources.
|
|
|
|
* Added support for Connection Monitoring object version 1.3.
|
|
|
|
* Added protection for Security object to prevent read/writes by the server.
|
|
|
|
* Fixed a possible notification stall in case of observation token change.
|
|
|
|
* Added new shell command, ``lwm2m create``, which allows to create LwM2M object instances.
|
|
|
|
* Added LwM2M interoperability test-suite against Leshan server.
|
|
|
|
* API documentation improvements.
|
|
|
|
* Several other minor fixes and improvements.
|
|
|
|
|
|
|
|
* Misc:
|
|
|
|
|
|
|
|
* Time and timestamps in the network subsystem, PTP and IEEE 802.15.4
|
|
|
|
were more precisely specified and all in-tree call sites updated accordingly.
|
|
|
|
Fields for timed TX and TX/RX timestamps have been consolidated. See
|
|
|
|
:c:type:`net_time_t`, :c:struct:`net_ptp_time`, :c:struct:`ieee802154_config`,
|
|
|
|
:c:struct:`ieee802154_radio_api` and :c:struct:`net_pkt` for extensive
|
|
|
|
documentation. As this is largely an internal API, existing applications will
|
|
|
|
most probably continue to work unchanged.
|
|
|
|
* Added support for additional net_pkt filter hooks:
|
|
|
|
|
|
|
|
* :kconfig:option:`CONFIG_NET_PKT_FILTER_IPV4_HOOK`
|
|
|
|
* :kconfig:option:`CONFIG_NET_PKT_FILTER_IPV6_HOOK`
|
|
|
|
* :kconfig:option:`CONFIG_NET_PKT_FILTER_LOCAL_IN_HOOK`
|
|
|
|
|
|
|
|
* Reworked several networking components to use timepoint API.
|
|
|
|
* Added API functions facilitate going through all IPv4/IPv6 registered on an
|
|
|
|
interface (:c:func:`net_if_ipv4_addr_foreach`, :c:func:`net_if_ipv6_addr_foreach`).
|
|
|
|
* ``NET_EVENT_IPV6_PREFIX_ADD`` and ``NET_EVENT_IPV6_PREFIX_DEL`` events now provide
|
|
|
|
more detailed information about the prefix (:c:struct:`net_event_ipv6_prefix`).
|
|
|
|
* General cleanup of the shadowed variables across the networking subsystem.
|
|
|
|
* Added ``qemu_cortex_a53`` networking support.
|
|
|
|
* Introduced new modem subsystem.
|
|
|
|
* Added new :zephyr:code-sample:`cellular-modem` sample.
|
|
|
|
* Added support for network interface names (instead of reusing underlying device name).
|
|
|
|
* Removed support for Google Cloud IoT sample due to service retirement.
|
|
|
|
* Fixed a bug where packets passed in promiscuous mode could have been modified
|
|
|
|
by L2 in certain cases.
|
|
|
|
* Added support for setting syslog server (used for networking log backend)
|
|
|
|
IP address at runtime.
|
|
|
|
* Removed no longer used ``queued`` and ``sent`` net_pkt flags.
|
|
|
|
* Added support for binding zperf TCP/UDP server to a specific IP address.
|
|
|
|
|
|
|
|
* MQTT-SN:
|
|
|
|
|
|
|
|
* Improved thread safety of internal buffers allocation.
|
|
|
|
* API documentation improvements.
|
|
|
|
|
|
|
|
* OpenThread:
|
|
|
|
|
|
|
|
* Reworked :c:func:`otPlatEntropyGet` to use :c:func:`sys_csrand_get` internally.
|
|
|
|
* Introduced ``ieee802154_radio_openthread.h`` radio driver extension interface
|
|
|
|
specific for OpenThread. Added new transmit mode, specific to OpenThread,
|
|
|
|
:c:enum:`IEEE802154_OPENTHREAD_TX_MODE_TXTIME_MULTIPLE_CCA`.
|
|
|
|
|
|
|
|
* PPP:
|
|
|
|
|
|
|
|
* Fixed PPP L2 usage of the network interface carrier state.
|
|
|
|
* Made PPP L2 thread priority configurable (:kconfig:option:`CONFIG_NET_L2_PPP_THREAD_PRIO`).
|
|
|
|
* Moved PPP L2 out of experimental stage.
|
|
|
|
* Prevent PPP connection reestablish when carrier is down.
|
|
|
|
|
|
|
|
* Sockets:
|
|
|
|
|
|
|
|
* Added support for statically allocated socketpairs (in case no heap is available).
|
|
|
|
* Made send timeout configurable (:kconfig:option:`CONFIG_NET_SOCKET_MAX_SEND_WAIT`).
|
|
|
|
* Added support for ``FIONREAD`` and ``FIONBIO`` :c:func:`ioctl` commands.
|
|
|
|
* Fixed input filtering for connected datagram sockets.
|
|
|
|
* Fixed :c:func:`getsockname` operation on unconnected sockets.
|
|
|
|
* Added new secure socket options for DTLS Connection ID support:
|
|
|
|
|
|
|
|
* :c:macro:`TLS_DTLS_CID`
|
|
|
|
* :c:macro:`TLS_DTLS_CID_VALUE`
|
|
|
|
* :c:macro:`TLS_DTLS_PEER_CID_VALUE`
|
|
|
|
* :c:macro:`TLS_DTLS_CID_STATUS`
|
|
|
|
|
|
|
|
* Added support for :c:macro:`SO_REUSEADDR` and :c:macro:`SO_REUSEPORT` socket options.
|
|
|
|
|
|
|
|
* TCP:
|
|
|
|
|
|
|
|
* Fixed potential stall in data retransmission, when data was only partially acknowledged.
|
|
|
|
* Made TCP work queue priority configurable (:kconfig:option:`CONFIG_NET_TCP_WORKER_PRIO`).
|
|
|
|
* Added support for TCP new Reno collision avoidance algorithm.
|
|
|
|
* Fixed source address selection on bound sockets.
|
|
|
|
* Fixed possible memory leak in case listening socket was closed during active handshake.
|
|
|
|
* Fixed RST packet handling during handshake.
|
|
|
|
* Refactored the code responsible for connection teardown to fix found bugs and
|
|
|
|
simplify future maintenance.
|
|
|
|
|
|
|
|
* TFTP:
|
|
|
|
|
|
|
|
* Added new :zephyr:code-sample:`tftp-client` sample.
|
|
|
|
* API documentation improvements.
|
|
|
|
|
|
|
|
* WebSocket
|
|
|
|
|
|
|
|
* WebSocket library no longer closes underlying TCP socket automatically on disconnect.
|
|
|
|
This aligns with the connect behavior, where the WebSocket library expects an already
|
|
|
|
connected TCP socket.
|
2023-08-01 12:20:24 +02:00
|
|
|
|
2023-10-09 10:30:16 +02:00
|
|
|
* Wi-Fi:
|
2023-10-09 15:36:57 +02:00
|
|
|
|
2023-06-26 14:29:35 +02:00
|
|
|
* Added Passive scan support.
|
|
|
|
* The Wi-Fi scan API updated with Wi-Fi scan parameter to allow scan mode selection.
|
2023-10-09 10:30:16 +02:00
|
|
|
* Updated TWT handling.
|
|
|
|
* Added support for generic network manager API.
|
|
|
|
* Added support for Wi-Fi mode setting and selection.
|
|
|
|
* Added user input validation for SSID and PSK in Wi-Fi shell.
|
|
|
|
* Added scan extension for specifying channels, limiting scan results, filtering SSIDs,
|
|
|
|
setting active and passive channel dwell times and frequency bands.
|
2023-06-26 14:29:35 +02:00
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
USB
|
|
|
|
***
|
|
|
|
|
2023-09-04 10:35:30 +02:00
|
|
|
* USB device HID
|
|
|
|
* Kconfig option USB_HID_PROTOCOL_CODE, deprecated in v2.6, is finally removed.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Devicetree
|
|
|
|
**********
|
|
|
|
|
|
|
|
Libraries / Subsystems
|
|
|
|
**********************
|
|
|
|
|
2023-06-19 13:30:13 +02:00
|
|
|
* Management
|
|
|
|
|
2023-08-31 16:19:08 +02:00
|
|
|
* Introduced MCUmgr client support with handlers for img_mgmt and os_mgmt.
|
|
|
|
|
2023-06-19 13:30:13 +02:00
|
|
|
* Added response checking to MCUmgr's :c:enumerator:`MGMT_EVT_OP_CMD_RECV`
|
|
|
|
notification callback to allow applications to reject MCUmgr commands.
|
|
|
|
|
2023-06-21 15:56:32 +02:00
|
|
|
* MCUmgr SMP version 2 error translation (to legacy MCUmgr error code) is now
|
|
|
|
supported in function handlers by setting ``mg_translate_error`` of
|
2023-10-02 09:06:08 +02:00
|
|
|
:c:struct:`mgmt_group` when registering a group. See
|
2023-06-21 15:56:32 +02:00
|
|
|
:c:type:`smp_translate_error_fn` for function details.
|
|
|
|
|
2023-08-03 12:54:36 +02:00
|
|
|
* Fixed an issue with MCUmgr img_mgmt group whereby the size of the upload in
|
|
|
|
the initial packet was not checked.
|
|
|
|
|
|
|
|
* Fixed an issue with MCUmgr fs_mgmt group whereby some status codes were not
|
|
|
|
checked properly, this meant that the error returned might not be the
|
|
|
|
correct error, but would only occur in situations where an error was
|
|
|
|
already present.
|
|
|
|
|
|
|
|
* Fixed an issue whereby the SMP response function did not check to see if
|
|
|
|
the initial zcbor map was created successfully.
|
|
|
|
|
|
|
|
* Fixes an issue with MCUmgr shell_mgmt group whereby the length of a
|
|
|
|
received command was not properly checked.
|
|
|
|
|
|
|
|
* Added optional mutex locking support to MCUmgr img_mgmt group, which can
|
|
|
|
be enabled with :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_MUTEX`.
|
|
|
|
|
2023-06-19 09:34:31 +02:00
|
|
|
* Added MCUmgr settings management group, which allows for manipulation of
|
|
|
|
zephyr settings from a remote device, see :ref:`mcumgr_smp_group_3` for
|
|
|
|
details.
|
|
|
|
|
2023-08-09 14:07:49 +02:00
|
|
|
* Added :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_ALLOW_CONFIRM_NON_ACTIVE_IMAGE_SECONDARY`
|
|
|
|
and :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_ALLOW_CONFIRM_NON_ACTIVE_IMAGE_ANY`
|
|
|
|
that allow to control whether MCUmgr client will be allowed to confirm
|
|
|
|
non-active images.
|
|
|
|
|
|
|
|
* Added :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_ALLOW_ERASE_PENDING` that allows
|
|
|
|
to erase slots pending for next boot, that are not revert slots.
|
|
|
|
|
2023-08-07 11:00:15 +02:00
|
|
|
* Added ``user_data`` as an optional field to :c:struct:`mgmt_handler` when
|
|
|
|
:kconfig:option:`CONFIG_MCUMGR_MGMT_HANDLER_USER_DATA` is enabled.
|
|
|
|
|
2023-10-02 10:24:06 +02:00
|
|
|
* Added optional ``force`` parameter to os mgmt reset command, this can be checked in the
|
|
|
|
:c:enum:`MGMT_EVT_OP_OS_MGMT_RESET` notification callback whose data structure is
|
|
|
|
:c:struct:`os_mgmt_reset_data`.
|
|
|
|
|
|
|
|
* Added configurable number of SMP encoding levels via
|
|
|
|
:kconfig:option:`CONFIG_MCUMGR_SMP_CBOR_MIN_ENCODING_LEVELS`, which automatically increments
|
|
|
|
minimum encoding levels for in-tree groups if :kconfig:option:`CONFIG_ZCBOR_CANONICAL` is
|
|
|
|
enabled.
|
|
|
|
|
2023-10-10 15:40:06 +02:00
|
|
|
* Added STM32 SPI backend for EC Host command protocol.
|
|
|
|
|
2023-07-27 08:32:22 +02:00
|
|
|
* File systems
|
|
|
|
|
|
|
|
* Added support for ext2 file system.
|
2023-08-28 09:59:19 +02:00
|
|
|
* Added support of mounting littlefs on the block device from the shell/fs.
|
|
|
|
* Added alignment parameter to FS_LITTLEFS_DECLARE_CUSTOM_CONFIG macro, it can speed up read/write
|
|
|
|
operation for SDMMC devices in case when we align buffers on CONFIG_SDHC_BUFFER_ALIGNMENT,
|
|
|
|
because we can avoid extra copy of data from card bffer to read/prog buffer.
|
2023-07-27 08:32:22 +02:00
|
|
|
|
2023-10-09 21:56:37 +02:00
|
|
|
* Random
|
|
|
|
|
|
|
|
* ``CONFIG_XOROSHIRO_RANDOM_GENERATOR``, deprecated a long time ago, is finally removed.
|
|
|
|
|
2023-09-27 10:38:09 +02:00
|
|
|
* Retention
|
|
|
|
|
|
|
|
* Added the :ref:`blinfo_api` subsystem.
|
|
|
|
|
2023-10-02 10:25:22 +02:00
|
|
|
* Added support for allowing mutex support to be forcibly disabled with
|
|
|
|
:kconfig:option:`CONFIG_RETENTION_MUTEX_FORCE_DISABLE`.
|
|
|
|
|
2023-09-28 14:34:15 +02:00
|
|
|
* Binary descriptors
|
|
|
|
|
|
|
|
* Added the :ref:`binary_descriptors` (``bindesc``) subsystem.
|
|
|
|
|
2023-10-07 02:38:26 +02:00
|
|
|
* POSIX API
|
|
|
|
|
|
|
|
* Added dynamic thread stack support for :c:func:`pthread_create`
|
|
|
|
* Fixed :c:func:`stat` so that it returns file stats instead of filesystem stats
|
|
|
|
* Implemented :c:func:`pthread_barrierattr_destroy`, :c:func:`pthread_barrierattr_getpshared`,
|
|
|
|
:c:func:`pthread_barrierattr_init`, :c:func:`pthread_barrierattr_setpshared`,
|
|
|
|
:c:func:`pthread_condattr_destroy`, :c:func:`pthread_condattr_init`,
|
|
|
|
:c:func:`pthread_mutexattr_destroy`, :c:func:`pthread_mutexattr_init`, :c:func:`uname`,
|
|
|
|
:c:func:`sigaddset`, :c:func:`sigdelset`, :c:func:`sigemptyset`, :c:func:`sigfillset`,
|
|
|
|
:c:func:`sigismember`, :c:func:`strsignal`, :c:func:`pthread_spin_destroy`,
|
|
|
|
:c:func:`pthread_spin_init`, :c:func:`pthread_spin_lock`, :c:func:`pthread_spin_trylock`,
|
|
|
|
:c:func:`pthread_spin_unlock`, :c:func:`timer_getoverrun`, :c:func:`pthread_condattr_getclock`,
|
|
|
|
:c:func:`pthread_condattr_setclock`, :c:func:`clock_nanosleep`
|
|
|
|
* Added support for querying the number of bytes available to read via the
|
|
|
|
:c:macro:`FIONREAD` request to :c:func:`ioctl`
|
|
|
|
* Added :kconfig:option:`CONFIG_FDTABLE` to conditionally compile file descriptor table
|
|
|
|
* Added logging to POSIX threads, mutexes, and condition variables
|
|
|
|
* Fixed :c:func:`poll` issue with event file descriptors
|
|
|
|
|
2023-10-10 11:57:45 +02:00
|
|
|
* LoRa/LoRaWAN
|
|
|
|
|
|
|
|
* Updated ``loramac-node`` from v4.6.0 to v4.7.0
|
|
|
|
|
2023-10-10 21:16:58 +02:00
|
|
|
* CAN ISO-TP
|
|
|
|
|
|
|
|
* Added support for CAN FD.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
HALs
|
|
|
|
****
|
|
|
|
|
2023-07-21 09:08:38 +02:00
|
|
|
* Nuvoton
|
|
|
|
|
|
|
|
* Added Nuvoton NuMaker M46x
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
MCUboot
|
|
|
|
*******
|
|
|
|
|
2023-09-25 15:47:32 +02:00
|
|
|
* Added :kconfig:option:`CONFIG_MCUBOOT_BOOTLOADER_NO_DOWNGRADE`
|
|
|
|
that allows to inform application that the on-board MCUboot has been configured
|
|
|
|
with downgrade prevention enabled. This option is automatically selected for
|
|
|
|
DirectXIP mode and is available for both swap modes.
|
|
|
|
|
2023-09-28 13:44:39 +02:00
|
|
|
* Added :kconfig:option:`CONFIG_MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY`
|
|
|
|
that allows to inform application that the on-board MCUboot will overwrite
|
|
|
|
the primary slot with secondary slot contents, without saving the original
|
|
|
|
image in primary slot.
|
|
|
|
|
2023-10-02 09:18:59 +02:00
|
|
|
* Fixed issue with serial recovery not showing image details for decrypted images.
|
|
|
|
|
|
|
|
* Fixed issue with serial recovery in single slot mode wrongly iterating over 2 image slots.
|
|
|
|
|
|
|
|
* Fixed an issue with boot_serial repeats not being processed when output was sent, this would
|
|
|
|
lead to a divergence of commands whereby later commands being sent would have the previous
|
|
|
|
command output sent instead.
|
|
|
|
|
|
|
|
* Fixed an issue with the boot_serial zcbor setup encoder function wrongly including the buffer
|
|
|
|
address in the size which caused serial recovery to fail on some platforms.
|
|
|
|
|
|
|
|
* Fixed wrongly building in optimize for debug mode by default, this saves a significant amount
|
|
|
|
of flash space.
|
|
|
|
|
|
|
|
* Fixed issue with serial recovery use of MBEDTLS having undefined operations which led to usage
|
|
|
|
faults when the secondary slot image was encrypted.
|
|
|
|
|
2023-10-05 11:29:29 +02:00
|
|
|
* Fixed issue with bootutil asserting on maximum alignment in non-swap modes.
|
|
|
|
|
2023-10-02 09:18:59 +02:00
|
|
|
* Added error output when flash device fails to open and asserts are disabled, which will now
|
|
|
|
panic the bootloader.
|
|
|
|
|
|
|
|
* Added currently running slot ID and maximum application size to shared data function
|
|
|
|
definition.
|
|
|
|
|
|
|
|
* Added P384 and SHA384 support to imgtool.
|
|
|
|
|
|
|
|
* Added optional serial recovery image state and image set state commands.
|
|
|
|
|
|
|
|
* Added ``dumpinfo`` command for signed image parsing in imgtool.
|
|
|
|
|
|
|
|
* Added ``getpubhash`` command to dump the sha256 hash of the public key in imgtool.
|
|
|
|
|
|
|
|
* Added support for ``getpub`` to print the output to a file in imgtool.
|
|
|
|
|
|
|
|
* Added support for dumping the raw versions of the public keys in imgtool.
|
|
|
|
|
|
|
|
* Added support for sharing boot information with application via retention subsystem.
|
|
|
|
|
|
|
|
* Added support for serial recovery to read and handle encrypted seondary slot partitions.
|
|
|
|
|
|
|
|
* Removed ECDSA P224 support.
|
|
|
|
|
|
|
|
* Removed custom image list boot serial extension support.
|
|
|
|
|
|
|
|
* Reworked boot serial extensions so that they can be used by modules or from user repositories
|
|
|
|
by switching to iterable sections.
|
|
|
|
|
|
|
|
* Reworked image encryption support for Zephyr, static dummy key files are no longer in the code,
|
|
|
|
a pem file must be supplied to extract the private and public keys. The Kconfig menu has
|
|
|
|
changed to only show a single option for enabling encryption and selecting the key file.
|
|
|
|
|
|
|
|
* Reworked the ECDSA256 TLV curve agnostic and renamed it to ``ECDSA_SIG``.
|
|
|
|
|
|
|
|
* CDDL auto-generated function code has been replaced with zcbor function calls, this now allows
|
|
|
|
the parameters to be supplied in any order.
|
|
|
|
|
|
|
|
* The MCUboot version in this release is version ``2.0.0+0-rc1``.
|
|
|
|
|
2023-10-09 16:47:00 +02:00
|
|
|
Nanopb
|
|
|
|
******
|
|
|
|
|
|
|
|
* Changed project status to maintained.
|
|
|
|
|
|
|
|
* Added a separate nanopb.cmake file to be included by applications.
|
|
|
|
|
|
|
|
* Added helper cmake function ``zephyr_nanopb_sources`` to simplify ``.proto`` file inclusion.
|
|
|
|
|
2023-10-10 11:51:12 +02:00
|
|
|
LVGL
|
|
|
|
****
|
|
|
|
|
|
|
|
* Changed project status to maintained.
|
|
|
|
|
|
|
|
* Library has been updated to release v8.3.7.
|
|
|
|
|
|
|
|
* Added ``zephyr,lvgl-{pointer,button,encoder}-input`` pseudo device bindings.
|
|
|
|
:kconfig:option:`CONFIG_LV_Z_KSCAN_POINTER` is still supported but touch controllers
|
|
|
|
need a :dtcompatible:`zephyr,kscan-input` child node to emit input events.
|
|
|
|
|
|
|
|
* LVGL shell allows for monkey testing (requires :kconfig:option:`CONFIG_LV_USE_MONKEY`)
|
|
|
|
and inspecting memory usage.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Storage
|
|
|
|
*******
|
|
|
|
|
|
|
|
Trusted Firmware-M
|
|
|
|
******************
|
|
|
|
|
2023-06-21 06:08:05 +02:00
|
|
|
Trusted Firmware-A
|
|
|
|
******************
|
|
|
|
|
|
|
|
* Updated to TF-A 2.9.0.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
zcbor
|
|
|
|
*****
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
*************
|
|
|
|
|
2023-10-09 11:31:29 +02:00
|
|
|
* Upgraded Sphinx to 6.2
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Tests and Samples
|
|
|
|
*****************
|
|
|
|
|
2023-07-27 08:32:22 +02:00
|
|
|
* Created common sample for file systems (`fs_sample`). It originates from sample for FAT
|
|
|
|
(`fat_fs`) and supports both FAT and ext2 file systems.
|
|
|
|
|
2023-06-02 15:17:57 +02:00
|
|
|
Known Issues
|
2023-07-21 13:51:14 +02:00
|
|
|
************
|