move common source files from esp32 to esp_common

This commit is contained in:
morris
2019-03-21 12:21:01 +08:00
parent 80dd3ae749
commit fcedf442ce
27 changed files with 56 additions and 35 deletions

View File

@@ -13,8 +13,8 @@
// limitations under the License.
#include "esp_system.h"
#include "esp_system_internal.h"
#include "esp32/rom/rtc.h"
#include "esp_private/system_internal.h"
#include "soc/rtc_cntl_reg.h"
static void esp_reset_reason_clear_hint();