mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 17:40:57 +02:00
43 lines
810 B
ReStructuredText
43 lines
810 B
ReStructuredText
.. _cmd_show:
|
|
|
|
platformio show
|
|
===============
|
|
|
|
.. contents::
|
|
|
|
Usage
|
|
-----
|
|
|
|
.. code-block:: bash
|
|
|
|
platformio show PLATFORM
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
Show details about the installed :ref:`Platforms <platforms>`
|
|
|
|
|
|
Examples
|
|
--------
|
|
|
|
.. code-block:: bash
|
|
|
|
$ platformio show atmelavr
|
|
atmelavr - An embedded platform for Atmel AVR microcontrollers (with Arduino Framework)
|
|
----------
|
|
Package: toolchain-atmelavr
|
|
Alias: toolchain
|
|
Location: /Users/ikravets/.platformio/atmelavr/tools/toolchain
|
|
Version: 1
|
|
----------
|
|
Package: tool-avrdude
|
|
Alias: uploader
|
|
Location: /Users/ikravets/.platformio/atmelavr/tools/avrdude
|
|
Version: 1
|
|
----------
|
|
Package: framework-arduinoavr
|
|
Location: /Users/ikravets/.platformio/atmelavr/frameworks/arduino
|
|
Version: 1
|