zephyr/modules
Damian Krolik ab09c522b5 modules: openthread: platform: optimize stack usage in crypto_psa
A PSA crypto operation object can be initialized in multiple
ways according to the documentation. For example,
1. Using a dedicated psa_xxx_operation_init() function that
   returns an initialized object.
2. Using memset() to zero out the operation object.

For some PSA crypto driver implementations, using the first
method causes an excessive stack usage if the operation
object is large and psa_xxx_operation_init() is not inlined.
Instead, it is better to stick to memset() for this purpose.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
2025-03-07 19:59:00 +01:00
..
acpica
canopennode
cmsis arch: arm: cleanup of soc flags in arch 2024-11-16 15:56:11 -05:00
cmsis-dsp manifest: update cmsis-dsp to v1.16.2 2024-11-25 14:42:07 +01:00
cmsis-nn modules: cmsis-nn: add pad 2025-02-13 06:39:17 +01:00
fatfs fs: fat_fs: fix spelling of "available" 2025-02-19 18:51:13 +01:00
hal_ambiq modules: hal_ambiq: fix cmake warning when no BLE 2025-03-07 19:45:40 +01:00
hal_ethos_u modules: hal_ethos_u: Update to latest Ethos-U rev 2025-01-07 10:10:05 +01:00
hal_gigadevice
hal_infineon hal: infineon: handle gcc flag 2025-03-07 19:56:10 +01:00
hal_nordic modules: hal_nordic: nrf_802154: enable constant latency 2025-03-07 19:52:33 +01:00
hal_nxp modules: hal_nxp: Add empty file to support CONFIG_BUILD_ONLY_NO_BLOBS 2025-02-19 14:49:44 +00:00
hal_rpi_pico pico-sdk: Exclude the watchdog driver. 2025-03-07 19:47:41 +01:00
hal_silabs drivers: bluetooth: silabs: Set maximum TX power 2025-02-13 16:44:21 +01:00
hal_st drivers/sensor: lis2dux12: add lis2duxs12 support 2024-12-27 19:34:46 +01:00
hal_tdk modules: hal_tdk: Add icm42370p support 2025-02-08 00:31:43 +01:00
hal_wch soc: wch: reorganize series directories by core 2025-01-15 11:58:58 +01:00
hostap modules: hostap: Enable SHA384 support 2025-02-26 15:06:26 +01:00
liblc3 audio: liblc3: Fix global include path issue 2025-01-27 13:26:02 +01:00
littlefs fs: littlefs: add littlefs disk version selection 2024-12-17 20:55:51 +01:00
loramac-node
lvgl modules: lvgl: Update OSAL implementation 2025-02-07 02:22:52 +01:00
lz4 modules: lz4: add configurability 2024-11-22 22:46:59 +00:00
mbedtls modules: mbedtls: Provide CONFIG_MBEDTLS_ASN1_PARSE_C 2025-01-24 19:16:55 +01:00
nanopb
nrf_wifi modules: nrf_wifi: Include OSAL lib in buslib compilation 2025-03-07 19:42:10 +01:00
openthread modules: openthread: platform: optimize stack usage in crypto_psa 2025-03-07 19:59:00 +01:00
percepio
segger cmake: segger: linker_script: handle section rtt_buff_data 2025-02-21 18:03:29 +00:00
tflite-micro modules: tflite-micro: update cmakelists 2025-02-13 06:39:17 +01:00
thrift
trusted-firmware-a
trusted-firmware-m modules: avoid fetching external repo in TF-M 2025-01-24 19:16:08 +01:00
uoscore-uedhoc modules: Update uoscore-uedhoc revision to the latest 2025-02-13 20:12:18 +01:00
zcbor zcbor: Improve kconfig help text 2025-01-25 20:06:05 +01:00
Kconfig drivers: wifi: make WIFI_BUILD_ONLY_MODE global symbol 2024-12-18 18:17:16 +01:00
Kconfig.altera
Kconfig.atmel
Kconfig.chre
Kconfig.cypress
Kconfig.eos_s3
Kconfig.esp32
Kconfig.imx
Kconfig.infineon
Kconfig.intel
Kconfig.libmetal
Kconfig.mcuboot dfu: Add support for new MCUboot swap using offset mode 2025-02-10 19:05:25 +01:00
Kconfig.mcux soc: imxrt: drop the ADC_MCUX_12B1MSPS_SAR overrides 2025-02-26 22:03:36 +00:00
Kconfig.microchip
Kconfig.nuvoton
Kconfig.nxp_s32
Kconfig.open-amp
Kconfig.picolibc
Kconfig.renesas_fsp drivers: mbox: Initial support for RZ/G3S 2025-03-07 19:45:30 +01:00
Kconfig.rust
Kconfig.simplelink modules: simplelink: Add support for cc23x0 SoC 2025-02-04 11:56:05 +01:00
Kconfig.sof
Kconfig.stm32 modules: stm32: add stm32n6 cube modules 2025-01-28 18:14:45 +01:00
Kconfig.sysbuild
Kconfig.syst
Kconfig.telink
Kconfig.tinycrypt TinyCrypt: Deprecate the library 2024-12-12 11:05:59 +01:00
Kconfig.vega
Kconfig.wurthelektronik
Kconfig.xtensa
modules.cmake