diff --git a/HISTORY.rst b/HISTORY.rst index 96ea1b2f..599e135e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -33,7 +33,7 @@ Release History * Refactored *Library Dependency Finder* (issues `#48 `_, `#50 `_, - `#55 `_) + `#55 `_) * Added `src_dir `__ option to ``[platformio]`` section of `platformio.ini `__ @@ -81,7 +81,7 @@ Release History * Added ``--json-output`` option to `platformio list `__, `platformio serialports list `__ and - `platformio lib list `__ + `platformio lib list `__ commands which allows to return the output in `JSON `_ format (`issue #42 `_) * Fixed missing auto-uploading by default after `platformio init `__ @@ -130,7 +130,7 @@ Release History `platformio run `__ command when PlatformIO isn't installed properly * Fixed example for `Eclipse IDE with Tiva board `_ - (`issue #32 `_) + (`issue #32 `_) * Upgraded `Eclipse Project Examples `_ to latest *Luna* and *PlatformIO* releases @@ -199,7 +199,7 @@ Release History * Disabled default warning flag "-Wall" * Added auto-conversation from \*.ino to valid \*.cpp for Arduino/Energia frameworks (`issue #7 `_) -* Added `Arduino example `_ +* Added `Arduino example `_ with external library (*Adafruit CC3000*) * Implemented `platformio upgrade `_ command and "auto-check" for the latest @@ -217,7 +217,7 @@ Release History * Allowed to override some of settings via system environment variables such as: ``$PIOSRCBUILD_FLAGS`` and ``$PIOENVS_DIR`` * Added ``--upload-port`` option for `platformio run `__ command -* Implemented (especially for `SmartAnthill `_) +* Implemented (especially for `SmartAnthill `_) `platformio run -t uploadlazy `_ target (no dependencies to framework libs, ELF and etc.) * Allowed to skip default packages via `platformio install --skip-default-package `_ @@ -248,7 +248,7 @@ Release History * Resolved `issue #1 "Build referred libraries" `_ * Renamed project's "libs" directory to "lib" -* Added `arduino-internal-library `_ example +* Added `arduino-internal-library `_ example * Changed to beta status diff --git a/docs/installation.rst b/docs/installation.rst index cc106be4..bd860f10 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -3,7 +3,7 @@ Installation ============ -**PlatformIO** is written in `Python `_ and works +**PlatformIO** is written in `Python `_ and works on Mac OS X, Linux, Windows OS and *ARM*-based credit-card computers (`Raspberry Pi `_, `BeagleBoard `_, @@ -18,7 +18,7 @@ System requirements * Mac OS X * Linux, +ARM * Windows -* `Python 2.6 or Python 2.7 `_ +* `Python 2.6 or Python 2.7 `_ All commands below should be executed in `Command-line `_ diff --git a/docs/librarymanager/index.rst b/docs/librarymanager/index.rst index 3e9604ef..994437fd 100644 --- a/docs/librarymanager/index.rst +++ b/docs/librarymanager/index.rst @@ -21,5 +21,5 @@ You don't need to bother for finding the latest version of library. Due to creating User Guide <../userguide/lib/index.rst> -.. [#] Inspired by `npm `_ and `bower +.. [#] Inspired by `npm `_ and `bower `_ package managers for web. diff --git a/docs/platforms/atmelavr.rst b/docs/platforms/atmelavr.rst index 090149c6..cba4eae4 100644 --- a/docs/platforms/atmelavr.rst +++ b/docs/platforms/atmelavr.rst @@ -433,63 +433,63 @@ Microduino - RAM * - ``168pa8m`` - `Microduino Core (ATmega168P, 3.3V) - `_ + `_ - ATmega168P ``atmega168p`` - 8 MHz ``8000000L`` - 16 Kb - 1 Kb * - ``168pa16m`` - `Microduino Core (ATmega168P, 5V) - `_ + `_ - ATmega168P ``atmega168p`` - 16 MHz ``16000000L`` - 16 Kb - 1 Kb * - ``328p8m`` - `Microduino Core (ATmega328P, 3.3V) - `_ + `_ - ATmega328P ``atmega328p`` - 8 MHz ``8000000L`` - 32 Kb - 2 Kb * - ``328p16m`` - `Microduino Core (ATmega328P, 5V) - `_ + `_ - ATmega328P ``atmega328p`` - 16 MHz ``16000000L`` - 32 Kb - 2 Kb * - ``644pa8m`` - `Microduino Core+ (ATmega644PA, 3.3V) - `_ + `_ - ATmega644PA ``atmega644p`` - 8 MHz ``8000000L`` - 64 Kb - 4 Kb * - ``644pa16m`` - `Microduino Core+ (ATmega644PA, 5V) - `_ + `_ - ATmega644PA ``atmega644p`` - 16 MHz ``16000000L`` - 64 Kb - 4 Kb * - ``1284p8m`` - `Microduino Core+ (Atmega1284P, 3.3V) - `_ + `_ - Atmega1284P ``atmega1284p`` - 8 MHz ``8000000L`` - 128 Kb - 16 Kb * - ``1284p16m`` - `Microduino Core+ (Atmega1284P, 5V) - `_ + `_ - Atmega1284P ``atmega1284p`` - 16 MHz ``16000000L`` - 128 Kb - 16 Kb * - ``32u416m`` - `Microduino-Core USB - `_ + `_ - ATmega32u4 ``atmega32u4`` - 16 MHz ``16000000L`` - 32 Kb @@ -497,7 +497,7 @@ Microduino More detailed information you can find here -`Microduino boards `_. +`Microduino boards `_. Raspduino