zephyr/samples/subsys
Tomi Fontanilles 703e5258eb mgmt: updatehub: replace TinyCrypt by PSA
As part of ongoing work to move away from TinyCrypt and towards PSA
(#43712), introduce a PSA option and remove the TinyCrypt one for the
SHA-256 implementation.

The Mbed TLS implementation is modified to use `mbedtls_sha256`
directly for smaller code size.

The reliance of mgmt/updatehub on storage/flash_map's configuration
(`FLASH_AREA_CHECK_INTEGRITY_BACKEND`) is removed.
The choice of which implementation to use is made automatically,
based on whether a PSA API provider is present (`PSA_CRYPTO_CLIENT`).

This commit also add a test case with PSA (based on Mbed TLS)
in samples/subsys/mgmt/updatehub/sample.yaml.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-06-14 14:02:08 -04:00
..
bindesc
canbus samples/subsys: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
console hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
dap samples: debug: add CMSIS DAP sample using USB as interface 2024-06-14 11:14:17 +02:00
debug arch posix fuzzing: Move kconfig options to sample 2024-05-02 20:46:03 +03:00
display samples: add rt1064 to display samples with shield 2024-06-12 18:18:39 -04:00
edac
fs samples: fs: unmount and remount filesystem during init 2024-06-07 18:16:01 +01:00
input boards: rename and update esp32 related conf and overlay files 2024-04-23 15:36:13 +02:00
ipc samples: subsys: ipc: ipc_service: check console output 2024-06-14 19:14:38 +02:00
llext llext: add a "modules" Kconfig tristate example 2024-06-14 19:24:51 +02:00
logging samples: subsys: logging: multidomain: check console output on HW 2024-06-14 19:14:13 +02:00
lorawan samples: subsys: lorawan: class_a: remove clock sync and multicast 2024-05-02 16:54:43 +02:00
mgmt mgmt: updatehub: replace TinyCrypt by PSA 2024-06-14 14:02:08 -04:00
modbus docs: modbus: Update PyModbus GitHub project URL 2024-05-28 18:57:02 +02:00
nvs samples: subsys: nvs fix hard fault when running on stm32 targets 2024-04-11 09:08:52 +02:00
pm hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
portability hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
rtio/sensor_batch_processing rtio: Remove builtin iodev mpsc queue 2024-06-12 21:12:54 -04:00
sensing samples: subsys: fix sensing/simple compile 2024-05-24 18:03:44 -04:00
settings samples: subsys: settings: Run sample on nrf54h20 2024-05-14 15:52:42 +02:00
shell samples: shell: shell_module: Add README 2024-06-13 17:57:36 +02:00
sip_svc
smf Samples: SMF: Add sample for SMF framework 2024-05-10 18:13:08 -04:00
task_wdt samples: subsys: task_wdt on the IWDG of the stm32f4 2024-06-14 19:34:58 +02:00
testsuite samples: pytest: add README 2023-12-14 10:12:21 +01:00
tracing doc: samples: tracing: fix dead link to sample overlay 2024-06-12 12:49:00 -04:00
usb doc: usb: add initial USB device configuraiton howto 2024-06-14 19:17:13 +02:00
usb_c samples: usb-c: sink: Add support for WeAct STM32G431 core 2023-11-21 09:54:02 +01:00
video samples: video: capture: Add support for i.MX RT1170 EVK 2024-06-14 19:20:08 +02:00
zbus samples/subsys/zbus/uart_bridge: Add missing overlays for native_sim 2024-04-18 12:20:14 +02:00
subsys.rst