Merge branch 'feature/secure_boot_esp32s2' into 'master'

Feature/secure boot esp32s2

See merge request espressif/esp-idf!8254
This commit is contained in:
Angus Gratton
2020-07-28 16:39:34 +08:00
28 changed files with 634 additions and 109 deletions

View File

@@ -31,7 +31,7 @@ API Guides
:esp32: RF Calibration <RF_calibration>
ROM debug console <romconsole>
:esp32: Secure Boot <../security/secure-boot-v1>
:esp32: Secure Boot V2 <../security/secure-boot-v2>
Secure Boot V2 <../security/secure-boot-v2>
Thread Local Storage <thread-local-storage>
Tools <tools/index>
ULP Coprocessor <ulp>

View File

@@ -170,8 +170,8 @@ Some old ways of disabling unit tests for targets, that have obvious disadvantag
- Test item: some items that will be performed on some targets, but skipped on other
targets. E.g.
There are three test items SD 1-bit, SD 4-bit and SDSPI. For ESP32S2, which doesn't have
SD host, among the tests only SDSPI is enabled on ESP32S2.
There are three test items SD 1-bit, SD 4-bit and SDSPI. For ESP32-S2, which doesn't have
SD host, among the tests only SDSPI is enabled on ESP32-S2.
- Test implementation: some code will always happen, but in different ways. E.g.