From faf2839a08d47280e35c944c2766e24da1171d45 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 13 Dec 2015 22:09:19 +0200 Subject: [PATCH] Remove command with target=clean --- examples/atmelavr-and-arduino/adafruit-blink/README.rst | 3 --- .../atmelavr-and-arduino/arduino-external-libs/README.rst | 3 --- .../atmelavr-and-arduino/arduino-internal-libs/README.rst | 3 --- examples/atmelavr-and-arduino/arduino-own-src_dir/README.rst | 3 --- .../atmelavr-and-arduino/atmelavr-native-blink/README.rst | 3 --- examples/atmelavr-and-arduino/digitstump-mouse/README.rst | 3 --- .../atmelavr-and-arduino/engduino-magnetometer/README.rst | 3 --- examples/atmelavr-and-arduino/panstamp-blink/README.rst | 3 --- examples/desktop/hello-world/README.rst | 4 ++-- examples/espressif/esp8266-native/README.rst | 3 --- examples/espressif/esp8266-webserver/README.rst | 3 --- examples/espressif/esp8266-wifiscan/README.rst | 3 --- examples/mbed/mbed-blink/README.rst | 3 --- examples/mbed/mbed-dsp/README.rst | 3 --- examples/mbed/mbed-http-client/README.rst | 3 --- examples/mbed/mbed-rtos/README.rst | 3 --- examples/mbed/mbed-serial/README.rst | 3 --- examples/stm32/stm32-cmsis-blink/README.rst | 3 --- examples/stm32/stm32-opencm3-blink/README.rst | 3 --- examples/stm32/stm32-spl-blink/README.rst | 3 --- examples/teensy/teensy-hid-usb-mouse/README.rst | 3 --- examples/teensy/teensy-internal-libs/README.rst | 3 --- examples/timsp430/panstamp-blink/README.rst | 3 --- examples/timsp430/timsp430-energia-blink/README.rst | 3 --- examples/timsp430/timsp430-native-blink/README.rst | 3 --- examples/titiva/titiva-energia-blink/README.rst | 3 --- examples/titiva/titiva-native-blink/README.rst | 3 --- examples/wiring-blink/README.rst | 2 -- 28 files changed, 2 insertions(+), 82 deletions(-) diff --git a/examples/atmelavr-and-arduino/adafruit-blink/README.rst b/examples/atmelavr-and-arduino/adafruit-blink/README.rst index ca13829d..44c333f1 100644 --- a/examples/atmelavr-and-arduino/adafruit-blink/README.rst +++ b/examples/atmelavr-and-arduino/adafruit-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/atmelavr-and-arduino/arduino-external-libs/README.rst b/examples/atmelavr-and-arduino/arduino-external-libs/README.rst index 279d4a5d..dfbaac94 100644 --- a/examples/atmelavr-and-arduino/arduino-external-libs/README.rst +++ b/examples/atmelavr-and-arduino/arduino-external-libs/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/atmelavr-and-arduino/arduino-internal-libs/README.rst b/examples/atmelavr-and-arduino/arduino-internal-libs/README.rst index fc4b9880..e727a3d4 100644 --- a/examples/atmelavr-and-arduino/arduino-internal-libs/README.rst +++ b/examples/atmelavr-and-arduino/arduino-internal-libs/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/atmelavr-and-arduino/arduino-own-src_dir/README.rst b/examples/atmelavr-and-arduino/arduino-own-src_dir/README.rst index 835e4a31..ac1cf1c8 100644 --- a/examples/atmelavr-and-arduino/arduino-own-src_dir/README.rst +++ b/examples/atmelavr-and-arduino/arduino-own-src_dir/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/atmelavr-and-arduino/atmelavr-native-blink/README.rst b/examples/atmelavr-and-arduino/atmelavr-native-blink/README.rst index 52e113be..520b9575 100644 --- a/examples/atmelavr-and-arduino/atmelavr-native-blink/README.rst +++ b/examples/atmelavr-and-arduino/atmelavr-native-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/atmelavr-and-arduino/digitstump-mouse/README.rst b/examples/atmelavr-and-arduino/digitstump-mouse/README.rst index 0526181f..afcefad9 100644 --- a/examples/atmelavr-and-arduino/digitstump-mouse/README.rst +++ b/examples/atmelavr-and-arduino/digitstump-mouse/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/atmelavr-and-arduino/engduino-magnetometer/README.rst b/examples/atmelavr-and-arduino/engduino-magnetometer/README.rst index 707a7232..9c56a802 100644 --- a/examples/atmelavr-and-arduino/engduino-magnetometer/README.rst +++ b/examples/atmelavr-and-arduino/engduino-magnetometer/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/atmelavr-and-arduino/panstamp-blink/README.rst b/examples/atmelavr-and-arduino/panstamp-blink/README.rst index 248e83a3..8b4ad97a 100644 --- a/examples/atmelavr-and-arduino/panstamp-blink/README.rst +++ b/examples/atmelavr-and-arduino/panstamp-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/desktop/hello-world/README.rst b/examples/desktop/hello-world/README.rst index 2ddc6368..add2fb02 100644 --- a/examples/desktop/hello-world/README.rst +++ b/examples/desktop/hello-world/README.rst @@ -25,5 +25,5 @@ How to build PlatformIO based project # Process example project > platformio run - # Clean build files - > platformio run --target clean + # Run program + > .pioenvs/native/program diff --git a/examples/espressif/esp8266-native/README.rst b/examples/espressif/esp8266-native/README.rst index 1741b677..a7ebb110 100644 --- a/examples/espressif/esp8266-native/README.rst +++ b/examples/espressif/esp8266-native/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/espressif/esp8266-webserver/README.rst b/examples/espressif/esp8266-webserver/README.rst index 4a95b045..4716db4d 100644 --- a/examples/espressif/esp8266-webserver/README.rst +++ b/examples/espressif/esp8266-webserver/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/espressif/esp8266-wifiscan/README.rst b/examples/espressif/esp8266-wifiscan/README.rst index c4afff90..34743571 100644 --- a/examples/espressif/esp8266-wifiscan/README.rst +++ b/examples/espressif/esp8266-wifiscan/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/mbed/mbed-blink/README.rst b/examples/mbed/mbed-blink/README.rst index 57d7bfb7..10be3a99 100644 --- a/examples/mbed/mbed-blink/README.rst +++ b/examples/mbed/mbed-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/mbed/mbed-dsp/README.rst b/examples/mbed/mbed-dsp/README.rst index 519e8f49..3ade03f0 100644 --- a/examples/mbed/mbed-dsp/README.rst +++ b/examples/mbed/mbed-dsp/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/mbed/mbed-http-client/README.rst b/examples/mbed/mbed-http-client/README.rst index 58eeaabe..3658d85d 100644 --- a/examples/mbed/mbed-http-client/README.rst +++ b/examples/mbed/mbed-http-client/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/mbed/mbed-rtos/README.rst b/examples/mbed/mbed-rtos/README.rst index 07bd14d1..81fb6556 100644 --- a/examples/mbed/mbed-rtos/README.rst +++ b/examples/mbed/mbed-rtos/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/mbed/mbed-serial/README.rst b/examples/mbed/mbed-serial/README.rst index ce0d997e..8d36c8f7 100644 --- a/examples/mbed/mbed-serial/README.rst +++ b/examples/mbed/mbed-serial/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/stm32/stm32-cmsis-blink/README.rst b/examples/stm32/stm32-cmsis-blink/README.rst index 96ae3b4a..b8250201 100644 --- a/examples/stm32/stm32-cmsis-blink/README.rst +++ b/examples/stm32/stm32-cmsis-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/stm32/stm32-opencm3-blink/README.rst b/examples/stm32/stm32-opencm3-blink/README.rst index e20dc086..4c8c21ad 100644 --- a/examples/stm32/stm32-opencm3-blink/README.rst +++ b/examples/stm32/stm32-opencm3-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/stm32/stm32-spl-blink/README.rst b/examples/stm32/stm32-spl-blink/README.rst index f5c49a3c..1d9dc1dd 100644 --- a/examples/stm32/stm32-spl-blink/README.rst +++ b/examples/stm32/stm32-spl-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/teensy/teensy-hid-usb-mouse/README.rst b/examples/teensy/teensy-hid-usb-mouse/README.rst index abcaa507..4b5d40b0 100644 --- a/examples/teensy/teensy-hid-usb-mouse/README.rst +++ b/examples/teensy/teensy-hid-usb-mouse/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/teensy/teensy-internal-libs/README.rst b/examples/teensy/teensy-internal-libs/README.rst index 6876b7d0..07452ca1 100644 --- a/examples/teensy/teensy-internal-libs/README.rst +++ b/examples/teensy/teensy-internal-libs/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/timsp430/panstamp-blink/README.rst b/examples/timsp430/panstamp-blink/README.rst index d666a983..a4bbe100 100644 --- a/examples/timsp430/panstamp-blink/README.rst +++ b/examples/timsp430/panstamp-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/timsp430/timsp430-energia-blink/README.rst b/examples/timsp430/timsp430-energia-blink/README.rst index b8ee24f2..3c66c847 100644 --- a/examples/timsp430/timsp430-energia-blink/README.rst +++ b/examples/timsp430/timsp430-energia-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/timsp430/timsp430-native-blink/README.rst b/examples/timsp430/timsp430-native-blink/README.rst index 0357935c..dabf9e09 100644 --- a/examples/timsp430/timsp430-native-blink/README.rst +++ b/examples/timsp430/timsp430-native-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/titiva/titiva-energia-blink/README.rst b/examples/titiva/titiva-energia-blink/README.rst index 02ffa896..3a92313f 100644 --- a/examples/titiva/titiva-energia-blink/README.rst +++ b/examples/titiva/titiva-energia-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/titiva/titiva-native-blink/README.rst b/examples/titiva/titiva-native-blink/README.rst index d70ae849..ab756424 100644 --- a/examples/titiva/titiva-native-blink/README.rst +++ b/examples/titiva/titiva-native-blink/README.rst @@ -27,6 +27,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - - # Clean build files - > platformio run --target clean diff --git a/examples/wiring-blink/README.rst b/examples/wiring-blink/README.rst index 2e599e25..8b61744d 100644 --- a/examples/wiring-blink/README.rst +++ b/examples/wiring-blink/README.rst @@ -28,5 +28,3 @@ How to build PlatformIO based project # Upload firmware > platformio run --target upload - # Clean build files - > platformio run --target clean