mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1552 from 0xc0170/fix_codesourcery_removal
Export - remove codesourcery toolpull/1544/merge
commit
82e77dc670
|
@ -19,7 +19,7 @@ from os.path import join, exists, basename
|
|||
from shutil import copytree, rmtree, copy
|
||||
|
||||
from workspace_tools.utils import mkdir
|
||||
from workspace_tools.export import uvision4, codesourcery, codered, gccarm, ds5_5, iar, emblocks, coide, kds, zip, simplicityv3, atmelstudio, sw4stm32
|
||||
from workspace_tools.export import uvision4, codered, gccarm, ds5_5, iar, emblocks, coide, kds, zip, simplicityv3, atmelstudio, sw4stm32
|
||||
from workspace_tools.export.exporters import zip_working_directory_and_clean_up, OldLibrariesException
|
||||
from workspace_tools.targets import TARGET_NAMES, EXPORT_MAP, TARGET_MAP
|
||||
|
||||
|
@ -28,7 +28,6 @@ from project_generator_definitions.definitions import ProGenDef
|
|||
EXPORTERS = {
|
||||
'uvision': uvision4.Uvision4,
|
||||
'lpcxpresso': codered.CodeRed,
|
||||
'codesourcery': codesourcery.CodeSourcery,
|
||||
'gcc_arm': gccarm.GccArm,
|
||||
'ds5_5': ds5_5.DS5_5,
|
||||
'iar': iar.IAREmbeddedWorkbench,
|
||||
|
|
|
@ -168,9 +168,6 @@ if __name__ == '__main__':
|
|||
('lpcxpresso', 'LPCCAPPUCCINO'),
|
||||
('lpcxpresso', 'LPC1549'),
|
||||
('lpcxpresso', 'LPC11U68'),
|
||||
# Linux path: /home/emimon01/bin/gcc-cs/bin/
|
||||
# Windows path: "C:/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/"
|
||||
('codesourcery', 'LPC1768'),
|
||||
|
||||
# Linux path: /home/emimon01/bin/gcc-arm/bin/
|
||||
# Windows path: C:/arm-none-eabi-gcc-4_7/bin/
|
||||
|
|
Loading…
Reference in New Issue