Added README to example with console result image

This commit is contained in:
Ivan Kravets
2014-06-12 21:40:11 +03:00
parent 47edf0a5d5
commit d217e248d7
7 changed files with 46 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 126 KiB

View File

@@ -0,0 +1,20 @@
TI MSP430: Native Blink Example
===============================
1. Download ``platformio``
`sources <https://github.com/ivankravets/platformio/archive/develop.zip>`_
2. Extract ZIP archive
3. Then run these commands:
.. code-block:: bash
# Change directory to example
$ cd platformio-develop/examples/timsp430-native-blink/
# Install TI MSP430 development platform
$ platformio install timsp430
# Process example project
$ platformio run
.. image:: console-result.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

View File

@@ -1,3 +1,6 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
[env:launchpad_msp430g2]
platform = timsp430
board_mcu = msp430g2553

View File

@@ -0,0 +1,20 @@
TI TIVA C ARM Cortex-M4: Native Blink Example
=============================================
1. Download ``platformio``
`sources <https://github.com/ivankravets/platformio/archive/develop.zip>`_
2. Extract ZIP archive
3. Then run these commands:
.. code-block:: bash
# Change directory to example
$ cd platformio-develop/examples/titiva-native-blink/
# Install TI TIVA development platform
$ platformio install titiva
# Process example project
$ platformio run
.. image:: console-result.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -1,3 +1,6 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
[env:launchpad_lm4f120]
platform = titiva
framework = energia