diff --git a/docs/platforms/teensy.rst b/docs/platforms/teensy.rst index a536fe26..487e8920 100644 --- a/docs/platforms/teensy.rst +++ b/docs/platforms/teensy.rst @@ -129,3 +129,5 @@ Teensy - 48 MHz - 64 Kb - 8 Kb + +.. include:: teensy_extra.rst diff --git a/docs/platforms/teensy_extra.rst b/docs/platforms/teensy_extra.rst new file mode 100644 index 00000000..a5767f67 --- /dev/null +++ b/docs/platforms/teensy_extra.rst @@ -0,0 +1,20 @@ +.. Copyright 2014-2016 Ivan Kravets + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +Examples +-------- + +All project examples are located in PlatformIO repository +`Examples for Teensy platform `_. + +* `Wiring Blink `_ +* `HID Mouse `_ +* `Chat Server `_ diff --git a/docs/platforms/timsp430_extra.rst b/docs/platforms/timsp430_extra.rst index 364ac8d0..c94f0f6f 100644 --- a/docs/platforms/timsp430_extra.rst +++ b/docs/platforms/timsp430_extra.rst @@ -22,7 +22,7 @@ Examples All project examples are located in PlatformIO repository `Examples for TI MSP430 platform `_. -* `PanStamp blink `_ * `Energia blink `_ * `Native blink `_ * `Wiring Blink `_ +* `PanStamp blink `_ diff --git a/docs/platforms/titiva.rst b/docs/platforms/titiva.rst index 3cc10277..eefbdbed 100644 --- a/docs/platforms/titiva.rst +++ b/docs/platforms/titiva.rst @@ -109,3 +109,5 @@ TI - 120 MHz - 1024 Kb - 256 Kb + +.. include:: titiva_extra.rst diff --git a/docs/platforms/titiva_extra.rst b/docs/platforms/titiva_extra.rst new file mode 100644 index 00000000..89aa3e87 --- /dev/null +++ b/docs/platforms/titiva_extra.rst @@ -0,0 +1,27 @@ +.. Copyright 2014-2016 Ivan Kravets + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +Articles +-------- + +* Mar 12, 2016 - **Richard Arthurs** - `Getting Started With PlatformIO `_ + +See more :ref:`articles`. + +Examples +-------- + +All project examples are located in PlatformIO repository +`Examples for TI TIVA platform `_. + +* `Energia blink `_ +* `Native blink `_ +* `OpenCM3 Blink `_