Deprecate e2studio

pull/4742/head
Jimmy Brisson 2017-07-11 11:15:43 -05:00
parent 8856f1ab0a
commit 1c4d615912
1 changed files with 2 additions and 1 deletions

View File

@ -16,8 +16,9 @@ limitations under the License.
"""
from os.path import splitext, basename
from tools.export.exporters import Exporter
from tools.export.exporters import Exporter, deprecated_exporter
@deprecated_exporter
class E2Studio(Exporter):
NAME = 'e2 studio'
TOOLCHAIN = 'GCC_ARM'