diff --git a/docs/frameworks/cmsis.rst b/docs/frameworks/cmsis.rst index a3b70489..c81d75e6 100644 --- a/docs/frameworks/cmsis.rst +++ b/docs/frameworks/cmsis.rst @@ -112,3 +112,5 @@ ST - 84 MHz - 512 Kb - 96 Kb + +.. include:: cmsis_extra.rst diff --git a/docs/frameworks/cmsis_extra.rst b/docs/frameworks/cmsis_extra.rst new file mode 100644 index 00000000..9f5c5f64 --- /dev/null +++ b/docs/frameworks/cmsis_extra.rst @@ -0,0 +1,18 @@ +.. Copyright 2014-2015 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 CMSIS framework `_. + +* `Blink `_ diff --git a/docs/frameworks/libopencm3.rst b/docs/frameworks/libopencm3.rst index 3a6fbaa2..4da0cc62 100644 --- a/docs/frameworks/libopencm3.rst +++ b/docs/frameworks/libopencm3.rst @@ -115,3 +115,5 @@ TI - 120 MHz - 1024 Kb - 256 Kb + +.. include:: libopencm3_extra.rst diff --git a/docs/frameworks/libopencm3_extra.rst b/docs/frameworks/libopencm3_extra.rst new file mode 100644 index 00000000..26c0c9ac --- /dev/null +++ b/docs/frameworks/libopencm3_extra.rst @@ -0,0 +1,18 @@ +.. Copyright 2014-2015 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 libOpenCM3 framework `_. + +* `Blink `_ diff --git a/docs/frameworks/mbed.rst b/docs/frameworks/mbed.rst index 54783fe3..e0dc18ce 100644 --- a/docs/frameworks/mbed.rst +++ b/docs/frameworks/mbed.rst @@ -741,3 +741,5 @@ u-blox - 96 MHz - 512 Kb - 32 Kb + +.. include:: mbed_extra.rst diff --git a/docs/frameworks/mbed_extra.rst b/docs/frameworks/mbed_extra.rst new file mode 100644 index 00000000..b801329c --- /dev/null +++ b/docs/frameworks/mbed_extra.rst @@ -0,0 +1,22 @@ +.. Copyright 2014-2015 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 MBED framework `_. + +* `Blink `_ +* `DSP `_ +* `HTTP Client `_ +* `RTOS `_ +* `Serial `_ diff --git a/docs/frameworks/spl.rst b/docs/frameworks/spl.rst index 54b7f680..2d054327 100644 --- a/docs/frameworks/spl.rst +++ b/docs/frameworks/spl.rst @@ -105,3 +105,5 @@ ST - 32 MHz - 128 Kb - 16 Kb + +.. include:: spl_extra.rst diff --git a/docs/frameworks/spl_extra.rst b/docs/frameworks/spl_extra.rst new file mode 100644 index 00000000..0b3ad025 --- /dev/null +++ b/docs/frameworks/spl_extra.rst @@ -0,0 +1,18 @@ +.. Copyright 2014-2015 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 SPL framework `_. + +* `Blink `_ diff --git a/docs/frameworks/wiringpi.rst b/docs/frameworks/wiringpi.rst index ca3f414e..d1ce9bdd 100644 --- a/docs/frameworks/wiringpi.rst +++ b/docs/frameworks/wiringpi.rst @@ -71,3 +71,5 @@ Raspberry Pi - 1000 MHz - 524288 Kb - 524288 Kb + +.. include:: wiringpi_extra.rst diff --git a/docs/frameworks/wiringpi_extra.rst b/docs/frameworks/wiringpi_extra.rst new file mode 100644 index 00000000..e972593c --- /dev/null +++ b/docs/frameworks/wiringpi_extra.rst @@ -0,0 +1,19 @@ +.. Copyright 2014-2015 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 WiringPi framework `_. + +* `Blink `_ +* `Serial `_