esp32: move system api to esp_system

This commit is contained in:
Renz Bagaporo
2021-03-11 09:48:30 +08:00
parent 393bd64a1e
commit a7bac58480
17 changed files with 70 additions and 112 deletions
+1 -2
View File
@@ -16,8 +16,7 @@ else()
"esp_hmac.c"
"esp_ds.c"
"esp_crypto_lock.c"
"memprot.c"
"system_api_esp32c3.c")
"memprot.c")
set(include_dirs "include")
set(requires driver efuse soc riscv) #unfortunately rom/uart uses SOC registers directly