Clone of official tools
Diff: export/__init__.py
- Revision:
- 35:da9c89f8be7d
- Parent:
- 31:8ea194f6145b
- Child:
- 36:96847d42f010
--- a/export/__init__.py Mon Feb 13 09:29:13 2017 -0600 +++ b/export/__init__.py Wed Feb 15 13:53:18 2017 -0600 @@ -16,7 +16,7 @@ # limitations under the License. from tools.export import codered, ds5_5, iar, makefile -from tools.export import emblocks, coide, kds, simplicityv3, atmelstudio +from tools.export import embitz, coide, kds, simplicity, atmelstudio from tools.export import sw4stm32, e2studio, zip, cmsis, uvision, cdt from tools.targets import TARGET_NAMES @@ -30,10 +30,10 @@ 'make_iar': makefile.IAR, 'ds5_5': ds5_5.DS5_5, 'iar': iar.IAR, - 'emblocks' : emblocks.IntermediateFile, + 'embitz' : embitz.EmBitz, 'coide' : coide.CoIDE, 'kds' : kds.KDS, - 'simplicityv3' : simplicityv3.SimplicityV3, + 'simplicityv3' : simplicity.SimplicityV3, 'atmelstudio' : atmelstudio.AtmelStudio, 'sw4stm32' : sw4stm32.Sw4STM32, 'e2studio' : e2studio.E2Studio,