ci: add more build test for esp32-s3

This commit is contained in:
morris
2020-10-20 18:08:15 +08:00
parent d084ef4473
commit 9de6cba434
13 changed files with 42 additions and 4 deletions

View File

@@ -20,6 +20,9 @@ static const char *TAG = "bootloader_random";
void bootloader_random_enable(void)
{
ESP_LOGW(TAG, "RNG for ESP32-S3 not currently supported"); // IDF-1878
// Don't forget to remove the following line
// *libbootloader_support.a:bootloader_random*.*(.literal.bootloader_random_enable .text.bootloader_random_enable)
// In the bootloader.ld when RNG support is ready for ESP32-S3
}
void bootloader_random_disable(void)