newlib: move some functions to soc, esp32, esp32s2

This commit is contained in:
Renz Bagaporo
2020-06-23 16:07:09 +08:00
parent a395a00d2c
commit 5785e4dfb6
7 changed files with 111 additions and 29 deletions

View File

@@ -183,5 +183,4 @@ void rtc_clk_wait_for_slow_cycle(void) //This function may not by useful any mor
while (GET_PERI_REG_MASK(RTC_CNTL_SLOW_CLK_CONF_REG, RTC_CNTL_SLOW_CLK_NEXT_EDGE)) {
esp_rom_delay_us(1);
}
}
}