feat(esp32c61): final introduce helloworld support

This commit is contained in:
wanlei
2024-03-13 14:24:43 +08:00
parent 2545edc255
commit 20c18ac52b
57 changed files with 3414 additions and 319 deletions

View File

@@ -11,7 +11,8 @@
#include "hal/clk_gate_ll.h"
#endif
#if SOC_MODEM_CLOCK_IS_INDEPENDENT
// TODO: [ESP32C61] IDF-9513, modem support
#if SOC_MODEM_CLOCK_IS_INDEPENDENT && SOC_MODEM_CLOCK_SUPPORTED
#include "esp_private/esp_modem_clock.h"
#endif