summaryrefslogtreecommitdiff
path: root/tools/iar_gen.py
diff options
context:
space:
mode:
authorMengsk <[email protected]>2025-10-06 17:13:56 +0200
committerMengsk <[email protected]>2025-10-06 17:13:56 +0200
commitfedcdefa3d6f677aaa7dbd97577facd719eceadb (patch)
tree00c3d236e1e13448ff63a1b39c76e9ce7b252acb /tools/iar_gen.py
parent5ac0bed779ec43cc74f8ed990a01165139454267 (diff)
parent7a96291bf1fc88b7bacd387f1b236fa89470045f (diff)
Merge remote-tracking branch 'tinyusb/master' into dwc2_ep0
Diffstat (limited to 'tools/iar_gen.py')
-rwxr-xr-xtools/iar_gen.py2
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__":