feat(etm): add driver support for esp32c61

This commit is contained in:
morris
2024-10-10 16:28:37 +08:00
parent f33bd32b36
commit d93a25d1fb
15 changed files with 317 additions and 125 deletions

View File

@@ -9,8 +9,9 @@
***************************************/
/* Functions */
systimer_hal_init = 0x400003d0;
systimer_hal_deinit = 0x400003d4;
/* The following ROM functions are commented out because they're patched in the esp_rom_systimer.c */
/* systimer_hal_init = 0x400003d0; */
/* systimer_hal_deinit = 0x400003d4; */
systimer_hal_set_tick_rate_ops = 0x400003d8;
systimer_hal_get_counter_value = 0x400003dc;
systimer_hal_get_time = 0x400003e0;