Add dependent "ldscripts" package

This commit is contained in:
Valeriy Koval
2015-02-03 14:08:47 +02:00
parent ab27592e5d
commit 6acc183111

View File

@ -5,6 +5,7 @@ from platformio.platforms.base import BasePlatform
class TitivaPlatform(BasePlatform): class TitivaPlatform(BasePlatform):
""" """
An embedded platform for TI TIVA C ARM microcontrollers An embedded platform for TI TIVA C ARM microcontrollers
(with Energia Framework) (with Energia Framework)
@ -17,6 +18,10 @@ class TitivaPlatform(BasePlatform):
"default": True "default": True
}, },
"ldscripts": {
"default": True
},
"tool-lm4flash": { "tool-lm4flash": {
"alias": "uploader", "alias": "uploader",
"default": True "default": True