feat(esp_tee): Support the nvs_flash for the ESP-TEE build

This commit is contained in:
Laukik Hase
2025-04-30 11:57:10 +05:30
parent aaebc37467
commit c9f7bcd452
10 changed files with 197 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
using namespace nvs;
#ifdef LINUX_TARGET
#if LINUX_TARGET || ESP_TEE_BUILD
Lock::Lock() {}
Lock::~Lock() {}
esp_err_t nvs::Lock::init() {return ESP_OK;}