mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47: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):
|
||||
|
||||
"""
|
||||
An embedded platform for TI TIVA C ARM microcontrollers
|
||||
(with Energia Framework)
|
||||
@ -17,6 +18,10 @@ class TitivaPlatform(BasePlatform):
|
||||
"default": True
|
||||
},
|
||||
|
||||
"ldscripts": {
|
||||
"default": True
|
||||
},
|
||||
|
||||
"tool-lm4flash": {
|
||||
"alias": "uploader",
|
||||
"default": True
|
||||
|
Reference in New Issue
Block a user