Skip to content

Commit 82e77dc

Browse files
committed
Merge pull request #1552 from 0xc0170/fix_codesourcery_removal
Export - remove codesourcery tool
2 parents 44df3e5 + b9d78a0 commit 82e77dc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

workspace_tools/export/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from shutil import copytree, rmtree, copy
2020

2121
from workspace_tools.utils import mkdir
22-
from workspace_tools.export import uvision4, codesourcery, codered, gccarm, ds5_5, iar, emblocks, coide, kds, zip, simplicityv3, atmelstudio, sw4stm32
22+
from workspace_tools.export import uvision4, codered, gccarm, ds5_5, iar, emblocks, coide, kds, zip, simplicityv3, atmelstudio, sw4stm32
2323
from workspace_tools.export.exporters import zip_working_directory_and_clean_up, OldLibrariesException
2424
from workspace_tools.targets import TARGET_NAMES, EXPORT_MAP, TARGET_MAP
2525

@@ -28,7 +28,6 @@
2828
EXPORTERS = {
2929
'uvision': uvision4.Uvision4,
3030
'lpcxpresso': codered.CodeRed,
31-
'codesourcery': codesourcery.CodeSourcery,
3231
'gcc_arm': gccarm.GccArm,
3332
'ds5_5': ds5_5.DS5_5,
3433
'iar': iar.IAREmbeddedWorkbench,

workspace_tools/export_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ def test_export(toolchain, target, expected_error=None):
168168
('lpcxpresso', 'LPCCAPPUCCINO'),
169169
('lpcxpresso', 'LPC1549'),
170170
('lpcxpresso', 'LPC11U68'),
171-
# Linux path: /home/emimon01/bin/gcc-cs/bin/
172-
# Windows path: "C:/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/"
173-
('codesourcery', 'LPC1768'),
174171

175172
# Linux path: /home/emimon01/bin/gcc-arm/bin/
176173
# Windows path: C:/arm-none-eabi-gcc-4_7/bin/

0 commit comments

Comments
 (0)