mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Add dependent "ldscripts" package
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user