build and link hello-world for esp32s2beta

This commit is contained in:
suda-morris
2019-06-06 10:57:29 +08:00
parent 61ce868396
commit 84b2f9f14d
108 changed files with 3377 additions and 645 deletions

View File

@@ -64,7 +64,7 @@
#include "bootloader_utility.h"
#include "bootloader_sha.h"
#ifndef BOOTLOADER_BUILD // TODO: efuse component on esp32s2beta
#if CONFIG_IDF_TARGET_ESP32
#include "esp_efuse.h"
#endif