esp-idf/examples/system/efuse/main/Kconfig.projbuild
harshal.patil 0b86bcd35f efuse: use esp32 qemu target for a efuses example test.
The efuses example test with secure boot v2 and flash encryption enabled can be run on the esp32 qemu image.
2023-06-07 18:19:56 +05:30

8 lines
220 B
Plaintext

menu "Example Configuration"
config EXAMPLE_TEST_RUN_USING_QEMU
bool "Run example test using Qemu"
help
Enabling this option emulates the example test under the QEMU environment.
endmenu