mirror of https://github.com/ARMmbed/mbed-os.git
Deprecate LPCXpresso
parent
cc37669af2
commit
756d062e73
|
@ -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 LPCXpresso(Exporter):
|
||||
NAME = 'LPCXpresso'
|
||||
TOOLCHAIN = 'GCC_ARM'
|
||||
|
|
Loading…
Reference in New Issue