feat(esp32c5): support esp32c5 g0 components

This commit is contained in:
laokaiyao
2023-12-05 15:38:55 +08:00
parent 8eee6529dd
commit 2b44d62e43
47 changed files with 5498 additions and 302 deletions

View File

@@ -20,7 +20,7 @@ extern "C" {
#endif
/*
ESP32-C6 ROM code contains implementations of some of C library functions.
ESP32-C5 ROM code contains implementations of some of C library functions.
Whenever a function in ROM needs to use a syscall, it calls a pointer to the corresponding syscall
implementation defined in the following struct.