mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 21:03:15 +08:00
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>