Convert hal_esp32 to C

This commit is contained in:
Manuel Bleichenbacher
2021-07-25 20:03:16 +02:00
parent 973a7c41c8
commit 8e2886db27
6 changed files with 587 additions and 627 deletions

View File

@ -6,6 +6,10 @@
"oslmic.h": "c",
"hal_esp32.h": "c",
"esp_log.h": "c",
"nvs_flash.h": "c"
"nvs_flash.h": "c",
"__config": "c",
"__nullptr": "c",
"stdint.h": "c",
"*.ipp": "c"
}
}