mirror of
https://github.com/apache/nuttx.git
synced 2026-03-24 23:54:24 +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>