mirror of https://github.com/ARMmbed/mbed-os.git
Deprecate LPCXpresso
parent
423959d4ca
commit
f6710236ef
|
@ -16,8 +16,9 @@ limitations under the License.
|
||||||
"""
|
"""
|
||||||
from os.path import splitext, basename
|
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):
|
class LPCXpresso(Exporter):
|
||||||
NAME = 'LPCXpresso'
|
NAME = 'LPCXpresso'
|
||||||
TOOLCHAIN = 'GCC_ARM'
|
TOOLCHAIN = 'GCC_ARM'
|
||||||
|
|
Loading…
Reference in New Issue