xtensa/esp32s3: porting of spi_flash_chip_generic_write_encrypted from ESP-IDF

This commit is contained in:
Gao Feng
2024-10-18 18:49:45 +08:00
committed by Xiang Xiao
parent 4bd2c0443b
commit 55da7d89b5
2 changed files with 519 additions and 5 deletions
File diff suppressed because it is too large Load Diff
@@ -33,6 +33,8 @@
#include <nuttx/bits.h>
#include "soc/soc.h"
#include "soc/hwcrypto_reg.h"
#include "soc/system_reg.h"
#include "esp_attr.h"
/****************************************************************************