remove(c5beta3): remove c5 beta3 soc files

This commit is contained in:
laokaiyao
2024-06-11 15:23:36 +08:00
parent b4b1906d2c
commit 717a2ccf15
353 changed files with 2185 additions and 124541 deletions

View File

@@ -0,0 +1,17 @@
/*
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "soc/ledc_periph.h"
#include "soc/gpio_sig_map.h"
/*
Bunch of constants for every LEDC peripheral: GPIO signals
*/
const ledc_signal_conn_t ledc_periph_signal[1] = {
{
.sig_out0_idx = LEDC_LS_SIG_OUT0_IDX,
}
};