github zephyrproject-rtos/zephyr v3.2.0-rc2
Zephyr v3.2.0-rc2

latest releases: v3.7.0-rc2, v3.7.0-rc1, v2.7.6...
pre-release21 months ago

Changes since v3.2.0-rc1:

Aastha Grover (1):
docs: add definition and minimum criteria for samples

Al Semjonovs (1):
ztest: Fix unused variable compile error in shuffle function

Aleksander Wasaznik (1):
Bluetooth: Shell: Remove a debug-print

Aleksandr Khromykh (2):
tests: Bluetooth: Mesh: create skeleton for adv bsim tests
tests: Bluetooth: Mesh: add adv tx complete cb tests

Anders Storrø (2):
MAINTAINERS: Add Andrewpini as BTM collaborator
Bluetooth: Mesh: Remove experimental tag from CDB

Andrei Emeltchenko (1):
i3c: doc: Make documentation readable

Andrzej Puzdrowski (5):
tests/subsys/dfu/mcuboot_multi: fixed bad page erase
tests/subsys/dfu/mcuboot_multi: cleanup on common operation
drivers/flash: move JESD216 option into FLASH
manifest: mcuboot update
manifest: mcuboot update

Andy Ross (3):
arch/posix: Fix 32 bit x86 fuzzing
arch/posix: Fix main() renaming trickery
toolchain/gcc: Don't use no_sanitize("address") with gcc

Attie Grande (1):
drivers: lora: Return error from lora_send()

BJ Chen (2):
soc: riscv: ite: removed redundant definitions
boards: riscv: ite: enable the CONFIG_OUTPUT_PRINT_MEMORY_USAGE

Dennis Sitelew (1):
logging: Fix signed integer cast for isprint

Dominik Ermel (4):
MAINTAINERS: Add mcumgr tests under mcumgr area.
tests/subsys/mgmt/mcumgr: Move tests
CODEOWNERS: Add/change onership of mcumgr components
mgmt: mcumgr: Remove zcbor_size_ definitions

Enjia Mai (11):
tests: lib: move the cmsis_dsp support test to new ztest API
tests: lib: move the cmsis_dsp statistics test to new ztest API
tests: lib: move the cmsis_dsp interpolation test to new ztest API
tests: lib: move the cmsis_dsp filtering test to new ztest API
tests: lib: move the cmsis_dsp matrix test to new ztest API
tests: lib: move the cmsis_dsp transform test to new ztest API
soc: xtensa: tool: duplicate the cavstool.py to remote-fw-service.py
soc: xtensa: split the cavs server and the FW loader
soc: xtensa: remove the serivce logic in the FW loader
boards: xtensa: update the documentation for changes of cavstool
soc: xtensa: cavstool: add support for logs coming from HDA logging

Erik Brockhoff (1):
Bluetooth: controller: fixing missing reset of proc context greedy flag

Fabio Baltieri (3):
samples: bt: hids: set report id in the report_map
samples: bt: hids: implement a sample report
release: Zephyr 3.2.0-rc2

Flavio Ceolin (1):
ace: power: Only define d0i3 stack when needed

Florian Grandel (2):
pm: device_runtime.c: compile error
drivers: console: rtt_console: undefined reference

Francois Ramu (5):
tests: drivers: adc stm32wb and stm32l5 start on channel1
dts: bindings: stm32 uart gives the EXTI line nb for PM
drivers: serial: stm32 uart driver set EXTI line for wakeup from lowPower
samples: boards: stm32 serial wakeup form LPUART on nucleo_wl55jc
drivers: uart: stm32 uart driver must include ll_exti with CONFIG_PM

Hake Huang (1):
tests: adc-dma: fix the dma dest address check failure

Henrik Brix Andersen (7):
tests: drivers: can: api: add missing test case documentation
drivers: can: add start and stop CAN controller API functions
tests: drivers: can: api: test returned error codes when started/stopped
tests: drivers: can: fd: test returned error codes when started/stopped
drivers: can: shell: add CAN start/stop shell commands
tests: drivers: can: shell: add tests for start/stop shell commands
doc: hardware: peripherals: canbus: controller: add start/stop calls

Herman Berget (1):
Bluetooth: Shell: Fix L2CAP ecred commands

