remove dcd_esp32sx which is replaced by dwc2

This commit is contained in:
hathach
2025-10-06 10:58:58 +07:00
parent 331c263400
commit f272d87a3f
4 changed files with 4 additions and 894 deletions

View File

@ -74,7 +74,7 @@ def ListPath(path, blacklist=[]):
print('</group>')
def List():
ListPath('src', [ 'template.c', 'dcd_synopsys.c', 'dcd_esp32sx.c' ])
ListPath('src', [ 'template.c' ])
ListPath('lib/SEGGER_RTT')
if __name__ == "__main__":