forked from platformio/platformio-core
Added README to example with console result image
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 126 KiB |
20
examples/timsp430-native-blink/README.rst
Normal file
20
examples/timsp430-native-blink/README.rst
Normal 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
|
BIN
examples/timsp430-native-blink/console-result.png
Normal file
BIN
examples/timsp430-native-blink/console-result.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 175 KiB |
@@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
||||||
|
# See LICENSE for details.
|
||||||
|
|
||||||
[env:launchpad_msp430g2]
|
[env:launchpad_msp430g2]
|
||||||
platform = timsp430
|
platform = timsp430
|
||||||
board_mcu = msp430g2553
|
board_mcu = msp430g2553
|
||||||
|
20
examples/titiva-native-blink/README.rst
Normal file
20
examples/titiva-native-blink/README.rst
Normal 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
|
BIN
examples/titiva-native-blink/console-result.png
Normal file
BIN
examples/titiva-native-blink/console-result.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
@@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
||||||
|
# See LICENSE for details.
|
||||||
|
|
||||||
[env:launchpad_lm4f120]
|
[env:launchpad_lm4f120]
|
||||||
platform = titiva
|
platform = titiva
|
||||||
framework = energia
|
framework = energia
|
||||||
|
Reference in New Issue
Block a user