diff options
| author | hathach <[email protected]> | 2025-10-06 10:58:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-06 10:58:58 +0700 |
| commit | f272d87a3f3cce71aa2d13813a1fee94aecb9fc5 (patch) | |
| tree | 25e439dee4a48fd2c439c2decf20432995f2a077 /tools | |
| parent | 331c263400dd5ccf77264cab1fa6bbd9f374b44e (diff) | |
remove dcd_esp32sx which is replaced by dwc2
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/iar_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iar_gen.py b/tools/iar_gen.py index 8d45659db..571febb2c 100755 --- a/tools/iar_gen.py +++ b/tools/iar_gen.py @@ -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__": |
