refactor(soc): Rename usb_otg_periph to usb_dwc_periph

- Renamed usb_otg_periph.h/c to usb_dwc_periph.h/c to match naming convention
of other DWC OTG related files
- Added compatibility header for usb_otg_periph.h
This commit is contained in:
Darian Leung
2024-01-16 16:43:42 +08:00
parent 93e2cbcc77
commit 3073673669
6 changed files with 56 additions and 44 deletions

View File

@@ -1,10 +1,10 @@
/*
* SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "soc/usb_otg_periph.h"
#include "soc/usb_dwc_periph.h"
#include "soc/gpio_sig_map.h"
/*