mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 23:40:21 +08:00
c8145313ae
This patch adds support for managing cryptographic keys using MTD storage. It enables the persistence of keys across reboots using a software-based key management system. Includes fixes for compilation warnings and validation logic. Signed-off-by: makejian <makejian@xiaomi.com>