Hu Zhenyu (2):
tests: Enable the pca9555 chip on mec172xevb_assy6906
tests: drivers: i2s: i2s_speed: move to new ztest API

Jeremy Bettis (2):
cmake: Add -gdwarf-4 at link time for gcc
gpio_emul: Fail at build time if ngpios is too big

Jiafei Pan (1):
board: arm64: mimx8mp/n/m: fix memory address bits length

Jonas Woerner (1):
Bluetooth: Host: Make adv error reporting more consistent

Kai Vehmanen (1):
soc: xtensa: tools: do not interfere with IPC in logs-only mode

Kevin Townsend (1):
manifest: zscilib update

Krishna T (1):
net: l2: wifi: Log band from the scan result

Lauren Murphy (2):
boards, dts: fix namespace for intel adsp cavs, ace
boards, dts: fix filenames and dts refs for adsp clock

Lingao Meng (1):
Bluetooth: Mesh: Fix iv recovery unable clear replay list

Mahesh Mahadevan (3):
clock: mcux: Use FSL_FEATURE_MCG_FFCLK_DIV to conditionalize
dts: rt1010: Fix RT1010 IP base addresses
dts: rt10xx: Fix SAI dts entries

Michael Laß (2):
boards: heltec_wifi_lora32_v2: enable trng0
boards: heltec_wifi_lora32_v2: improve documentation

Ola Tangen Kulseng (1):
net: lwm2m: API for multiple resource writing

Pavel Vasilyev (5):
Bluetooth: Mesh: Prevent CDB reusing address of deleted nodes
Bluetooth: Mesh: Fix print of newly allocated node in CDB
Bluetooth: Mesh: Check pending_buf in bt_mesh_send_cb in friend.c
Bluetooth: Mesh: Don't process unprovisioned beacon without callback
Bluetooth: Mesh: Use separate pool for relayed messages

Pawel Dunaj (1):
ipc_service: icmsg: Trigger data read after magic

Przemyslaw Bida (1):
net: openthread: priortize usec timer for openthread port.

Reto Schneider (3):
net: context: Fix memory leak
net: zperf: Configurable packet size limit
net: net_pkt: Simplify net_pkt_compact() API

Ryan Erickson (7):
boards: pinnacle_100_dvk: Enable QSPI and Modem by default
samples: net: lwm2m_client: Remove pinnacle_100_dvk overlay
samples: net: mqtt_publisher: Remove pinnacle_100_dvk overlay
samples: mcumgr: smp_svr: Remove pinnacle_100_dvk overlay
tests: net: bridge: exclude mg100 and pinnacle_100_dvk
samples: net: wpan_serial: exclude pinnacle_100_dvk
samples: net: wpanusb: exclude pinnacle_100_dvk

Sagar Shah (2):
net: lib: coap: method_from_code() API change to return errors.
tests: net: lib: coap: test coap_handle_request() for invalid request code.

Sjors Hettinga (1):
net: websockets: Fix websocket_send_msg return code

Stephanos Ioannidis (1):
ci: twister: Check out west modules for test plan

Sylvio Alves (2):
drivers: gpio: esp32: fix missing rtcio pin mapping
docs: esp32: update openocd section

Szymon Czapracki (1):
Bluetooth: audio: Fix error message in PACS

Thomas Stranger (5):
tests: drviers: remove superfluous source files
drivers: can: mcan: don't enabled trasceiver in init
drivers: can: native_posix_linux: drop rx frames while stopped
drivers: wifi: esp32: sp32_wifi_ap_enable: fix ret value overwritten
samples: drivers: can: babbling: start can node

Tom Burdick (1):
tests: hda_log: Increase timeout for testing

Torsten Rasmussen (2):
cmake: support grouping of compile options for compiler testing
cmake: test format options together

Vinayak Kariappa Chettimada (1):
Bluetooth: Controller: Fix compile error BT_CTLR_JIT_SCHEDULING enabled

Xinyang Tan (1):
drivers: flash: spi_nor: fix driver initialization error

Yinfang Wang (1):
tests: subsys/pm: delete the empty test.

Don't miss a new zephyr release

NewReleases is sending notifications on new releases.