Remove "framework" alias for all "framework-*" packages

Development platform can contain more then 1 framework
This commit is contained in:
Ivan Kravets
2015-02-14 19:25:02 +02:00
parent 55ad753bf1
commit d2ccbf7b7a
5 changed files with 9 additions and 11 deletions

View File

@ -30,7 +30,7 @@ Packages
- uploader
- `AVRDUDE <http://www.nongnu.org/avrdude/>`_
* - ``framework-arduinoavr``
- framework
-
- See below in :ref:`atmelavr_frameworks`

View File

@ -66,13 +66,13 @@ Packages
- uploader
- `Flash Programmer <http://www.ti.com/tool/lmflashprogrammer>`_
* - ``framework-arduinoavr``
- framework
-
- `Arduino Wiring-based Framework (AVR Core, 1.6 branch) <http://arduino.cc/en/Reference/HomePage>`_
* - ``framework-energiamsp430``
- framework
-
- `Energia Wiring-based Framework (MSP430 Core) <http://energia.nu/reference/>`_
* - ``framework-energiativa``
- framework
-
- `Energia Wiring-based Framework (LM4F Core) <http://energia.nu/reference/>`_
.. _platform_creating_manifest_file:
@ -132,7 +132,6 @@ Example of the **test** platform (``test.py``):
},
"framework-baz": {
"alias": "framework",
"default": True
}
}

View File

@ -27,7 +27,7 @@ Packages
- uploader
- `MSPDebug <http://mspdebug.sourceforge.net>`_
* - ``framework-energiamsp430``
- framework
-
- See below in :ref:`timsp430_frameworks`

View File

@ -28,10 +28,10 @@ Packages
- uploader
- `Flash Programmer <http://www.ti.com/tool/lmflashprogrammer>`_
* - ``framework-energiativa``
- framework
-
- See below in :ref:`titiva_frameworks`
* - ``framework-opencm3``
- framework
-
- See below in :ref:`titiva_frameworks`
.. note::
@ -52,10 +52,10 @@ Frameworks
- Reference
* - ``energia``
- Energia Wiring-based Framework (LM4F Core)
- `Documentation <http://energia.nu/reference/>`_
- `Documentation <http://energia.nu/reference/>`__
* - ``opencm3``
- libOpenCM3 Framework
- `Documentation <http://www.libopencm3.org>`_
- `Documentation <http://www.libopencm3.org>`__
Boards

View File

@ -23,7 +23,6 @@ There are several predefined aliases for packages, such as:
* ``toolchain``
* ``uploader``
* ``framework``
Options
-------