Skip to content

Commit f366c25

Browse files
committed
Export: Remove DS-5
### Description The DS-5 exporter does not work. It exports projects which I'm 100% sure don't build. I have been looking over supporting it for about 6 months now and I have convinced myself that I don't think it's worth the trouble. Shout now if you need this exporter. ### Pull request type [ ] Fix [ ] Refactor [ ] Target update [x] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change
1 parent 1bbcfff commit f366c25

26 files changed

+1
-2522
lines changed

tools/export/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from ..config import ALLOWED_FEATURES
3030
from ..build_api import prepare_toolchain
3131
from ..targets import TARGET_NAMES
32-
from . import (lpcxpresso, ds5_5, iar, makefile, embitz, coide, kds, simplicity,
32+
from . import (lpcxpresso, iar, makefile, embitz, coide, kds, simplicity,
3333
atmelstudio, mcuxpresso, sw4stm32, e2studio, zip, cmsis, uvision,
3434
cdt, vscode, gnuarmeclipse, qtcreator, cmake, nb, cces, codeblocks)
3535

@@ -40,7 +40,6 @@
4040
u'make_armc5': makefile.Armc5,
4141
u'make_armc6': makefile.Armc6,
4242
u'make_iar': makefile.IAR,
43-
u'ds5_5': ds5_5.DS5_5,
4443
u'iar': iar.IAR,
4544
u'embitz' : embitz.EmBitz,
4645
u'sw4stm32' : sw4stm32.Sw4STM32,

tools/export/ds5_5/__init__.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

tools/export/ds5_5/arch_pro.cproject.tmpl

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)