mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 06:12:42 +00:00
efuse: Using IDF_ENV_FPGA in UTs
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
#include "unity.h"
|
||||
#include "bootloader_random.h"
|
||||
|
||||
#ifdef CONFIG_IDF_TARGET_ESP32
|
||||
typedef struct {
|
||||
uint8_t unencoded[24];
|
||||
uint32_t encoded[8];
|
||||
} coding_scheme_test_t;
|
||||
|
||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
||||
/* Randomly generated byte strings, encoded and written to ESP32
|
||||
using espefuse algorithm, then verified to have no encoding errors
|
||||
and correct readback.
|
||||
@@ -204,4 +204,4 @@ TEST_CASE("Test data does not match the coding scheme", "[efuse]")
|
||||
|
||||
esp_efuse_utility_reset();
|
||||
}
|
||||
#endif
|
||||
#endif // CONFIG_IDF_TARGET_ESP32
|
Reference in New Issue
Block a user