mirror of https://github.com/ARMmbed/mbed-os.git
Deprecate e2studio
parent
4407b001b7
commit
cc53dd75a3
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue