feat(esp32c61): new chip add system and esp_timer support

This commit is contained in:
wanlei
2024-03-14 16:27:29 +08:00
parent 25400ca351
commit a611e91b2f
20 changed files with 1173 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ extern "C" {
#endif
/*
ESP32-C6 ROM code contains implementations of some of C library functions.
ESP32-C61 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.