forked from platformio/platformio-core
Add openCM3 framework to "titivate" platform
This commit is contained in:
@ -30,6 +30,9 @@ Packages
|
||||
* - ``framework-energiativa``
|
||||
- framework
|
||||
- See below in :ref:`titiva_frameworks`
|
||||
* - ``framework-opencm3``
|
||||
- framework
|
||||
- See below in :ref:`titiva_frameworks`
|
||||
|
||||
.. note::
|
||||
You can install ``titiva`` platform with these packages
|
||||
@ -50,6 +53,9 @@ Frameworks
|
||||
* - ``energia``
|
||||
- Energia Wiring-based Framework (LM4F Core)
|
||||
- `Documentation <http://energia.nu/reference/>`_
|
||||
* - ``opencm3``
|
||||
- libOpenCM3 Framework
|
||||
- `Documentation <http://www.libopencm3.org>`_
|
||||
|
||||
|
||||
Boards
|
||||
|
@ -8,7 +8,7 @@ class TitivaPlatform(BasePlatform):
|
||||
|
||||
"""
|
||||
An embedded platform for TI TIVA C ARM microcontrollers
|
||||
(with Energia Framework)
|
||||
(with Energia and OpenCM3 Frameworks)
|
||||
"""
|
||||
|
||||
PACKAGES = {
|
||||
@ -30,5 +30,10 @@ class TitivaPlatform(BasePlatform):
|
||||
"framework-energiativa": {
|
||||
"alias": "framework",
|
||||
"default": True
|
||||
},
|
||||
|
||||
"framework-opencm3": {
|
||||
"alias": "framework",
|
||||
"default": True
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user