From 463f855761f0af2657e597f6a3cf1b59daecc3fd Mon Sep 17 00:00:00 2001 From: Erik Moqvist Date: Sat, 7 Jan 2017 23:11:41 +0100 Subject: [PATCH 1/4] Fix: Simba esp_wifi example. (#10) --- simba/esp_wifi/station/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simba/esp_wifi/station/src/main.c b/simba/esp_wifi/station/src/main.c index 8a503cb..7f0909b 100644 --- a/simba/esp_wifi/station/src/main.c +++ b/simba/esp_wifi/station/src/main.c @@ -26,7 +26,7 @@ int main() while (1) { /* Get the wifi connect status. */ - int new_status = esp_wifi_station_get_connect_status(); + int new_status = esp_wifi_station_get_status(); if (new_status != status) { /* Print information about the WiFi. */ From e6e0c19bd1149ae7b5e5b8f72c9ccc98f1690441 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 23 Jan 2017 00:12:35 +0200 Subject: [PATCH 2/4] Add new options ``--monitor-rts`` and ``--monitor-dtr`` to `pio test` command --- unit-testing/calculator/test/test_common/test_calculator.cpp | 4 ++++ .../calculator/test/test_embedded/test_calculator.cpp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/unit-testing/calculator/test/test_common/test_calculator.cpp b/unit-testing/calculator/test/test_common/test_calculator.cpp index d64e755..687efc0 100755 --- a/unit-testing/calculator/test/test_common/test_calculator.cpp +++ b/unit-testing/calculator/test/test_common/test_calculator.cpp @@ -43,6 +43,10 @@ void process() { #include void setup() { + // NOTE!!! Wait for >2 secs + // if board doesn't support software reset via Serial.DTR/RTS + delay(2000); + process(); } diff --git a/unit-testing/calculator/test/test_embedded/test_calculator.cpp b/unit-testing/calculator/test/test_embedded/test_calculator.cpp index 8cc59be..929b8b9 100755 --- a/unit-testing/calculator/test/test_embedded/test_calculator.cpp +++ b/unit-testing/calculator/test/test_embedded/test_calculator.cpp @@ -32,6 +32,10 @@ void test_function_calculator_division(void) { } void setup() { + // NOTE!!! Wait for >2 secs + // if board doesn't support software reset via Serial.DTR/RTS + delay(2000); + UNITY_BEGIN(); RUN_TEST(test_function_calculator_addition); RUN_TEST(test_function_calculator_subtraction); From 091145571f6b581afe0a1f6ae3e42e79402f1378 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 22 Feb 2017 16:46:10 +0200 Subject: [PATCH 3/4] Update docs URLs --- .../arduino-blink/.travis.yml | 6 +- atmelavr-and-arduino/arduino-blink/README.rst | 2 +- .../arduino-blink/lib/readme.txt | 2 +- .../arduino-blink/platformio.ini | 2 +- .../arduino-external-libs/.travis.yml | 6 +- .../arduino-external-libs/README.rst | 2 +- .../arduino-external-libs/lib/readme.txt | 2 +- .../arduino-external-libs/platformio.ini | 2 +- .../arduino-internal-libs/.travis.yml | 6 +- .../arduino-internal-libs/README.rst | 2 +- .../arduino-internal-libs/lib/readme.txt | 2 +- .../arduino-internal-libs/platformio.ini | 2 +- .../arduino-own-src_dir/.travis.yml | 6 +- .../arduino-own-src_dir/README.rst | 2 +- .../arduino-own-src_dir/lib/readme.txt | 2 +- .../arduino-own-src_dir/platformio.ini | 2 +- .../atmelavr-assember-blink/README.rst | 2 +- .../atmelavr-assember-blink/lib/readme.txt | 2 +- .../atmelavr-assember-blink/platformio.ini | 2 +- .../atmelavr-native-blink/README.rst | 2 +- .../atmelavr-native-blink/lib/readme.txt | 2 +- .../atmelavr-native-blink/platformio.ini | 4 +- .../digitstump-mouse/.travis.yml | 6 +- .../digitstump-mouse/README.rst | 2 +- .../digitstump-mouse/lib/readme.txt | 2 +- .../digitstump-mouse/platformio.ini | 2 +- .../engduino-magnetometer/.travis.yml | 6 +- .../engduino-magnetometer/README.rst | 2 +- .../engduino-magnetometer/lib/readme.txt | 2 +- .../engduino-magnetometer/platformio.ini | 2 +- .../arduino-external-libs/.travis.yml | 6 +- .../arduino-external-libs/README.rst | 2 +- .../arduino-external-libs/lib/readme.txt | 2 +- .../arduino-external-libs/platformio.ini | 2 +- .../arduino-internal-libs/.travis.yml | 6 +- .../arduino-internal-libs/README.rst | 2 +- .../arduino-internal-libs/lib/readme.txt | 2 +- .../arduino-internal-libs/platformio.ini | 2 +- desktop/hello-world/.travis.yml | 6 +- desktop/hello-world/README.rst | 2 +- desktop/hello-world/lib/readme.txt | 2 +- desktop/hello-world/platformio.ini | 2 +- espressif/esp32-arduino-blink/.travis.yml | 6 +- espressif/esp32-arduino-blink/README.rst | 2 +- espressif/esp32-arduino-blink/lib/readme.txt | 2 +- espressif/esp32-arduino-blink/platformio.ini | 2 +- espressif/esp32-arduino-wifiscan/.travis.yml | 6 +- espressif/esp32-arduino-wifiscan/README.rst | 2 +- .../esp32-arduino-wifiscan/lib/readme.txt | 2 +- .../esp32-arduino-wifiscan/platformio.ini | 2 +- .../esp32-espidf-hello-world/.travis.yml | 6 +- espressif/esp32-espidf-hello-world/README.rst | 2 +- .../esp32-espidf-hello-world/lib/readme.txt | 2 +- .../esp32-espidf-hello-world/platformio.ini | 2 +- .../esp32-espidf-hello-world/src/sdkconfig.h | 77 +++++++++++++++---- .../esp32-espidf-http-request/.travis.yml | 6 +- .../esp32-espidf-http-request/README.rst | 2 +- .../esp32-espidf-http-request/lib/readme.txt | 2 +- .../esp32-espidf-http-request/platformio.ini | 2 +- .../esp32-espidf-http-request/src/sdkconfig.h | 75 ++++++++++++++---- espressif/esp8266-native/.travis.yml | 6 +- espressif/esp8266-native/README.rst | 2 +- espressif/esp8266-native/lib/readme.txt | 2 +- espressif/esp8266-native/platformio.ini | 2 +- espressif/esp8266-webserver/.travis.yml | 6 +- espressif/esp8266-webserver/README.rst | 2 +- espressif/esp8266-webserver/lib/readme.txt | 2 +- espressif/esp8266-webserver/platformio.ini | 2 +- espressif/esp8266-wifiscan/.travis.yml | 6 +- espressif/esp8266-wifiscan/README.rst | 2 +- espressif/esp8266-wifiscan/lib/readme.txt | 2 +- espressif/esp8266-wifiscan/platformio.ini | 2 +- ide/clion/.travis.yml | 6 +- ide/clion/README.rst | 6 +- ide/clion/lib/readme.txt | 2 +- ide/clion/platformio.ini | 2 +- ide/eclipse/.travis.yml | 6 +- ide/eclipse/README.rst | 6 +- ide/eclipse/lib/readme.txt | 2 +- ide/eclipse/platformio.ini | 2 +- ide/qtcreator/.travis.yml | 6 +- ide/qtcreator/README.rst | 6 +- ide/qtcreator/lib/readme.txt | 2 +- ide/qtcreator/platformio.ini | 2 +- ide/sublimetext/.travis.yml | 6 +- ide/sublimetext/README.rst | 6 +- ide/sublimetext/lib/readme.txt | 2 +- ide/sublimetext/platformio.ini | 2 +- ide/visualstudio/.travis.yml | 6 +- ide/visualstudio/README.rst | 6 +- ide/visualstudio/lib/readme.txt | 2 +- ide/visualstudio/platformio.ini | 2 +- intel_arc32/arduino-blink/.travis.yml | 6 +- intel_arc32/arduino-blink/README.rst | 2 +- intel_arc32/arduino-blink/lib/readme.txt | 2 +- intel_arc32/arduino-blink/platformio.ini | 2 +- intel_arc32/arduino-internal-libs/.travis.yml | 6 +- intel_arc32/arduino-internal-libs/README.rst | 2 +- .../arduino-internal-libs/lib/readme.txt | 2 +- .../arduino-internal-libs/platformio.ini | 2 +- .../lattice_ice40-counter/.travis.yml | 6 +- .../lattice_ice40-counter/README.rst | 2 +- .../lattice_ice40-counter/lib/readme.txt | 2 +- .../lattice_ice40-counter/platformio.ini | 2 +- lattice_ice40/lattice_ice40-leds/.travis.yml | 6 +- lattice_ice40/lattice_ice40-leds/README.rst | 2 +- .../lattice_ice40-leds/lib/readme.txt | 2 +- .../lattice_ice40-leds/platformio.ini | 2 +- .../nested-dependencies/.travis.yml | 6 +- .../nested-dependencies/README.rst | 2 +- .../nested-dependencies/lib/readme.txt | 2 +- .../nested-dependencies/platformio.ini | 2 +- mbed/mbed-blink/.travis.yml | 6 +- mbed/mbed-blink/README.rst | 2 +- mbed/mbed-blink/lib/readme.txt | 2 +- mbed/mbed-blink/platformio.ini | 2 +- mbed/mbed-dsp/.travis.yml | 6 +- mbed/mbed-dsp/README.rst | 2 +- mbed/mbed-dsp/lib/readme.txt | 2 +- mbed/mbed-dsp/platformio.ini | 2 +- mbed/mbed-http-client/.travis.yml | 6 +- mbed/mbed-http-client/README.rst | 2 +- mbed/mbed-http-client/lib/readme.txt | 2 +- mbed/mbed-http-client/platformio.ini | 2 +- mbed/mbed-rtos/.travis.yml | 6 +- mbed/mbed-rtos/README.rst | 2 +- mbed/mbed-rtos/lib/readme.txt | 2 +- mbed/mbed-rtos/platformio.ini | 2 +- mbed/mbed-serial/.travis.yml | 6 +- mbed/mbed-serial/README.rst | 2 +- mbed/mbed-serial/lib/readme.txt | 2 +- mbed/mbed-serial/platformio.ini | 2 +- mbed/microbit-hello-world/.travis.yml | 6 +- mbed/microbit-hello-world/README.rst | 2 +- mbed/microbit-hello-world/lib/readme.txt | 2 +- mbed/microbit-hello-world/platformio.ini | 2 +- microchippic32/arduino-blink/.travis.yml | 6 +- microchippic32/arduino-blink/README.rst | 2 +- microchippic32/arduino-blink/lib/readme.txt | 2 +- microchippic32/arduino-blink/platformio.ini | 2 +- .../arduino-internal-libs/.travis.yml | 6 +- .../arduino-internal-libs/README.rst | 2 +- .../arduino-internal-libs/lib/readme.txt | 2 +- .../arduino-internal-libs/platformio.ini | 2 +- nordicnrf51/rfduino-ibeacon/.travis.yml | 6 +- nordicnrf51/rfduino-ibeacon/README.rst | 2 +- nordicnrf51/rfduino-ibeacon/lib/readme.txt | 2 +- nordicnrf51/rfduino-ibeacon/platformio.ini | 2 +- pumbaa/blink/.travis.yml | 6 +- pumbaa/blink/README.rst | 2 +- pumbaa/blink/lib/readme.txt | 2 +- pumbaa/blink/platformio.ini | 2 +- raspberrypi/wiringpi-blink/.travis.yml | 6 +- raspberrypi/wiringpi-blink/README.rst | 2 +- raspberrypi/wiringpi-blink/lib/readme.txt | 2 +- raspberrypi/wiringpi-blink/platformio.ini | 2 +- raspberrypi/wiringpi-serial/.travis.yml | 6 +- raspberrypi/wiringpi-serial/README.rst | 2 +- raspberrypi/wiringpi-serial/lib/readme.txt | 2 +- raspberrypi/wiringpi-serial/platformio.ini | 2 +- simba/blink/.travis.yml | 6 +- simba/blink/README.rst | 2 +- simba/blink/lib/readme.txt | 2 +- simba/blink/platformio.ini | 2 +- simba/esp_wifi/station/platformio.ini | 2 +- simba/hello_world/.travis.yml | 6 +- simba/hello_world/README.rst | 2 +- simba/hello_world/lib/readme.txt | 2 +- simba/hello_world/platformio.ini | 2 +- stm32/arduino-blink/.travis.yml | 6 +- stm32/arduino-blink/README.rst | 2 +- stm32/arduino-blink/lib/readme.txt | 2 +- stm32/arduino-blink/platformio.ini | 2 +- stm32/arduino-external-libs/.travis.yml | 6 +- stm32/arduino-external-libs/README.rst | 2 +- stm32/arduino-external-libs/lib/readme.txt | 2 +- stm32/arduino-external-libs/platformio.ini | 2 +- stm32/arduino-internal-libs/.travis.yml | 6 +- stm32/arduino-internal-libs/README.rst | 2 +- stm32/arduino-internal-libs/lib/readme.txt | 2 +- stm32/arduino-internal-libs/platformio.ini | 2 +- stm32/stm32-cmsis-blink/.travis.yml | 6 +- stm32/stm32-cmsis-blink/README.rst | 2 +- stm32/stm32-cmsis-blink/lib/readme.txt | 2 +- stm32/stm32-cmsis-blink/platformio.ini | 2 +- stm32/stm32-opencm3-blink/.travis.yml | 6 +- stm32/stm32-opencm3-blink/README.rst | 2 +- stm32/stm32-opencm3-blink/lib/readme.txt | 2 +- stm32/stm32-opencm3-blink/platformio.ini | 2 +- stm32/stm32-spl-blink/.travis.yml | 6 +- stm32/stm32-spl-blink/README.rst | 2 +- stm32/stm32-spl-blink/lib/readme.txt | 2 +- stm32/stm32-spl-blink/platformio.ini | 2 +- teensy/teensy-hid-usb-mouse/.travis.yml | 6 +- teensy/teensy-hid-usb-mouse/README.rst | 2 +- teensy/teensy-hid-usb-mouse/lib/readme.txt | 2 +- teensy/teensy-hid-usb-mouse/platformio.ini | 2 +- teensy/teensy-internal-libs/.travis.yml | 6 +- teensy/teensy-internal-libs/README.rst | 2 +- teensy/teensy-internal-libs/lib/readme.txt | 2 +- teensy/teensy-internal-libs/platformio.ini | 2 +- timsp430/panstamp-blink/.travis.yml | 6 +- timsp430/panstamp-blink/README.rst | 2 +- timsp430/panstamp-blink/lib/readme.txt | 2 +- timsp430/panstamp-blink/platformio.ini | 2 +- timsp430/timsp430-energia-blink/.travis.yml | 6 +- timsp430/timsp430-energia-blink/README.rst | 2 +- .../timsp430-energia-blink/lib/readme.txt | 2 +- .../timsp430-energia-blink/platformio.ini | 2 +- timsp430/timsp430-native-blink/.travis.yml | 6 +- timsp430/timsp430-native-blink/README.rst | 2 +- timsp430/timsp430-native-blink/lib/readme.txt | 2 +- timsp430/timsp430-native-blink/platformio.ini | 2 +- titiva/titiva-energia-blink/.travis.yml | 6 +- titiva/titiva-energia-blink/README.rst | 2 +- titiva/titiva-energia-blink/lib/readme.txt | 2 +- titiva/titiva-energia-blink/platformio.ini | 2 +- titiva/titiva-native-blink/.travis.yml | 6 +- titiva/titiva-native-blink/README.rst | 2 +- titiva/titiva-native-blink/lib/readme.txt | 2 +- titiva/titiva-native-blink/platformio.ini | 2 +- titiva/titiva-opencm3-blink/.travis.yml | 6 +- titiva/titiva-opencm3-blink/README.rst | 2 +- titiva/titiva-opencm3-blink/lib/readme.txt | 2 +- titiva/titiva-opencm3-blink/platformio.ini | 2 +- unit-testing/calculator/.travis.yml | 6 +- unit-testing/calculator/README.rst | 2 +- unit-testing/calculator/lib/readme.txt | 2 +- unit-testing/calculator/platformio.ini | 2 +- unit-testing/wiring-blink/.travis.yml | 6 +- unit-testing/wiring-blink/README.rst | 2 +- unit-testing/wiring-blink/lib/readme.txt | 2 +- unit-testing/wiring-blink/platformio.ini | 2 +- wiring-blink/.travis.yml | 6 +- wiring-blink/README.rst | 2 +- wiring-blink/lib/readme.txt | 2 +- wiring-blink/platformio.ini | 2 +- 237 files changed, 482 insertions(+), 390 deletions(-) diff --git a/atmelavr-and-arduino/arduino-blink/.travis.yml b/atmelavr-and-arduino/arduino-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/atmelavr-and-arduino/arduino-blink/.travis.yml +++ b/atmelavr-and-arduino/arduino-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/atmelavr-and-arduino/arduino-blink/README.rst b/atmelavr-and-arduino/arduino-blink/README.rst index d120d2a..a63c820 100644 --- a/atmelavr-and-arduino/arduino-blink/README.rst +++ b/atmelavr-and-arduino/arduino-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelavr-and-arduino/arduino-blink/lib/readme.txt b/atmelavr-and-arduino/arduino-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelavr-and-arduino/arduino-blink/lib/readme.txt +++ b/atmelavr-and-arduino/arduino-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelavr-and-arduino/arduino-blink/platformio.ini b/atmelavr-and-arduino/arduino-blink/platformio.ini index 88da8aa..ab1b1d4 100644 --- a/atmelavr-and-arduino/arduino-blink/platformio.ini +++ b/atmelavr-and-arduino/arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/atmelavr-and-arduino/arduino-external-libs/.travis.yml b/atmelavr-and-arduino/arduino-external-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/atmelavr-and-arduino/arduino-external-libs/.travis.yml +++ b/atmelavr-and-arduino/arduino-external-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/atmelavr-and-arduino/arduino-external-libs/README.rst b/atmelavr-and-arduino/arduino-external-libs/README.rst index 5661da5..d201bf8 100644 --- a/atmelavr-and-arduino/arduino-external-libs/README.rst +++ b/atmelavr-and-arduino/arduino-external-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelavr-and-arduino/arduino-external-libs/lib/readme.txt b/atmelavr-and-arduino/arduino-external-libs/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelavr-and-arduino/arduino-external-libs/lib/readme.txt +++ b/atmelavr-and-arduino/arduino-external-libs/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelavr-and-arduino/arduino-external-libs/platformio.ini b/atmelavr-and-arduino/arduino-external-libs/platformio.ini index 02640ae..32d1c95 100644 --- a/atmelavr-and-arduino/arduino-external-libs/platformio.ini +++ b/atmelavr-and-arduino/arduino-external-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/atmelavr-and-arduino/arduino-internal-libs/.travis.yml b/atmelavr-and-arduino/arduino-internal-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/atmelavr-and-arduino/arduino-internal-libs/.travis.yml +++ b/atmelavr-and-arduino/arduino-internal-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/atmelavr-and-arduino/arduino-internal-libs/README.rst b/atmelavr-and-arduino/arduino-internal-libs/README.rst index d75675f..5fbcf06 100644 --- a/atmelavr-and-arduino/arduino-internal-libs/README.rst +++ b/atmelavr-and-arduino/arduino-internal-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelavr-and-arduino/arduino-internal-libs/lib/readme.txt b/atmelavr-and-arduino/arduino-internal-libs/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelavr-and-arduino/arduino-internal-libs/lib/readme.txt +++ b/atmelavr-and-arduino/arduino-internal-libs/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelavr-and-arduino/arduino-internal-libs/platformio.ini b/atmelavr-and-arduino/arduino-internal-libs/platformio.ini index c334d87..1fb7c41 100644 --- a/atmelavr-and-arduino/arduino-internal-libs/platformio.ini +++ b/atmelavr-and-arduino/arduino-internal-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/atmelavr-and-arduino/arduino-own-src_dir/.travis.yml b/atmelavr-and-arduino/arduino-own-src_dir/.travis.yml index ac0a029..593d7ef 100644 --- a/atmelavr-and-arduino/arduino-own-src_dir/.travis.yml +++ b/atmelavr-and-arduino/arduino-own-src_dir/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/atmelavr-and-arduino/arduino-own-src_dir/README.rst b/atmelavr-and-arduino/arduino-own-src_dir/README.rst index 9acd17c..f58b2f6 100644 --- a/atmelavr-and-arduino/arduino-own-src_dir/README.rst +++ b/atmelavr-and-arduino/arduino-own-src_dir/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelavr-and-arduino/arduino-own-src_dir/lib/readme.txt b/atmelavr-and-arduino/arduino-own-src_dir/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelavr-and-arduino/arduino-own-src_dir/lib/readme.txt +++ b/atmelavr-and-arduino/arduino-own-src_dir/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelavr-and-arduino/arduino-own-src_dir/platformio.ini b/atmelavr-and-arduino/arduino-own-src_dir/platformio.ini index 06fb9b9..23aad23 100644 --- a/atmelavr-and-arduino/arduino-own-src_dir/platformio.ini +++ b/atmelavr-and-arduino/arduino-own-src_dir/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [platformio] src_dir = Blink diff --git a/atmelavr-and-arduino/atmelavr-assember-blink/README.rst b/atmelavr-and-arduino/atmelavr-assember-blink/README.rst index e6e0958..4d9bb88 100644 --- a/atmelavr-and-arduino/atmelavr-assember-blink/README.rst +++ b/atmelavr-and-arduino/atmelavr-assember-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelavr-and-arduino/atmelavr-assember-blink/lib/readme.txt b/atmelavr-and-arduino/atmelavr-assember-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelavr-and-arduino/atmelavr-assember-blink/lib/readme.txt +++ b/atmelavr-and-arduino/atmelavr-assember-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelavr-and-arduino/atmelavr-assember-blink/platformio.ini b/atmelavr-and-arduino/atmelavr-assember-blink/platformio.ini index d3d1f55..d39b88f 100755 --- a/atmelavr-and-arduino/atmelavr-assember-blink/platformio.ini +++ b/atmelavr-and-arduino/atmelavr-assember-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/atmelavr-and-arduino/atmelavr-native-blink/README.rst b/atmelavr-and-arduino/atmelavr-native-blink/README.rst index c72f6fb..473c6f2 100644 --- a/atmelavr-and-arduino/atmelavr-native-blink/README.rst +++ b/atmelavr-and-arduino/atmelavr-native-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelavr-and-arduino/atmelavr-native-blink/lib/readme.txt b/atmelavr-and-arduino/atmelavr-native-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelavr-and-arduino/atmelavr-native-blink/lib/readme.txt +++ b/atmelavr-and-arduino/atmelavr-native-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelavr-and-arduino/atmelavr-native-blink/platformio.ini b/atmelavr-and-arduino/atmelavr-native-blink/platformio.ini index e8e4951..48cd5d9 100644 --- a/atmelavr-and-arduino/atmelavr-native-blink/platformio.ini +++ b/atmelavr-and-arduino/atmelavr-native-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:native_avr] platform = atmelavr @@ -17,7 +17,7 @@ upload_protocol = stk500v1 upload_flags = -P$UPLOAD_PORT -b$UPLOAD_SPEED # Uploading: Arduino as ISP -# Details: http://docs.platformio.org/en/stable/platforms/atmelavr.html#upload-using-programmer +# Details: http://docs.platformio.org/page/platforms/atmelavr.html#upload-using-programmer # edit these lines upload_port = SERIAL_PORT_HERE diff --git a/atmelavr-and-arduino/digitstump-mouse/.travis.yml b/atmelavr-and-arduino/digitstump-mouse/.travis.yml index ac0a029..593d7ef 100644 --- a/atmelavr-and-arduino/digitstump-mouse/.travis.yml +++ b/atmelavr-and-arduino/digitstump-mouse/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/atmelavr-and-arduino/digitstump-mouse/README.rst b/atmelavr-and-arduino/digitstump-mouse/README.rst index d72c7a0..9a444ce 100644 --- a/atmelavr-and-arduino/digitstump-mouse/README.rst +++ b/atmelavr-and-arduino/digitstump-mouse/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelavr-and-arduino/digitstump-mouse/lib/readme.txt b/atmelavr-and-arduino/digitstump-mouse/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelavr-and-arduino/digitstump-mouse/lib/readme.txt +++ b/atmelavr-and-arduino/digitstump-mouse/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelavr-and-arduino/digitstump-mouse/platformio.ini b/atmelavr-and-arduino/digitstump-mouse/platformio.ini index 30b1446..7bb449a 100644 --- a/atmelavr-and-arduino/digitstump-mouse/platformio.ini +++ b/atmelavr-and-arduino/digitstump-mouse/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:digispark-tiny] platform = atmelavr diff --git a/atmelavr-and-arduino/engduino-magnetometer/.travis.yml b/atmelavr-and-arduino/engduino-magnetometer/.travis.yml index ac0a029..593d7ef 100644 --- a/atmelavr-and-arduino/engduino-magnetometer/.travis.yml +++ b/atmelavr-and-arduino/engduino-magnetometer/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/atmelavr-and-arduino/engduino-magnetometer/README.rst b/atmelavr-and-arduino/engduino-magnetometer/README.rst index a0a2637..63fe141 100644 --- a/atmelavr-and-arduino/engduino-magnetometer/README.rst +++ b/atmelavr-and-arduino/engduino-magnetometer/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelavr-and-arduino/engduino-magnetometer/lib/readme.txt b/atmelavr-and-arduino/engduino-magnetometer/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelavr-and-arduino/engduino-magnetometer/lib/readme.txt +++ b/atmelavr-and-arduino/engduino-magnetometer/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelavr-and-arduino/engduino-magnetometer/platformio.ini b/atmelavr-and-arduino/engduino-magnetometer/platformio.ini index 8471891..bfb8ca4 100644 --- a/atmelavr-and-arduino/engduino-magnetometer/platformio.ini +++ b/atmelavr-and-arduino/engduino-magnetometer/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:engduinov3] platform = atmelavr diff --git a/atmelsam-and-arduino/arduino-external-libs/.travis.yml b/atmelsam-and-arduino/arduino-external-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/atmelsam-and-arduino/arduino-external-libs/.travis.yml +++ b/atmelsam-and-arduino/arduino-external-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/atmelsam-and-arduino/arduino-external-libs/README.rst b/atmelsam-and-arduino/arduino-external-libs/README.rst index cd9b33a..bff8566 100644 --- a/atmelsam-and-arduino/arduino-external-libs/README.rst +++ b/atmelsam-and-arduino/arduino-external-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelsam-and-arduino/arduino-external-libs/lib/readme.txt b/atmelsam-and-arduino/arduino-external-libs/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelsam-and-arduino/arduino-external-libs/lib/readme.txt +++ b/atmelsam-and-arduino/arduino-external-libs/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelsam-and-arduino/arduino-external-libs/platformio.ini b/atmelsam-and-arduino/arduino-external-libs/platformio.ini index 029db74..9a42a1b 100644 --- a/atmelsam-and-arduino/arduino-external-libs/platformio.ini +++ b/atmelsam-and-arduino/arduino-external-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:due] platform = atmelsam diff --git a/atmelsam-and-arduino/arduino-internal-libs/.travis.yml b/atmelsam-and-arduino/arduino-internal-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/atmelsam-and-arduino/arduino-internal-libs/.travis.yml +++ b/atmelsam-and-arduino/arduino-internal-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/atmelsam-and-arduino/arduino-internal-libs/README.rst b/atmelsam-and-arduino/arduino-internal-libs/README.rst index 83d6457..a86f67a 100644 --- a/atmelsam-and-arduino/arduino-internal-libs/README.rst +++ b/atmelsam-and-arduino/arduino-internal-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/atmelsam-and-arduino/arduino-internal-libs/lib/readme.txt b/atmelsam-and-arduino/arduino-internal-libs/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/atmelsam-and-arduino/arduino-internal-libs/lib/readme.txt +++ b/atmelsam-and-arduino/arduino-internal-libs/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/atmelsam-and-arduino/arduino-internal-libs/platformio.ini b/atmelsam-and-arduino/arduino-internal-libs/platformio.ini index 029db74..9a42a1b 100644 --- a/atmelsam-and-arduino/arduino-internal-libs/platformio.ini +++ b/atmelsam-and-arduino/arduino-internal-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:due] platform = atmelsam diff --git a/desktop/hello-world/.travis.yml b/desktop/hello-world/.travis.yml index ac0a029..593d7ef 100644 --- a/desktop/hello-world/.travis.yml +++ b/desktop/hello-world/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/desktop/hello-world/README.rst b/desktop/hello-world/README.rst index c8dbd68..d22f7af 100644 --- a/desktop/hello-world/README.rst +++ b/desktop/hello-world/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/desktop/hello-world/lib/readme.txt b/desktop/hello-world/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/desktop/hello-world/lib/readme.txt +++ b/desktop/hello-world/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/desktop/hello-world/platformio.ini b/desktop/hello-world/platformio.ini index f0c8d10..370222e 100644 --- a/desktop/hello-world/platformio.ini +++ b/desktop/hello-world/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:native] platform = native diff --git a/espressif/esp32-arduino-blink/.travis.yml b/espressif/esp32-arduino-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/espressif/esp32-arduino-blink/.travis.yml +++ b/espressif/esp32-arduino-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/espressif/esp32-arduino-blink/README.rst b/espressif/esp32-arduino-blink/README.rst index a950f79..9428dac 100644 --- a/espressif/esp32-arduino-blink/README.rst +++ b/espressif/esp32-arduino-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/espressif/esp32-arduino-blink/lib/readme.txt b/espressif/esp32-arduino-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/espressif/esp32-arduino-blink/lib/readme.txt +++ b/espressif/esp32-arduino-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/espressif/esp32-arduino-blink/platformio.ini b/espressif/esp32-arduino-blink/platformio.ini index 9748671..379aaed 100644 --- a/espressif/esp32-arduino-blink/platformio.ini +++ b/espressif/esp32-arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:esp32dev] platform = espressif32 diff --git a/espressif/esp32-arduino-wifiscan/.travis.yml b/espressif/esp32-arduino-wifiscan/.travis.yml index ac0a029..593d7ef 100644 --- a/espressif/esp32-arduino-wifiscan/.travis.yml +++ b/espressif/esp32-arduino-wifiscan/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/espressif/esp32-arduino-wifiscan/README.rst b/espressif/esp32-arduino-wifiscan/README.rst index 202c587..8556b1c 100644 --- a/espressif/esp32-arduino-wifiscan/README.rst +++ b/espressif/esp32-arduino-wifiscan/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/espressif/esp32-arduino-wifiscan/lib/readme.txt b/espressif/esp32-arduino-wifiscan/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/espressif/esp32-arduino-wifiscan/lib/readme.txt +++ b/espressif/esp32-arduino-wifiscan/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/espressif/esp32-arduino-wifiscan/platformio.ini b/espressif/esp32-arduino-wifiscan/platformio.ini index c359dfd..2f796f6 100644 --- a/espressif/esp32-arduino-wifiscan/platformio.ini +++ b/espressif/esp32-arduino-wifiscan/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:nano32] platform = espressif32 diff --git a/espressif/esp32-espidf-hello-world/.travis.yml b/espressif/esp32-espidf-hello-world/.travis.yml index 72c6e43..2c4ff5c 100644 --- a/espressif/esp32-espidf-hello-world/.travis.yml +++ b/espressif/esp32-espidf-hello-world/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/espressif/esp32-espidf-hello-world/README.rst b/espressif/esp32-espidf-hello-world/README.rst index a810be2..63d656e 100644 --- a/espressif/esp32-espidf-hello-world/README.rst +++ b/espressif/esp32-espidf-hello-world/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/espressif/esp32-espidf-hello-world/lib/readme.txt b/espressif/esp32-espidf-hello-world/lib/readme.txt index a3271c7..6581e73 100644 --- a/espressif/esp32-espidf-hello-world/lib/readme.txt +++ b/espressif/esp32-espidf-hello-world/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/espressif/esp32-espidf-hello-world/platformio.ini b/espressif/esp32-espidf-hello-world/platformio.ini index b3b366a..535432e 100644 --- a/espressif/esp32-espidf-hello-world/platformio.ini +++ b/espressif/esp32-espidf-hello-world/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:esp32dev] platform = espressif32 diff --git a/espressif/esp32-espidf-hello-world/src/sdkconfig.h b/espressif/esp32-espidf-hello-world/src/sdkconfig.h index 1fd4b81..9bde466 100644 --- a/espressif/esp32-espidf-hello-world/src/sdkconfig.h +++ b/espressif/esp32-espidf-hello-world/src/sdkconfig.h @@ -4,50 +4,95 @@ * Espressif IoT Development Framework Configuration * */ +#define CONFIG_ESP32_PHY_MAX_TX_POWER 20 +#define CONFIG_PHY_ENABLED 1 #define CONFIG_TRACEMEM_RESERVE_DRAM 0x0 -#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE 1 -#define CONFIG_ESPTOOLPY_FLASHFREQ "80m" +#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" #define CONFIG_NEWLIB_STDOUT_ADDCR 1 -#define CONFIG_FREERTOS_PANIC_PRINT_REBOOT 1 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" +#define CONFIG_ETHERNET 1 +#define CONFIG_INT_WDT 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 #define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 #define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 -#define CONFIG_BT_RESERVE_DRAM 0x0 -#define CONFIG_LWIP_MAX_SOCKETS 4 +#define CONFIG_BT_RESERVE_DRAM 0x10000 +#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1 +#define CONFIG_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_LWIP_MAX_SOCKETS 10 +#define CONFIG_EMAC_TASK_PRIORITY 20 #define CONFIG_ULP_COPROC_RESERVE_MEM 0 -#define CONFIG_ESPTOOLPY_BAUD 921600 +#define CONFIG_ESPTOOLPY_BAUD 115200 +#define CONFIG_INT_WDT_CHECK_CPU1 1 +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 #define CONFIG_TOOLPREFIX "xtensa-esp32-elf-" +#define CONFIG_CONSOLE_UART_NUM 0 +#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC 1 +#define CONFIG_ESPTOOLPY_BAUD_115200B 1 #define CONFIG_LWIP_THREAD_LOCAL_STORAGE_INDEX 0 +#define CONFIG_CONSOLE_UART_DEFAULT 1 #define CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN 16384 -#define CONFIG_ESP32_ENABLE_STACK_WIFI 1 -#define CONFIG_LOG_BOOTLOADER_LEVEL_WARN 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1 +#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1 +#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE 1 +#define CONFIG_TASK_WDT 1 #define CONFIG_MAIN_TASK_STACK_SIZE 4096 +#define CONFIG_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_INT_WDT_TIMEOUT_MS 300 #define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_BTC_TASK_STACK_SIZE 3072 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" #define CONFIG_LOG_DEFAULT_LEVEL 3 #define CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION 1 +#define CONFIG_SPI_FLASH_ENABLE_COUNTERS 1 +#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER 20 +#define CONFIG_DMA_RX_BUF_NUM 10 #define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_TCP_SYNMAXRTX 6 #define CONFIG_PYTHON "python" +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 1 #define CONFIG_ESPTOOLPY_COMPRESSED 1 #define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" -#define CONFIG_WIFI_SSID "myssid" +#define CONFIG_LWIP_DHCP_MAX_NTP_SERVERS 1 #define CONFIG_PARTITION_TABLE_SINGLE_APP 1 #define CONFIG_WIFI_ENABLED 1 -#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1 -#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 2048 +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 4096 +#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 0 +#define CONFIG_PHY_DATA_OFFSET 0xf000 #define CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET 0x10000 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 #define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 240 +#define CONFIG_MBEDTLS_HARDWARE_AES 1 #define CONFIG_FREERTOS_HZ 100 #define CONFIG_LOG_COLORS 1 #define CONFIG_FREERTOS_ASSERT_FAIL_ABORT 1 -#define CONFIG_LOG_BOOTLOADER_LEVEL 2 +#define CONFIG_MONITOR_BAUD_115200B 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL 3 +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 #define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200 #define CONFIG_ESP32_DEFAULT_CPU_FREQ_240 1 +#define CONFIG_TCP_MAXRTX 12 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_DMA_TX_BUF_NUM 10 +#define CONFIG_ESP32_DEBUG_OCDAWARE 1 #define CONFIG_FREERTOS_BREAK_ON_SCHEDULER_START_JTAG 1 +#define CONFIG_BT_ENABLED 1 +#define CONFIG_MONITOR_BAUD 115200 +#define CONFIG_MBEDTLS_HARDWARE_SHA 1 #define CONFIG_FREERTOS_CORETIMER_0 1 #define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" -#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 -#define CONFIG_WIFI_PASSWORD "myssid" +#define CONFIG_MBEDTLS_HAVE_TIME 1 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_OPENSSL_ASSERT_DO_NOTHING 1 +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1 +#define CONFIG_ESP32_PHY_AUTO_INIT 1 #define CONFIG_SYSTEM_EVENT_QUEUE_SIZE 32 -#define CONFIG_ESPTOOLPY_BAUD_921600B 1 +#define CONFIG_ESP32_WIFI_RX_BUFFER_NUM 25 #define CONFIG_APP_OFFSET 0x10000 #define CONFIG_MEMMAP_SMP 1 -#define CONFIG_ESPTOOLPY_PORT "/dev/ttyUSB0" +#define CONFIG_MBEDTLS_HARDWARE_MPI 1 +#define CONFIG_MONITOR_BAUD_OTHER_VAL 115200 +#define CONFIG_ESPTOOLPY_PORT "/dev/ttyUSB0" \ No newline at end of file diff --git a/espressif/esp32-espidf-http-request/.travis.yml b/espressif/esp32-espidf-http-request/.travis.yml index 72c6e43..2c4ff5c 100644 --- a/espressif/esp32-espidf-http-request/.travis.yml +++ b/espressif/esp32-espidf-http-request/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/espressif/esp32-espidf-http-request/README.rst b/espressif/esp32-espidf-http-request/README.rst index a9eee05..8295ece 100644 --- a/espressif/esp32-espidf-http-request/README.rst +++ b/espressif/esp32-espidf-http-request/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/espressif/esp32-espidf-http-request/lib/readme.txt b/espressif/esp32-espidf-http-request/lib/readme.txt index a3271c7..6581e73 100644 --- a/espressif/esp32-espidf-http-request/lib/readme.txt +++ b/espressif/esp32-espidf-http-request/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/espressif/esp32-espidf-http-request/platformio.ini b/espressif/esp32-espidf-http-request/platformio.ini index ced207a..e8818f5 100644 --- a/espressif/esp32-espidf-http-request/platformio.ini +++ b/espressif/esp32-espidf-http-request/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:nano32] platform = espressif32 diff --git a/espressif/esp32-espidf-http-request/src/sdkconfig.h b/espressif/esp32-espidf-http-request/src/sdkconfig.h index 77f2a46..9bde466 100644 --- a/espressif/esp32-espidf-http-request/src/sdkconfig.h +++ b/espressif/esp32-espidf-http-request/src/sdkconfig.h @@ -4,48 +4,95 @@ * Espressif IoT Development Framework Configuration * */ +#define CONFIG_ESP32_PHY_MAX_TX_POWER 20 +#define CONFIG_PHY_ENABLED 1 #define CONFIG_TRACEMEM_RESERVE_DRAM 0x0 -#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE 1 -#define CONFIG_ESPTOOLPY_FLASHFREQ "80m" +#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" #define CONFIG_NEWLIB_STDOUT_ADDCR 1 -#define CONFIG_FREERTOS_PANIC_PRINT_REBOOT 1 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" +#define CONFIG_ETHERNET 1 +#define CONFIG_INT_WDT 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 #define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 #define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 -#define CONFIG_BT_RESERVE_DRAM 0x0 -#define CONFIG_LWIP_MAX_SOCKETS 4 +#define CONFIG_BT_RESERVE_DRAM 0x10000 +#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1 +#define CONFIG_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_LWIP_MAX_SOCKETS 10 +#define CONFIG_EMAC_TASK_PRIORITY 20 #define CONFIG_ULP_COPROC_RESERVE_MEM 0 -#define CONFIG_ESPTOOLPY_BAUD 921600 +#define CONFIG_ESPTOOLPY_BAUD 115200 +#define CONFIG_INT_WDT_CHECK_CPU1 1 +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 #define CONFIG_TOOLPREFIX "xtensa-esp32-elf-" +#define CONFIG_CONSOLE_UART_NUM 0 +#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC 1 +#define CONFIG_ESPTOOLPY_BAUD_115200B 1 #define CONFIG_LWIP_THREAD_LOCAL_STORAGE_INDEX 0 +#define CONFIG_CONSOLE_UART_DEFAULT 1 #define CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN 16384 -#define CONFIG_ESP32_ENABLE_STACK_WIFI 1 -#define CONFIG_LOG_BOOTLOADER_LEVEL_WARN 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1 +#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1 +#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE 1 +#define CONFIG_TASK_WDT 1 #define CONFIG_MAIN_TASK_STACK_SIZE 4096 +#define CONFIG_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_INT_WDT_TIMEOUT_MS 300 #define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_BTC_TASK_STACK_SIZE 3072 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" #define CONFIG_LOG_DEFAULT_LEVEL 3 #define CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION 1 +#define CONFIG_SPI_FLASH_ENABLE_COUNTERS 1 +#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER 20 +#define CONFIG_DMA_RX_BUF_NUM 10 #define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_TCP_SYNMAXRTX 6 #define CONFIG_PYTHON "python" +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 1 #define CONFIG_ESPTOOLPY_COMPRESSED 1 #define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" +#define CONFIG_LWIP_DHCP_MAX_NTP_SERVERS 1 #define CONFIG_PARTITION_TABLE_SINGLE_APP 1 #define CONFIG_WIFI_ENABLED 1 -#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1 -#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 2048 +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 4096 +#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 0 +#define CONFIG_PHY_DATA_OFFSET 0xf000 #define CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET 0x10000 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 #define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 240 +#define CONFIG_MBEDTLS_HARDWARE_AES 1 #define CONFIG_FREERTOS_HZ 100 #define CONFIG_LOG_COLORS 1 #define CONFIG_FREERTOS_ASSERT_FAIL_ABORT 1 -#define CONFIG_LOG_BOOTLOADER_LEVEL 2 +#define CONFIG_MONITOR_BAUD_115200B 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL 3 +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 #define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200 #define CONFIG_ESP32_DEFAULT_CPU_FREQ_240 1 +#define CONFIG_TCP_MAXRTX 12 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_DMA_TX_BUF_NUM 10 +#define CONFIG_ESP32_DEBUG_OCDAWARE 1 #define CONFIG_FREERTOS_BREAK_ON_SCHEDULER_START_JTAG 1 +#define CONFIG_BT_ENABLED 1 +#define CONFIG_MONITOR_BAUD 115200 +#define CONFIG_MBEDTLS_HARDWARE_SHA 1 #define CONFIG_FREERTOS_CORETIMER_0 1 #define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" -#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 +#define CONFIG_MBEDTLS_HAVE_TIME 1 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_OPENSSL_ASSERT_DO_NOTHING 1 +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1 +#define CONFIG_ESP32_PHY_AUTO_INIT 1 #define CONFIG_SYSTEM_EVENT_QUEUE_SIZE 32 -#define CONFIG_ESPTOOLPY_BAUD_921600B 1 +#define CONFIG_ESP32_WIFI_RX_BUFFER_NUM 25 #define CONFIG_APP_OFFSET 0x10000 #define CONFIG_MEMMAP_SMP 1 -#define CONFIG_ESPTOOLPY_PORT "/dev/ttyUSB0" +#define CONFIG_MBEDTLS_HARDWARE_MPI 1 +#define CONFIG_MONITOR_BAUD_OTHER_VAL 115200 +#define CONFIG_ESPTOOLPY_PORT "/dev/ttyUSB0" \ No newline at end of file diff --git a/espressif/esp8266-native/.travis.yml b/espressif/esp8266-native/.travis.yml index ac0a029..593d7ef 100644 --- a/espressif/esp8266-native/.travis.yml +++ b/espressif/esp8266-native/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/espressif/esp8266-native/README.rst b/espressif/esp8266-native/README.rst index 39b60fc..eed5b84 100644 --- a/espressif/esp8266-native/README.rst +++ b/espressif/esp8266-native/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/espressif/esp8266-native/lib/readme.txt b/espressif/esp8266-native/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/espressif/esp8266-native/lib/readme.txt +++ b/espressif/esp8266-native/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/espressif/esp8266-native/platformio.ini b/espressif/esp8266-native/platformio.ini index bdedec8..c6b1a64 100644 --- a/espressif/esp8266-native/platformio.ini +++ b/espressif/esp8266-native/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:esp01] platform = espressif8266 diff --git a/espressif/esp8266-webserver/.travis.yml b/espressif/esp8266-webserver/.travis.yml index ac0a029..593d7ef 100644 --- a/espressif/esp8266-webserver/.travis.yml +++ b/espressif/esp8266-webserver/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/espressif/esp8266-webserver/README.rst b/espressif/esp8266-webserver/README.rst index d72061e..9494a4a 100644 --- a/espressif/esp8266-webserver/README.rst +++ b/espressif/esp8266-webserver/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/espressif/esp8266-webserver/lib/readme.txt b/espressif/esp8266-webserver/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/espressif/esp8266-webserver/lib/readme.txt +++ b/espressif/esp8266-webserver/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/espressif/esp8266-webserver/platformio.ini b/espressif/esp8266-webserver/platformio.ini index 5ad7530..2031622 100644 --- a/espressif/esp8266-webserver/platformio.ini +++ b/espressif/esp8266-webserver/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:esp01] platform = espressif8266 diff --git a/espressif/esp8266-wifiscan/.travis.yml b/espressif/esp8266-wifiscan/.travis.yml index ac0a029..593d7ef 100644 --- a/espressif/esp8266-wifiscan/.travis.yml +++ b/espressif/esp8266-wifiscan/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/espressif/esp8266-wifiscan/README.rst b/espressif/esp8266-wifiscan/README.rst index cf6ff72..76570bd 100644 --- a/espressif/esp8266-wifiscan/README.rst +++ b/espressif/esp8266-wifiscan/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/espressif/esp8266-wifiscan/lib/readme.txt b/espressif/esp8266-wifiscan/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/espressif/esp8266-wifiscan/lib/readme.txt +++ b/espressif/esp8266-wifiscan/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/espressif/esp8266-wifiscan/platformio.ini b/espressif/esp8266-wifiscan/platformio.ini index 2f7a74a..78b57a5 100644 --- a/espressif/esp8266-wifiscan/platformio.ini +++ b/espressif/esp8266-wifiscan/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:esp01] platform = espressif8266 diff --git a/ide/clion/.travis.yml b/ide/clion/.travis.yml index ac0a029..593d7ef 100644 --- a/ide/clion/.travis.yml +++ b/ide/clion/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/ide/clion/README.rst b/ide/clion/README.rst index 362e565..7409596 100644 --- a/ide/clion/README.rst +++ b/ide/clion/README.rst @@ -2,7 +2,7 @@ CLion IDE Integration ===================== The detailed information and steps are described in the main documentation: -`PlatformIO integration with CLion IDE `_. +`PlatformIO integration with CLion IDE `_. -.. image:: http://docs.platformio.org/en/stable/_images/ide-platformio-clion.png - :target: http://docs.platformio.org/en/stable/ide/clion.html +.. image:: http://docs.platformio.org/page/_images/ide-platformio-clion.png + :target: http://docs.platformio.org/page/ide/clion.html diff --git a/ide/clion/lib/readme.txt b/ide/clion/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/ide/clion/lib/readme.txt +++ b/ide/clion/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/ide/clion/platformio.ini b/ide/clion/platformio.ini index d44e66f..29517dd 100644 --- a/ide/clion/platformio.ini +++ b/ide/clion/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/ide/eclipse/.travis.yml b/ide/eclipse/.travis.yml index ac0a029..593d7ef 100644 --- a/ide/eclipse/.travis.yml +++ b/ide/eclipse/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/ide/eclipse/README.rst b/ide/eclipse/README.rst index df8cc2c..60b47c5 100644 --- a/ide/eclipse/README.rst +++ b/ide/eclipse/README.rst @@ -2,7 +2,7 @@ Eclipse IDE Integration ======================= The detailed information and steps are described in the main documentation: -`PlatformIO integration with Eclipse IDE `_. +`PlatformIO integration with Eclipse IDE `_. -.. image:: http://docs.platformio.org/en/stable/_images/ide-platformio-eclipse.png - :target: http://docs.platformio.org/en/stable/ide/eclipse.html +.. image:: http://docs.platformio.org/page/_images/ide-platformio-eclipse.png + :target: http://docs.platformio.org/page/ide/eclipse.html diff --git a/ide/eclipse/lib/readme.txt b/ide/eclipse/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/ide/eclipse/lib/readme.txt +++ b/ide/eclipse/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/ide/eclipse/platformio.ini b/ide/eclipse/platformio.ini index d44e66f..29517dd 100644 --- a/ide/eclipse/platformio.ini +++ b/ide/eclipse/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/ide/qtcreator/.travis.yml b/ide/qtcreator/.travis.yml index ac0a029..593d7ef 100644 --- a/ide/qtcreator/.travis.yml +++ b/ide/qtcreator/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/ide/qtcreator/README.rst b/ide/qtcreator/README.rst index a130ad8..4aeb675 100644 --- a/ide/qtcreator/README.rst +++ b/ide/qtcreator/README.rst @@ -2,7 +2,7 @@ Qt Creator IDE Integration ========================== The detailed information and steps are described in the main documentation: -`PlatformIO integration with Qt Creator `_. +`PlatformIO integration with Qt Creator `_. -.. image:: http://docs.platformio.org/en/stable/_static/ide-platformio-qtcreator-7.png - :target: http://docs.platformio.org/en/stable/ide/qtcreator.html +.. image:: http://docs.platformio.org/page/_static/ide-platformio-qtcreator-7.png + :target: http://docs.platformio.org/page/ide/qtcreator.html diff --git a/ide/qtcreator/lib/readme.txt b/ide/qtcreator/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/ide/qtcreator/lib/readme.txt +++ b/ide/qtcreator/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/ide/qtcreator/platformio.ini b/ide/qtcreator/platformio.ini index d44e66f..29517dd 100644 --- a/ide/qtcreator/platformio.ini +++ b/ide/qtcreator/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/ide/sublimetext/.travis.yml b/ide/sublimetext/.travis.yml index ac0a029..593d7ef 100644 --- a/ide/sublimetext/.travis.yml +++ b/ide/sublimetext/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/ide/sublimetext/README.rst b/ide/sublimetext/README.rst index e4af134..c5654b4 100644 --- a/ide/sublimetext/README.rst +++ b/ide/sublimetext/README.rst @@ -2,7 +2,7 @@ Sublime Text Integration ======================== The detailed information and steps are described in the main documentation: -`PlatformIO integration with Sublime Text `_. +`PlatformIO integration with Sublime Text `_. -.. image:: http://docs.platformio.org/en/stable/_images/ide-sublime-text-platformio-newproject-5.png - :target: http://docs.platformio.org/en/stable/ide/sublimetext.html +.. image:: http://docs.platformio.org/page/_images/ide-sublime-text-platformio-newproject-5.png + :target: http://docs.platformio.org/page/ide/sublimetext.html diff --git a/ide/sublimetext/lib/readme.txt b/ide/sublimetext/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/ide/sublimetext/lib/readme.txt +++ b/ide/sublimetext/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/ide/sublimetext/platformio.ini b/ide/sublimetext/platformio.ini index d44e66f..29517dd 100644 --- a/ide/sublimetext/platformio.ini +++ b/ide/sublimetext/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/ide/visualstudio/.travis.yml b/ide/visualstudio/.travis.yml index ac0a029..593d7ef 100644 --- a/ide/visualstudio/.travis.yml +++ b/ide/visualstudio/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/ide/visualstudio/README.rst b/ide/visualstudio/README.rst index dc8e7ed..7bccbb0 100644 --- a/ide/visualstudio/README.rst +++ b/ide/visualstudio/README.rst @@ -2,7 +2,7 @@ Visual Studio Integration ========================= The detailed information and steps are described in the main documentation: -`PlatformIO integration with Visual Studio `_. +`PlatformIO integration with Visual Studio `_. -.. image:: http://docs.platformio.org/en/stable/_images/ide-vs-platformio-newproject-8.png - :target: http://docs.platformio.org/en/stable/ide/visualstudio.html +.. image:: http://docs.platformio.org/page/_images/ide-vs-platformio-newproject-8.png + :target: http://docs.platformio.org/page/ide/visualstudio.html diff --git a/ide/visualstudio/lib/readme.txt b/ide/visualstudio/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/ide/visualstudio/lib/readme.txt +++ b/ide/visualstudio/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/ide/visualstudio/platformio.ini b/ide/visualstudio/platformio.ini index d44e66f..29517dd 100644 --- a/ide/visualstudio/platformio.ini +++ b/ide/visualstudio/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/intel_arc32/arduino-blink/.travis.yml b/intel_arc32/arduino-blink/.travis.yml index 72c6e43..2c4ff5c 100644 --- a/intel_arc32/arduino-blink/.travis.yml +++ b/intel_arc32/arduino-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/intel_arc32/arduino-blink/README.rst b/intel_arc32/arduino-blink/README.rst index 86bf5a9..1cd8474 100644 --- a/intel_arc32/arduino-blink/README.rst +++ b/intel_arc32/arduino-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/intel_arc32/arduino-blink/lib/readme.txt b/intel_arc32/arduino-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/intel_arc32/arduino-blink/lib/readme.txt +++ b/intel_arc32/arduino-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/intel_arc32/arduino-blink/platformio.ini b/intel_arc32/arduino-blink/platformio.ini index 51d072a..fe313f0 100644 --- a/intel_arc32/arduino-blink/platformio.ini +++ b/intel_arc32/arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:genuino101] platform = intel_arc32 diff --git a/intel_arc32/arduino-internal-libs/.travis.yml b/intel_arc32/arduino-internal-libs/.travis.yml index 72c6e43..2c4ff5c 100644 --- a/intel_arc32/arduino-internal-libs/.travis.yml +++ b/intel_arc32/arduino-internal-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/intel_arc32/arduino-internal-libs/README.rst b/intel_arc32/arduino-internal-libs/README.rst index f2b34cb..2d12a01 100644 --- a/intel_arc32/arduino-internal-libs/README.rst +++ b/intel_arc32/arduino-internal-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/intel_arc32/arduino-internal-libs/lib/readme.txt b/intel_arc32/arduino-internal-libs/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/intel_arc32/arduino-internal-libs/lib/readme.txt +++ b/intel_arc32/arduino-internal-libs/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/intel_arc32/arduino-internal-libs/platformio.ini b/intel_arc32/arduino-internal-libs/platformio.ini index 51d072a..fe313f0 100644 --- a/intel_arc32/arduino-internal-libs/platformio.ini +++ b/intel_arc32/arduino-internal-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:genuino101] platform = intel_arc32 diff --git a/lattice_ice40/lattice_ice40-counter/.travis.yml b/lattice_ice40/lattice_ice40-counter/.travis.yml index 72c6e43..2c4ff5c 100755 --- a/lattice_ice40/lattice_ice40-counter/.travis.yml +++ b/lattice_ice40/lattice_ice40-counter/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/lattice_ice40/lattice_ice40-counter/README.rst b/lattice_ice40/lattice_ice40-counter/README.rst index f2a3a5e..59b61f4 100755 --- a/lattice_ice40/lattice_ice40-counter/README.rst +++ b/lattice_ice40/lattice_ice40-counter/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/lattice_ice40/lattice_ice40-counter/lib/readme.txt b/lattice_ice40/lattice_ice40-counter/lib/readme.txt index 3f9e008..dbadc3d 100755 --- a/lattice_ice40/lattice_ice40-counter/lib/readme.txt +++ b/lattice_ice40/lattice_ice40-counter/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/lattice_ice40/lattice_ice40-counter/platformio.ini b/lattice_ice40/lattice_ice40-counter/platformio.ini index 7ab999f..fb1b544 100755 --- a/lattice_ice40/lattice_ice40-counter/platformio.ini +++ b/lattice_ice40/lattice_ice40-counter/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:icestick] platform = lattice_ice40 diff --git a/lattice_ice40/lattice_ice40-leds/.travis.yml b/lattice_ice40/lattice_ice40-leds/.travis.yml index ac0a029..593d7ef 100755 --- a/lattice_ice40/lattice_ice40-leds/.travis.yml +++ b/lattice_ice40/lattice_ice40-leds/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/lattice_ice40/lattice_ice40-leds/README.rst b/lattice_ice40/lattice_ice40-leds/README.rst index a552ffb..9e993bd 100755 --- a/lattice_ice40/lattice_ice40-leds/README.rst +++ b/lattice_ice40/lattice_ice40-leds/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/lattice_ice40/lattice_ice40-leds/lib/readme.txt b/lattice_ice40/lattice_ice40-leds/lib/readme.txt index 3f9e008..dbadc3d 100755 --- a/lattice_ice40/lattice_ice40-leds/lib/readme.txt +++ b/lattice_ice40/lattice_ice40-leds/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/lattice_ice40/lattice_ice40-leds/platformio.ini b/lattice_ice40/lattice_ice40-leds/platformio.ini index 7ab999f..fb1b544 100755 --- a/lattice_ice40/lattice_ice40-leds/platformio.ini +++ b/lattice_ice40/lattice_ice40-leds/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:icestick] platform = lattice_ice40 diff --git a/library-manager/nested-dependencies/.travis.yml b/library-manager/nested-dependencies/.travis.yml index 72c6e43..2c4ff5c 100644 --- a/library-manager/nested-dependencies/.travis.yml +++ b/library-manager/nested-dependencies/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/library-manager/nested-dependencies/README.rst b/library-manager/nested-dependencies/README.rst index 0de6d57..93cbefc 100644 --- a/library-manager/nested-dependencies/README.rst +++ b/library-manager/nested-dependencies/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/library-manager/nested-dependencies/lib/readme.txt b/library-manager/nested-dependencies/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/library-manager/nested-dependencies/lib/readme.txt +++ b/library-manager/nested-dependencies/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/library-manager/nested-dependencies/platformio.ini b/library-manager/nested-dependencies/platformio.ini index 488a41e..7a8e207 100644 --- a/library-manager/nested-dependencies/platformio.ini +++ b/library-manager/nested-dependencies/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/mbed/mbed-blink/.travis.yml b/mbed/mbed-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/mbed/mbed-blink/.travis.yml +++ b/mbed/mbed-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/mbed/mbed-blink/README.rst b/mbed/mbed-blink/README.rst index 5d526b7..6361b3d 100644 --- a/mbed/mbed-blink/README.rst +++ b/mbed/mbed-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/mbed/mbed-blink/lib/readme.txt b/mbed/mbed-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/mbed/mbed-blink/lib/readme.txt +++ b/mbed/mbed-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/mbed/mbed-blink/platformio.ini b/mbed/mbed-blink/platformio.ini index acd24ad..44c6e6e 100644 --- a/mbed/mbed-blink/platformio.ini +++ b/mbed/mbed-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html # NXP LPC Platform diff --git a/mbed/mbed-dsp/.travis.yml b/mbed/mbed-dsp/.travis.yml index ac0a029..593d7ef 100644 --- a/mbed/mbed-dsp/.travis.yml +++ b/mbed/mbed-dsp/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/mbed/mbed-dsp/README.rst b/mbed/mbed-dsp/README.rst index f7f6359..0d2f1c8 100644 --- a/mbed/mbed-dsp/README.rst +++ b/mbed/mbed-dsp/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/mbed/mbed-dsp/lib/readme.txt b/mbed/mbed-dsp/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/mbed/mbed-dsp/lib/readme.txt +++ b/mbed/mbed-dsp/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/mbed/mbed-dsp/platformio.ini b/mbed/mbed-dsp/platformio.ini index f9974a5..f7189e1 100644 --- a/mbed/mbed-dsp/platformio.ini +++ b/mbed/mbed-dsp/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html # NXP LPC Platform diff --git a/mbed/mbed-http-client/.travis.yml b/mbed/mbed-http-client/.travis.yml index ac0a029..593d7ef 100644 --- a/mbed/mbed-http-client/.travis.yml +++ b/mbed/mbed-http-client/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/mbed/mbed-http-client/README.rst b/mbed/mbed-http-client/README.rst index d0ef9e2..1d3e6ce 100644 --- a/mbed/mbed-http-client/README.rst +++ b/mbed/mbed-http-client/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/mbed/mbed-http-client/lib/readme.txt b/mbed/mbed-http-client/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/mbed/mbed-http-client/lib/readme.txt +++ b/mbed/mbed-http-client/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/mbed/mbed-http-client/platformio.ini b/mbed/mbed-http-client/platformio.ini index 46be69c..d2949e9 100644 --- a/mbed/mbed-http-client/platformio.ini +++ b/mbed/mbed-http-client/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html # NXP LPC Platform diff --git a/mbed/mbed-rtos/.travis.yml b/mbed/mbed-rtos/.travis.yml index ac0a029..593d7ef 100644 --- a/mbed/mbed-rtos/.travis.yml +++ b/mbed/mbed-rtos/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/mbed/mbed-rtos/README.rst b/mbed/mbed-rtos/README.rst index 49d6b8b..8886e49 100644 --- a/mbed/mbed-rtos/README.rst +++ b/mbed/mbed-rtos/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ==================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/mbed/mbed-rtos/lib/readme.txt b/mbed/mbed-rtos/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/mbed/mbed-rtos/lib/readme.txt +++ b/mbed/mbed-rtos/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/mbed/mbed-rtos/platformio.ini b/mbed/mbed-rtos/platformio.ini index 9abe89d..a098597 100644 --- a/mbed/mbed-rtos/platformio.ini +++ b/mbed/mbed-rtos/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html # NXP LPC Platform diff --git a/mbed/mbed-serial/.travis.yml b/mbed/mbed-serial/.travis.yml index ac0a029..593d7ef 100644 --- a/mbed/mbed-serial/.travis.yml +++ b/mbed/mbed-serial/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/mbed/mbed-serial/README.rst b/mbed/mbed-serial/README.rst index 7fa05f5..50a8f8e 100644 --- a/mbed/mbed-serial/README.rst +++ b/mbed/mbed-serial/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/mbed/mbed-serial/lib/readme.txt b/mbed/mbed-serial/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/mbed/mbed-serial/lib/readme.txt +++ b/mbed/mbed-serial/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/mbed/mbed-serial/platformio.ini b/mbed/mbed-serial/platformio.ini index f9974a5..f7189e1 100644 --- a/mbed/mbed-serial/platformio.ini +++ b/mbed/mbed-serial/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html # NXP LPC Platform diff --git a/mbed/microbit-hello-world/.travis.yml b/mbed/microbit-hello-world/.travis.yml index 72c6e43..2c4ff5c 100644 --- a/mbed/microbit-hello-world/.travis.yml +++ b/mbed/microbit-hello-world/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/mbed/microbit-hello-world/README.rst b/mbed/microbit-hello-world/README.rst index 68bb513..18e6024 100644 --- a/mbed/microbit-hello-world/README.rst +++ b/mbed/microbit-hello-world/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/mbed/microbit-hello-world/lib/readme.txt b/mbed/microbit-hello-world/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/mbed/microbit-hello-world/lib/readme.txt +++ b/mbed/microbit-hello-world/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/mbed/microbit-hello-world/platformio.ini b/mbed/microbit-hello-world/platformio.ini index 1166cac..d7ee26f 100644 --- a/mbed/microbit-hello-world/platformio.ini +++ b/mbed/microbit-hello-world/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:bbcmicrobit] platform = nordicnrf51 diff --git a/microchippic32/arduino-blink/.travis.yml b/microchippic32/arduino-blink/.travis.yml index 72c6e43..2c4ff5c 100644 --- a/microchippic32/arduino-blink/.travis.yml +++ b/microchippic32/arduino-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/microchippic32/arduino-blink/README.rst b/microchippic32/arduino-blink/README.rst index b069be2..d1ac0dc 100644 --- a/microchippic32/arduino-blink/README.rst +++ b/microchippic32/arduino-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/microchippic32/arduino-blink/lib/readme.txt b/microchippic32/arduino-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/microchippic32/arduino-blink/lib/readme.txt +++ b/microchippic32/arduino-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/microchippic32/arduino-blink/platformio.ini b/microchippic32/arduino-blink/platformio.ini index bcffb07..c166de1 100644 --- a/microchippic32/arduino-blink/platformio.ini +++ b/microchippic32/arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:cerebot32mx4] platform = microchippic32 diff --git a/microchippic32/arduino-internal-libs/.travis.yml b/microchippic32/arduino-internal-libs/.travis.yml index 72c6e43..2c4ff5c 100644 --- a/microchippic32/arduino-internal-libs/.travis.yml +++ b/microchippic32/arduino-internal-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/microchippic32/arduino-internal-libs/README.rst b/microchippic32/arduino-internal-libs/README.rst index 1c0aed5..d7458ee 100644 --- a/microchippic32/arduino-internal-libs/README.rst +++ b/microchippic32/arduino-internal-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/microchippic32/arduino-internal-libs/lib/readme.txt b/microchippic32/arduino-internal-libs/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/microchippic32/arduino-internal-libs/lib/readme.txt +++ b/microchippic32/arduino-internal-libs/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/microchippic32/arduino-internal-libs/platformio.ini b/microchippic32/arduino-internal-libs/platformio.ini index de6ff29..c3a5519 100644 --- a/microchippic32/arduino-internal-libs/platformio.ini +++ b/microchippic32/arduino-internal-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:fubarino_mini] platform = microchippic32 diff --git a/nordicnrf51/rfduino-ibeacon/.travis.yml b/nordicnrf51/rfduino-ibeacon/.travis.yml index ac0a029..593d7ef 100644 --- a/nordicnrf51/rfduino-ibeacon/.travis.yml +++ b/nordicnrf51/rfduino-ibeacon/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/nordicnrf51/rfduino-ibeacon/README.rst b/nordicnrf51/rfduino-ibeacon/README.rst index 3db08c2..c8c10bf 100644 --- a/nordicnrf51/rfduino-ibeacon/README.rst +++ b/nordicnrf51/rfduino-ibeacon/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/nordicnrf51/rfduino-ibeacon/lib/readme.txt b/nordicnrf51/rfduino-ibeacon/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/nordicnrf51/rfduino-ibeacon/lib/readme.txt +++ b/nordicnrf51/rfduino-ibeacon/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/nordicnrf51/rfduino-ibeacon/platformio.ini b/nordicnrf51/rfduino-ibeacon/platformio.ini index 19ca1e5..2384e70 100644 --- a/nordicnrf51/rfduino-ibeacon/platformio.ini +++ b/nordicnrf51/rfduino-ibeacon/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:rfduino] platform = nordicnrf51 diff --git a/pumbaa/blink/.travis.yml b/pumbaa/blink/.travis.yml index 72c6e43..2c4ff5c 100755 --- a/pumbaa/blink/.travis.yml +++ b/pumbaa/blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/pumbaa/blink/README.rst b/pumbaa/blink/README.rst index 78225f8..4a1edd8 100755 --- a/pumbaa/blink/README.rst +++ b/pumbaa/blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/pumbaa/blink/lib/readme.txt b/pumbaa/blink/lib/readme.txt index a3271c7..6581e73 100755 --- a/pumbaa/blink/lib/readme.txt +++ b/pumbaa/blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/pumbaa/blink/platformio.ini b/pumbaa/blink/platformio.ini index fc5acc9..da2c58b 100755 --- a/pumbaa/blink/platformio.ini +++ b/pumbaa/blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:nano32] platform = espressif32 diff --git a/raspberrypi/wiringpi-blink/.travis.yml b/raspberrypi/wiringpi-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/raspberrypi/wiringpi-blink/.travis.yml +++ b/raspberrypi/wiringpi-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/raspberrypi/wiringpi-blink/README.rst b/raspberrypi/wiringpi-blink/README.rst index 108d898..f08f62b 100644 --- a/raspberrypi/wiringpi-blink/README.rst +++ b/raspberrypi/wiringpi-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/raspberrypi/wiringpi-blink/lib/readme.txt b/raspberrypi/wiringpi-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/raspberrypi/wiringpi-blink/lib/readme.txt +++ b/raspberrypi/wiringpi-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/raspberrypi/wiringpi-blink/platformio.ini b/raspberrypi/wiringpi-blink/platformio.ini index 7b3661a..07554f0 100644 --- a/raspberrypi/wiringpi-blink/platformio.ini +++ b/raspberrypi/wiringpi-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:raspberrypi_2b] platform = linux_arm diff --git a/raspberrypi/wiringpi-serial/.travis.yml b/raspberrypi/wiringpi-serial/.travis.yml index ac0a029..593d7ef 100644 --- a/raspberrypi/wiringpi-serial/.travis.yml +++ b/raspberrypi/wiringpi-serial/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/raspberrypi/wiringpi-serial/README.rst b/raspberrypi/wiringpi-serial/README.rst index aba390e..7ddaa4d 100644 --- a/raspberrypi/wiringpi-serial/README.rst +++ b/raspberrypi/wiringpi-serial/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/raspberrypi/wiringpi-serial/lib/readme.txt b/raspberrypi/wiringpi-serial/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/raspberrypi/wiringpi-serial/lib/readme.txt +++ b/raspberrypi/wiringpi-serial/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/raspberrypi/wiringpi-serial/platformio.ini b/raspberrypi/wiringpi-serial/platformio.ini index 7b3661a..07554f0 100644 --- a/raspberrypi/wiringpi-serial/platformio.ini +++ b/raspberrypi/wiringpi-serial/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:raspberrypi_2b] platform = linux_arm diff --git a/simba/blink/.travis.yml b/simba/blink/.travis.yml index 72c6e43..2c4ff5c 100755 --- a/simba/blink/.travis.yml +++ b/simba/blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/simba/blink/README.rst b/simba/blink/README.rst index c7b5a49..3af9e4a 100755 --- a/simba/blink/README.rst +++ b/simba/blink/README.rst @@ -18,7 +18,7 @@ This example turns the on board LED on/off once per second. How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/simba/blink/lib/readme.txt b/simba/blink/lib/readme.txt index 8b83dc6..e639538 100755 --- a/simba/blink/lib/readme.txt +++ b/simba/blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/simba/blink/platformio.ini b/simba/blink/platformio.ini index 032a98c..777fb60 100755 --- a/simba/blink/platformio.ini +++ b/simba/blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:arduino_due] diff --git a/simba/esp_wifi/station/platformio.ini b/simba/esp_wifi/station/platformio.ini index e60ad33..eaac377 100755 --- a/simba/esp_wifi/station/platformio.ini +++ b/simba/esp_wifi/station/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:espressif_esp12e] diff --git a/simba/hello_world/.travis.yml b/simba/hello_world/.travis.yml index 72c6e43..2c4ff5c 100755 --- a/simba/hello_world/.travis.yml +++ b/simba/hello_world/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/simba/hello_world/README.rst b/simba/hello_world/README.rst index a4e481c..18fd610 100755 --- a/simba/hello_world/README.rst +++ b/simba/hello_world/README.rst @@ -19,7 +19,7 @@ is 38400. How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/simba/hello_world/lib/readme.txt b/simba/hello_world/lib/readme.txt index 8b83dc6..e639538 100755 --- a/simba/hello_world/lib/readme.txt +++ b/simba/hello_world/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/simba/hello_world/platformio.ini b/simba/hello_world/platformio.ini index 032a98c..777fb60 100755 --- a/simba/hello_world/platformio.ini +++ b/simba/hello_world/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:arduino_due] diff --git a/stm32/arduino-blink/.travis.yml b/stm32/arduino-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/stm32/arduino-blink/.travis.yml +++ b/stm32/arduino-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/stm32/arduino-blink/README.rst b/stm32/arduino-blink/README.rst index 0940463..a333215 100644 --- a/stm32/arduino-blink/README.rst +++ b/stm32/arduino-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/stm32/arduino-blink/lib/readme.txt b/stm32/arduino-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/stm32/arduino-blink/lib/readme.txt +++ b/stm32/arduino-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/stm32/arduino-blink/platformio.ini b/stm32/arduino-blink/platformio.ini index d36e0c2..cbb41ee 100644 --- a/stm32/arduino-blink/platformio.ini +++ b/stm32/arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:maple] platform = ststm32 diff --git a/stm32/arduino-external-libs/.travis.yml b/stm32/arduino-external-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/stm32/arduino-external-libs/.travis.yml +++ b/stm32/arduino-external-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/stm32/arduino-external-libs/README.rst b/stm32/arduino-external-libs/README.rst index 2515465..48d837f 100644 --- a/stm32/arduino-external-libs/README.rst +++ b/stm32/arduino-external-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/stm32/arduino-external-libs/lib/readme.txt b/stm32/arduino-external-libs/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/stm32/arduino-external-libs/lib/readme.txt +++ b/stm32/arduino-external-libs/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/stm32/arduino-external-libs/platformio.ini b/stm32/arduino-external-libs/platformio.ini index 3427c11..74b207e 100644 --- a/stm32/arduino-external-libs/platformio.ini +++ b/stm32/arduino-external-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:maple] platform = ststm32 diff --git a/stm32/arduino-internal-libs/.travis.yml b/stm32/arduino-internal-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/stm32/arduino-internal-libs/.travis.yml +++ b/stm32/arduino-internal-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/stm32/arduino-internal-libs/README.rst b/stm32/arduino-internal-libs/README.rst index 80d899e..ac67937 100644 --- a/stm32/arduino-internal-libs/README.rst +++ b/stm32/arduino-internal-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/stm32/arduino-internal-libs/lib/readme.txt b/stm32/arduino-internal-libs/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/stm32/arduino-internal-libs/lib/readme.txt +++ b/stm32/arduino-internal-libs/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/stm32/arduino-internal-libs/platformio.ini b/stm32/arduino-internal-libs/platformio.ini index d36e0c2..cbb41ee 100644 --- a/stm32/arduino-internal-libs/platformio.ini +++ b/stm32/arduino-internal-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:maple] platform = ststm32 diff --git a/stm32/stm32-cmsis-blink/.travis.yml b/stm32/stm32-cmsis-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/stm32/stm32-cmsis-blink/.travis.yml +++ b/stm32/stm32-cmsis-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/stm32/stm32-cmsis-blink/README.rst b/stm32/stm32-cmsis-blink/README.rst index 96fec84..e4338cc 100644 --- a/stm32/stm32-cmsis-blink/README.rst +++ b/stm32/stm32-cmsis-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/stm32/stm32-cmsis-blink/lib/readme.txt b/stm32/stm32-cmsis-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/stm32/stm32-cmsis-blink/lib/readme.txt +++ b/stm32/stm32-cmsis-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/stm32/stm32-cmsis-blink/platformio.ini b/stm32/stm32-cmsis-blink/platformio.ini index 669535b..5e11ba8 100644 --- a/stm32/stm32-cmsis-blink/platformio.ini +++ b/stm32/stm32-cmsis-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/stm32/stm32-opencm3-blink/.travis.yml b/stm32/stm32-opencm3-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/stm32/stm32-opencm3-blink/.travis.yml +++ b/stm32/stm32-opencm3-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/stm32/stm32-opencm3-blink/README.rst b/stm32/stm32-opencm3-blink/README.rst index 3cdc46c..ac61341 100644 --- a/stm32/stm32-opencm3-blink/README.rst +++ b/stm32/stm32-opencm3-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/stm32/stm32-opencm3-blink/lib/readme.txt b/stm32/stm32-opencm3-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/stm32/stm32-opencm3-blink/lib/readme.txt +++ b/stm32/stm32-opencm3-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/stm32/stm32-opencm3-blink/platformio.ini b/stm32/stm32-opencm3-blink/platformio.ini index 842e5fd..8b75abe 100644 --- a/stm32/stm32-opencm3-blink/platformio.ini +++ b/stm32/stm32-opencm3-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/stm32/stm32-spl-blink/.travis.yml b/stm32/stm32-spl-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/stm32/stm32-spl-blink/.travis.yml +++ b/stm32/stm32-spl-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/stm32/stm32-spl-blink/README.rst b/stm32/stm32-spl-blink/README.rst index 2686a8d..24e1604 100644 --- a/stm32/stm32-spl-blink/README.rst +++ b/stm32/stm32-spl-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/stm32/stm32-spl-blink/lib/readme.txt b/stm32/stm32-spl-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/stm32/stm32-spl-blink/lib/readme.txt +++ b/stm32/stm32-spl-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/stm32/stm32-spl-blink/platformio.ini b/stm32/stm32-spl-blink/platformio.ini index 2847218..e1255cf 100644 --- a/stm32/stm32-spl-blink/platformio.ini +++ b/stm32/stm32-spl-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/teensy/teensy-hid-usb-mouse/.travis.yml b/teensy/teensy-hid-usb-mouse/.travis.yml index ac0a029..593d7ef 100644 --- a/teensy/teensy-hid-usb-mouse/.travis.yml +++ b/teensy/teensy-hid-usb-mouse/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/teensy/teensy-hid-usb-mouse/README.rst b/teensy/teensy-hid-usb-mouse/README.rst index af4004c..8f8ad81 100644 --- a/teensy/teensy-hid-usb-mouse/README.rst +++ b/teensy/teensy-hid-usb-mouse/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/teensy/teensy-hid-usb-mouse/lib/readme.txt b/teensy/teensy-hid-usb-mouse/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/teensy/teensy-hid-usb-mouse/lib/readme.txt +++ b/teensy/teensy-hid-usb-mouse/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/teensy/teensy-hid-usb-mouse/platformio.ini b/teensy/teensy-hid-usb-mouse/platformio.ini index 7666760..18fbcf2 100644 --- a/teensy/teensy-hid-usb-mouse/platformio.ini +++ b/teensy/teensy-hid-usb-mouse/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:teensy31] platform = teensy diff --git a/teensy/teensy-internal-libs/.travis.yml b/teensy/teensy-internal-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/teensy/teensy-internal-libs/.travis.yml +++ b/teensy/teensy-internal-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/teensy/teensy-internal-libs/README.rst b/teensy/teensy-internal-libs/README.rst index 500783e..a6c4ca0 100644 --- a/teensy/teensy-internal-libs/README.rst +++ b/teensy/teensy-internal-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/teensy/teensy-internal-libs/lib/readme.txt b/teensy/teensy-internal-libs/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/teensy/teensy-internal-libs/lib/readme.txt +++ b/teensy/teensy-internal-libs/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/teensy/teensy-internal-libs/platformio.ini b/teensy/teensy-internal-libs/platformio.ini index 8c5d581..da89145 100644 --- a/teensy/teensy-internal-libs/platformio.ini +++ b/teensy/teensy-internal-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:teensy20] platform = teensy diff --git a/timsp430/panstamp-blink/.travis.yml b/timsp430/panstamp-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/timsp430/panstamp-blink/.travis.yml +++ b/timsp430/panstamp-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/timsp430/panstamp-blink/README.rst b/timsp430/panstamp-blink/README.rst index 11b7e35..6035e10 100644 --- a/timsp430/panstamp-blink/README.rst +++ b/timsp430/panstamp-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/timsp430/panstamp-blink/lib/readme.txt b/timsp430/panstamp-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/timsp430/panstamp-blink/lib/readme.txt +++ b/timsp430/panstamp-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/timsp430/panstamp-blink/platformio.ini b/timsp430/panstamp-blink/platformio.ini index 7d95426..039539e 100644 --- a/timsp430/panstamp-blink/platformio.ini +++ b/timsp430/panstamp-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:panStampNRG] platform = timsp430 diff --git a/timsp430/timsp430-energia-blink/.travis.yml b/timsp430/timsp430-energia-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/timsp430/timsp430-energia-blink/.travis.yml +++ b/timsp430/timsp430-energia-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/timsp430/timsp430-energia-blink/README.rst b/timsp430/timsp430-energia-blink/README.rst index 22a154e..e5d26b3 100644 --- a/timsp430/timsp430-energia-blink/README.rst +++ b/timsp430/timsp430-energia-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/timsp430/timsp430-energia-blink/lib/readme.txt b/timsp430/timsp430-energia-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/timsp430/timsp430-energia-blink/lib/readme.txt +++ b/timsp430/timsp430-energia-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/timsp430/timsp430-energia-blink/platformio.ini b/timsp430/timsp430-energia-blink/platformio.ini index 3749630..834a121 100644 --- a/timsp430/timsp430-energia-blink/platformio.ini +++ b/timsp430/timsp430-energia-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:LaunchPad_msp430f5529] platform = timsp430 diff --git a/timsp430/timsp430-native-blink/.travis.yml b/timsp430/timsp430-native-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/timsp430/timsp430-native-blink/.travis.yml +++ b/timsp430/timsp430-native-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/timsp430/timsp430-native-blink/README.rst b/timsp430/timsp430-native-blink/README.rst index 430a011..6abc101 100644 --- a/timsp430/timsp430-native-blink/README.rst +++ b/timsp430/timsp430-native-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/timsp430/timsp430-native-blink/lib/readme.txt b/timsp430/timsp430-native-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/timsp430/timsp430-native-blink/lib/readme.txt +++ b/timsp430/timsp430-native-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/timsp430/timsp430-native-blink/platformio.ini b/timsp430/timsp430-native-blink/platformio.ini index 7310426..ef19131 100644 --- a/timsp430/timsp430-native-blink/platformio.ini +++ b/timsp430/timsp430-native-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:LaunchPad_msp430g2553] platform = timsp430 diff --git a/titiva/titiva-energia-blink/.travis.yml b/titiva/titiva-energia-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/titiva/titiva-energia-blink/.travis.yml +++ b/titiva/titiva-energia-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/titiva/titiva-energia-blink/README.rst b/titiva/titiva-energia-blink/README.rst index 2587411..d8e7346 100644 --- a/titiva/titiva-energia-blink/README.rst +++ b/titiva/titiva-energia-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/titiva/titiva-energia-blink/lib/readme.txt b/titiva/titiva-energia-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/titiva/titiva-energia-blink/lib/readme.txt +++ b/titiva/titiva-energia-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/titiva/titiva-energia-blink/platformio.ini b/titiva/titiva-energia-blink/platformio.ini index 0a4050c..21321d1 100644 --- a/titiva/titiva-energia-blink/platformio.ini +++ b/titiva/titiva-energia-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:LaunchPad_lm4f120h5qr] platform = titiva diff --git a/titiva/titiva-native-blink/.travis.yml b/titiva/titiva-native-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/titiva/titiva-native-blink/.travis.yml +++ b/titiva/titiva-native-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/titiva/titiva-native-blink/README.rst b/titiva/titiva-native-blink/README.rst index 33364ba..1e877a4 100644 --- a/titiva/titiva-native-blink/README.rst +++ b/titiva/titiva-native-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/titiva/titiva-native-blink/lib/readme.txt b/titiva/titiva-native-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/titiva/titiva-native-blink/lib/readme.txt +++ b/titiva/titiva-native-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/titiva/titiva-native-blink/platformio.ini b/titiva/titiva-native-blink/platformio.ini index 0a4050c..21321d1 100644 --- a/titiva/titiva-native-blink/platformio.ini +++ b/titiva/titiva-native-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:LaunchPad_lm4f120h5qr] platform = titiva diff --git a/titiva/titiva-opencm3-blink/.travis.yml b/titiva/titiva-opencm3-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/titiva/titiva-opencm3-blink/.travis.yml +++ b/titiva/titiva-opencm3-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/titiva/titiva-opencm3-blink/README.rst b/titiva/titiva-opencm3-blink/README.rst index 6fae577..fa13f36 100644 --- a/titiva/titiva-opencm3-blink/README.rst +++ b/titiva/titiva-opencm3-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/titiva/titiva-opencm3-blink/lib/readme.txt b/titiva/titiva-opencm3-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/titiva/titiva-opencm3-blink/lib/readme.txt +++ b/titiva/titiva-opencm3-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/titiva/titiva-opencm3-blink/platformio.ini b/titiva/titiva-opencm3-blink/platformio.ini index 1d49c44..e2da6eb 100644 --- a/titiva/titiva-opencm3-blink/platformio.ini +++ b/titiva/titiva-opencm3-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:LaunchPad_lm4f120h5qr] platform = titiva diff --git a/unit-testing/calculator/.travis.yml b/unit-testing/calculator/.travis.yml index b10185f..2ca2ac6 100644 --- a/unit-testing/calculator/.travis.yml +++ b/unit-testing/calculator/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choice one of the following templates (proposed below) and uncomment diff --git a/unit-testing/calculator/README.rst b/unit-testing/calculator/README.rst index 7b14dc9..5ec542a 100644 --- a/unit-testing/calculator/README.rst +++ b/unit-testing/calculator/README.rst @@ -12,7 +12,7 @@ How to test PlatformIO based project ==================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/unit-testing/calculator/lib/readme.txt b/unit-testing/calculator/lib/readme.txt index 90a5941..9c196e2 100755 --- a/unit-testing/calculator/lib/readme.txt +++ b/unit-testing/calculator/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/unit-testing/calculator/platformio.ini b/unit-testing/calculator/platformio.ini index 647302c..8f9584b 100755 --- a/unit-testing/calculator/platformio.ini +++ b/unit-testing/calculator/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html ; ; Embedded platforms diff --git a/unit-testing/wiring-blink/.travis.yml b/unit-testing/wiring-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/unit-testing/wiring-blink/.travis.yml +++ b/unit-testing/wiring-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/unit-testing/wiring-blink/README.rst b/unit-testing/wiring-blink/README.rst index b400e4b..df89be1 100644 --- a/unit-testing/wiring-blink/README.rst +++ b/unit-testing/wiring-blink/README.rst @@ -12,7 +12,7 @@ How to test PlatformIO based project ==================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/unit-testing/wiring-blink/lib/readme.txt b/unit-testing/wiring-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/unit-testing/wiring-blink/lib/readme.txt +++ b/unit-testing/wiring-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/unit-testing/wiring-blink/platformio.ini b/unit-testing/wiring-blink/platformio.ini index 0e933bf..5ca19c1 100644 --- a/unit-testing/wiring-blink/platformio.ini +++ b/unit-testing/wiring-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] platform = atmelavr diff --git a/wiring-blink/.travis.yml b/wiring-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/wiring-blink/.travis.yml +++ b/wiring-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/wiring-blink/README.rst b/wiring-blink/README.rst index 1b3fbc3..3d80667 100644 --- a/wiring-blink/README.rst +++ b/wiring-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `examples source code `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/wiring-blink/lib/readme.txt b/wiring-blink/lib/readme.txt index 3f9e008..dbadc3d 100644 --- a/wiring-blink/lib/readme.txt +++ b/wiring-blink/lib/readme.txt @@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. More information about PlatformIO Library Dependency Finder -- http://docs.platformio.org/en/stable/librarymanager/ldf.html +- http://docs.platformio.org/page/librarymanager/ldf.html diff --git a/wiring-blink/platformio.ini b/wiring-blink/platformio.ini index 60bbe0a..0ef5e09 100644 --- a/wiring-blink/platformio.ini +++ b/wiring-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:uno] From 7e43fd9d53461e547b14e652f6182deaf60f8633 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 22 Feb 2017 16:49:57 +0200 Subject: [PATCH 4/4] New ESP IDF examples: BLE, Coap Server, Peripherals UART, Storage SDCard --- espressif/esp32-espidf-ble-adv/.gitignore | 3 + espressif/esp32-espidf-ble-adv/.travis.yml | 65 ++++++ espressif/esp32-espidf-ble-adv/README.rst | 38 +++ espressif/esp32-espidf-ble-adv/lib/readme.txt | 38 +++ espressif/esp32-espidf-ble-adv/platformio.ini | 26 +++ espressif/esp32-espidf-ble-adv/src/main.c | 219 ++++++++++++++++++ .../esp32-espidf-ble-adv/src/sdkconfig.h | 98 ++++++++ espressif/esp32-espidf-coap-server/.gitignore | 3 + .../esp32-espidf-coap-server/.travis.yml | 65 ++++++ espressif/esp32-espidf-coap-server/README.rst | 38 +++ .../esp32-espidf-coap-server/lib/readme.txt | 38 +++ .../esp32-espidf-coap-server/platformio.ini | 26 +++ espressif/esp32-espidf-coap-server/src/main.c | 192 +++++++++++++++ .../esp32-espidf-coap-server/src/sdkconfig.h | 98 ++++++++ .../esp32-espidf-peripherals-uart/.gitignore | 3 + .../esp32-espidf-peripherals-uart/.travis.yml | 65 ++++++ .../esp32-espidf-peripherals-uart/README.rst | 38 +++ .../lib/readme.txt | 38 +++ .../platformio.ini | 26 +++ .../esp32-espidf-peripherals-uart/src/main.c | 183 +++++++++++++++ .../src/sdkconfig.h | 98 ++++++++ .../esp32-espidf-storage-sdcard/.gitignore | 3 + .../esp32-espidf-storage-sdcard/.travis.yml | 65 ++++++ .../esp32-espidf-storage-sdcard/README.rst | 38 +++ .../lib/readme.txt | 38 +++ .../platformio.ini | 26 +++ .../esp32-espidf-storage-sdcard/src/main.c | 107 +++++++++ .../src/sdkconfig.h | 98 ++++++++ 28 files changed, 1773 insertions(+) create mode 100644 espressif/esp32-espidf-ble-adv/.gitignore create mode 100644 espressif/esp32-espidf-ble-adv/.travis.yml create mode 100644 espressif/esp32-espidf-ble-adv/README.rst create mode 100644 espressif/esp32-espidf-ble-adv/lib/readme.txt create mode 100644 espressif/esp32-espidf-ble-adv/platformio.ini create mode 100644 espressif/esp32-espidf-ble-adv/src/main.c create mode 100644 espressif/esp32-espidf-ble-adv/src/sdkconfig.h create mode 100644 espressif/esp32-espidf-coap-server/.gitignore create mode 100644 espressif/esp32-espidf-coap-server/.travis.yml create mode 100644 espressif/esp32-espidf-coap-server/README.rst create mode 100644 espressif/esp32-espidf-coap-server/lib/readme.txt create mode 100644 espressif/esp32-espidf-coap-server/platformio.ini create mode 100644 espressif/esp32-espidf-coap-server/src/main.c create mode 100644 espressif/esp32-espidf-coap-server/src/sdkconfig.h create mode 100644 espressif/esp32-espidf-peripherals-uart/.gitignore create mode 100644 espressif/esp32-espidf-peripherals-uart/.travis.yml create mode 100644 espressif/esp32-espidf-peripherals-uart/README.rst create mode 100644 espressif/esp32-espidf-peripherals-uart/lib/readme.txt create mode 100644 espressif/esp32-espidf-peripherals-uart/platformio.ini create mode 100644 espressif/esp32-espidf-peripherals-uart/src/main.c create mode 100644 espressif/esp32-espidf-peripherals-uart/src/sdkconfig.h create mode 100644 espressif/esp32-espidf-storage-sdcard/.gitignore create mode 100644 espressif/esp32-espidf-storage-sdcard/.travis.yml create mode 100644 espressif/esp32-espidf-storage-sdcard/README.rst create mode 100644 espressif/esp32-espidf-storage-sdcard/lib/readme.txt create mode 100644 espressif/esp32-espidf-storage-sdcard/platformio.ini create mode 100644 espressif/esp32-espidf-storage-sdcard/src/main.c create mode 100644 espressif/esp32-espidf-storage-sdcard/src/sdkconfig.h diff --git a/espressif/esp32-espidf-ble-adv/.gitignore b/espressif/esp32-espidf-ble-adv/.gitignore new file mode 100644 index 0000000..5402c18 --- /dev/null +++ b/espressif/esp32-espidf-ble-adv/.gitignore @@ -0,0 +1,3 @@ +.pioenvs +.clang_complete +.gcc-flags.json diff --git a/espressif/esp32-espidf-ble-adv/.travis.yml b/espressif/esp32-espidf-ble-adv/.travis.yml new file mode 100644 index 0000000..2c4ff5c --- /dev/null +++ b/espressif/esp32-espidf-ble-adv/.travis.yml @@ -0,0 +1,65 @@ +# Continuous Integration (CI) is the practice, in software +# engineering, of merging all developer working copies with a shared mainline +# several times a day < http://docs.platformio.org/page/ci/index.html > +# +# Documentation: +# +# * Travis CI Embedded Builds with PlatformIO +# < https://docs.travis-ci.com/user/integration/platformio/ > +# +# * PlatformIO integration with Travis CI +# < http://docs.platformio.org/page/ci/travis.html > +# +# * User Guide for `platformio ci` command +# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# +# +# Please choice one of the following templates (proposed below) and uncomment +# it (remove "# " before each line) or use own configuration according to the +# Travis CI documentation (see above). +# + + +# +# Template #1: General project. Test it using existing `platformio.ini`. +# + +# language: python +# python: +# - "2.7" +# +# sudo: false +# cache: +# directories: +# - "~/.platformio" +# +# install: +# - pip install -U platformio +# +# script: +# - platformio run + + +# +# Template #2: The project is intended to by used as a library with examples +# + +# language: python +# python: +# - "2.7" +# +# sudo: false +# cache: +# directories: +# - "~/.platformio" +# +# env: +# - PLATFORMIO_CI_SRC=path/to/test/file.c +# - PLATFORMIO_CI_SRC=examples/file.ino +# - PLATFORMIO_CI_SRC=path/to/test/directory +# +# install: +# - pip install -U platformio +# +# script: +# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/espressif/esp32-espidf-ble-adv/README.rst b/espressif/esp32-espidf-ble-adv/README.rst new file mode 100644 index 0000000..58b6688 --- /dev/null +++ b/espressif/esp32-espidf-ble-adv/README.rst @@ -0,0 +1,38 @@ +.. Copyright 2014-present PlatformIO + 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. + +How to build PlatformIO based project +===================================== + +1. `Install PlatformIO Core `_ +2. Download `examples source code `_ +3. Extract ZIP archive +4. Run these commands: + +.. code-block:: bash + + # Change directory to example + > cd platformio-examples/espressif/esp32-espidf-ble-adv + + # Build project + > platformio run + + # Upload firmware + > platformio run --target upload + + # Build specific environment + > platformio run -e esp32dev + + # Upload firmware for the specific environment + > platformio run -e esp32dev --target upload + + # Clean build files + > platformio run --target clean diff --git a/espressif/esp32-espidf-ble-adv/lib/readme.txt b/espressif/esp32-espidf-ble-adv/lib/readme.txt new file mode 100644 index 0000000..6581e73 --- /dev/null +++ b/espressif/esp32-espidf-ble-adv/lib/readme.txt @@ -0,0 +1,38 @@ + +This directory is intended for the project specific (private) libraries. +PlatformIO will compile them to static libraries and link to executable file. + +The source code of each library should be placed in separate directory, like +"lib/private_lib/[here are source files]". + +For example, see how can be organised `Foo` and `Bar` libraries: + +|--lib +| |--Bar +| | |--docs +| | |--examples +| | |--src +| | |- Bar.c +| | |- Bar.h +| |--Foo +| | |- Foo.c +| | |- Foo.h +| |- readme.txt --> THIS FILE +|- platformio.ini +|--src + |- main.c + +Then in `src/main.c` you should use: + +#include +#include + +// rest H/C/CPP code + +PlatformIO will find your libraries automatically, configure preprocessor's +include paths and build them. + +See additional options for PlatformIO Library Dependency Finder `lib_*`: + +http://docs.platformio.org/page/projectconf.html#lib-install + diff --git a/espressif/esp32-espidf-ble-adv/platformio.ini b/espressif/esp32-espidf-ble-adv/platformio.ini new file mode 100644 index 0000000..2461183 --- /dev/null +++ b/espressif/esp32-espidf-ble-adv/platformio.ini @@ -0,0 +1,26 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter, extra scripting +; Upload options: custom port, speed and extra flags +; Library options: dependencies, extra library storages +; +; Please visit documentation for the other options and examples +; http://docs.platformio.org/page/projectconf.html + +[env:nano32] +platform = espressif32 +framework = espidf +board = nano32 +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" + +[env:espea32] +platform = espressif32 +framework = espidf +board = espea32 +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" + +[env:esp32dev] +platform = espressif32 +framework = espidf +board = esp32dev +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" diff --git a/espressif/esp32-espidf-ble-adv/src/main.c b/espressif/esp32-espidf-ble-adv/src/main.c new file mode 100644 index 0000000..7d12388 --- /dev/null +++ b/espressif/esp32-espidf-ble-adv/src/main.c @@ -0,0 +1,219 @@ +// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD +// +// 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. + +#include +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" +#include "bt.h" +#include + +#define HCI_H4_CMD_PREAMBLE_SIZE (4) + +/* HCI Command opcode group field(OGF) */ +#define HCI_GRP_HOST_CONT_BASEBAND_CMDS (0x03 << 10) /* 0x0C00 */ +#define HCI_GRP_BLE_CMDS (0x08 << 10) + +#define HCI_RESET (0x0003 | HCI_GRP_HOST_CONT_BASEBAND_CMDS) +#define HCI_BLE_WRITE_ADV_ENABLE (0x000A | HCI_GRP_BLE_CMDS) +#define HCI_BLE_WRITE_ADV_PARAMS (0x0006 | HCI_GRP_BLE_CMDS) +#define HCI_BLE_WRITE_ADV_DATA (0x0008 | HCI_GRP_BLE_CMDS) + +#define HCIC_PARAM_SIZE_WRITE_ADV_ENABLE (1) +#define HCIC_PARAM_SIZE_BLE_WRITE_ADV_PARAMS (15) +#define HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA (31) + +#define BD_ADDR_LEN (6) /* Device address length */ +typedef uint8_t bd_addr_t[BD_ADDR_LEN]; /* Device address */ + +#define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} +#define UINT8_TO_STREAM(p, u8) {*(p)++ = (uint8_t)(u8);} +#define BDADDR_TO_STREAM(p, a) {int ijk; for (ijk = 0; ijk < BD_ADDR_LEN; ijk++) *(p)++ = (uint8_t) a[BD_ADDR_LEN - 1 - ijk];} +#define ARRAY_TO_STREAM(p, a, len) {int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++ = (uint8_t) a[ijk];} + +enum { + H4_TYPE_COMMAND = 1, + H4_TYPE_ACL = 2, + H4_TYPE_SCO = 3, + H4_TYPE_EVENT = 4 +}; + +static uint8_t hci_cmd_buf[128]; + +/* + * @brief: BT controller callback function, used to notify the upper layer that + * controller is ready to receive command + */ +static void controller_rcv_pkt_ready(void) +{ + printf("controller rcv pkt ready\n"); +} + +/* + * @brief: BT controller callback function, to transfer data packet to upper + * controller is ready to receive command + */ +static int host_rcv_pkt(uint8_t *data, uint16_t len) +{ + printf("host rcv pkt: "); + for (uint16_t i = 0; i < len; i++) { + printf("%02x", data[i]); + } + printf("\n"); + return 0; +} + +static esp_vhci_host_callback_t vhci_host_cb = { + controller_rcv_pkt_ready, + host_rcv_pkt +}; + +static uint16_t make_cmd_reset(uint8_t *buf) +{ + UINT8_TO_STREAM (buf, H4_TYPE_COMMAND); + UINT16_TO_STREAM (buf, HCI_RESET); + UINT8_TO_STREAM (buf, 0); + return HCI_H4_CMD_PREAMBLE_SIZE; +} + +static uint16_t make_cmd_ble_set_adv_enable (uint8_t *buf, uint8_t adv_enable) +{ + UINT8_TO_STREAM (buf, H4_TYPE_COMMAND); + UINT16_TO_STREAM (buf, HCI_BLE_WRITE_ADV_ENABLE); + UINT8_TO_STREAM (buf, HCIC_PARAM_SIZE_WRITE_ADV_ENABLE); + UINT8_TO_STREAM (buf, adv_enable); + return HCI_H4_CMD_PREAMBLE_SIZE + HCIC_PARAM_SIZE_WRITE_ADV_ENABLE; +} + +static uint16_t make_cmd_ble_set_adv_param (uint8_t *buf, uint16_t adv_int_min, uint16_t adv_int_max, + uint8_t adv_type, uint8_t addr_type_own, + uint8_t addr_type_dir, bd_addr_t direct_bda, + uint8_t channel_map, uint8_t adv_filter_policy) +{ + UINT8_TO_STREAM (buf, H4_TYPE_COMMAND); + UINT16_TO_STREAM (buf, HCI_BLE_WRITE_ADV_PARAMS); + UINT8_TO_STREAM (buf, HCIC_PARAM_SIZE_BLE_WRITE_ADV_PARAMS ); + + UINT16_TO_STREAM (buf, adv_int_min); + UINT16_TO_STREAM (buf, adv_int_max); + UINT8_TO_STREAM (buf, adv_type); + UINT8_TO_STREAM (buf, addr_type_own); + UINT8_TO_STREAM (buf, addr_type_dir); + BDADDR_TO_STREAM (buf, direct_bda); + UINT8_TO_STREAM (buf, channel_map); + UINT8_TO_STREAM (buf, adv_filter_policy); + return HCI_H4_CMD_PREAMBLE_SIZE + HCIC_PARAM_SIZE_BLE_WRITE_ADV_PARAMS; +} + + +static uint16_t make_cmd_ble_set_adv_data(uint8_t *buf, uint8_t data_len, uint8_t *p_data) +{ + UINT8_TO_STREAM (buf, H4_TYPE_COMMAND); + UINT16_TO_STREAM (buf, HCI_BLE_WRITE_ADV_DATA); + UINT8_TO_STREAM (buf, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA + 1); + + memset(buf, 0, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA); + + if (p_data != NULL && data_len > 0) { + if (data_len > HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA) { + data_len = HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA; + } + + UINT8_TO_STREAM (buf, data_len); + + ARRAY_TO_STREAM (buf, p_data, data_len); + } + return HCI_H4_CMD_PREAMBLE_SIZE + HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA + 1; +} + +static void hci_cmd_send_reset(void) +{ + uint16_t sz = make_cmd_reset (hci_cmd_buf); + esp_vhci_host_send_packet(hci_cmd_buf, sz); +} + +static void hci_cmd_send_ble_adv_start(void) +{ + uint16_t sz = make_cmd_ble_set_adv_enable (hci_cmd_buf, 1); + esp_vhci_host_send_packet(hci_cmd_buf, sz); +} + +static void hci_cmd_send_ble_set_adv_param(void) +{ + uint16_t adv_intv_min = 256; // 160ms + uint16_t adv_intv_max = 256; // 160ms + uint8_t adv_type = 0; // connectable undirected advertising (ADV_IND) + uint8_t own_addr_type = 0; // Public Device Address + uint8_t peer_addr_type = 0; // Public Device Address + uint8_t peer_addr[6] = {0x80, 0x81, 0x82, 0x83, 0x84, 0x85}; + uint8_t adv_chn_map = 0x07; // 37, 38, 39 + uint8_t adv_filter_policy = 0; // Process All Conn and Scan + + uint16_t sz = make_cmd_ble_set_adv_param(hci_cmd_buf, + adv_intv_min, + adv_intv_max, + adv_type, + own_addr_type, + peer_addr_type, + peer_addr, + adv_chn_map, + adv_filter_policy); + esp_vhci_host_send_packet(hci_cmd_buf, sz); +} + +static void hci_cmd_send_ble_set_adv_data(void) +{ + char *adv_name = "ESP-BLE-HELLO"; + uint8_t name_len = (uint8_t)strlen(adv_name); + uint8_t adv_data[31] = {0x02, 0x01, 0x06, 0x0, 0x09}; + uint8_t adv_data_len; + + adv_data[3] = name_len + 1; + for (int i = 0; i < name_len; i++) { + adv_data[5 + i] = (uint8_t)adv_name[i]; + } + adv_data_len = 5 + name_len; + + uint16_t sz = make_cmd_ble_set_adv_data(hci_cmd_buf, adv_data_len, (uint8_t *)adv_data); + esp_vhci_host_send_packet(hci_cmd_buf, sz); +} + +/* + * @brief: send HCI commands to perform BLE advertising; + */ +void bleAdvtTask(void *pvParameters) +{ + int cmd_cnt = 0; + bool send_avail = false; + esp_vhci_host_register_callback(&vhci_host_cb); + printf("BLE advt task start\n"); + while (1) { + vTaskDelay(1000 / portTICK_PERIOD_MS); + send_avail = esp_vhci_host_check_send_available(); + if (send_avail) { + switch (cmd_cnt) { + case 0: hci_cmd_send_reset(); ++cmd_cnt; break; + case 1: hci_cmd_send_ble_set_adv_param(); ++cmd_cnt; break; + case 2: hci_cmd_send_ble_set_adv_data(); ++cmd_cnt; break; + case 3: hci_cmd_send_ble_adv_start(); ++cmd_cnt; break; + } + } + printf("BLE Advertise, flag_send_avail: %d, cmd_sent: %d\n", send_avail, cmd_cnt); + } +} + +void app_main() +{ + esp_bt_controller_init(); + xTaskCreatePinnedToCore(&bleAdvtTask, "bleAdvtTask", 2048, NULL, 5, NULL, 0); +} diff --git a/espressif/esp32-espidf-ble-adv/src/sdkconfig.h b/espressif/esp32-espidf-ble-adv/src/sdkconfig.h new file mode 100644 index 0000000..9bde466 --- /dev/null +++ b/espressif/esp32-espidf-ble-adv/src/sdkconfig.h @@ -0,0 +1,98 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Espressif IoT Development Framework Configuration + * + */ +#define CONFIG_ESP32_PHY_MAX_TX_POWER 20 +#define CONFIG_PHY_ENABLED 1 +#define CONFIG_TRACEMEM_RESERVE_DRAM 0x0 +#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" +#define CONFIG_NEWLIB_STDOUT_ADDCR 1 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" +#define CONFIG_ETHERNET 1 +#define CONFIG_INT_WDT 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 +#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 +#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 +#define CONFIG_BT_RESERVE_DRAM 0x10000 +#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1 +#define CONFIG_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_LWIP_MAX_SOCKETS 10 +#define CONFIG_EMAC_TASK_PRIORITY 20 +#define CONFIG_ULP_COPROC_RESERVE_MEM 0 +#define CONFIG_ESPTOOLPY_BAUD 115200 +#define CONFIG_INT_WDT_CHECK_CPU1 1 +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 +#define CONFIG_TOOLPREFIX "xtensa-esp32-elf-" +#define CONFIG_CONSOLE_UART_NUM 0 +#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC 1 +#define CONFIG_ESPTOOLPY_BAUD_115200B 1 +#define CONFIG_LWIP_THREAD_LOCAL_STORAGE_INDEX 0 +#define CONFIG_CONSOLE_UART_DEFAULT 1 +#define CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN 16384 +#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1 +#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1 +#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE 1 +#define CONFIG_TASK_WDT 1 +#define CONFIG_MAIN_TASK_STACK_SIZE 4096 +#define CONFIG_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_INT_WDT_TIMEOUT_MS 300 +#define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_BTC_TASK_STACK_SIZE 3072 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" +#define CONFIG_LOG_DEFAULT_LEVEL 3 +#define CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION 1 +#define CONFIG_SPI_FLASH_ENABLE_COUNTERS 1 +#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER 20 +#define CONFIG_DMA_RX_BUF_NUM 10 +#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_TCP_SYNMAXRTX 6 +#define CONFIG_PYTHON "python" +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 1 +#define CONFIG_ESPTOOLPY_COMPRESSED 1 +#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" +#define CONFIG_LWIP_DHCP_MAX_NTP_SERVERS 1 +#define CONFIG_PARTITION_TABLE_SINGLE_APP 1 +#define CONFIG_WIFI_ENABLED 1 +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 4096 +#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 0 +#define CONFIG_PHY_DATA_OFFSET 0xf000 +#define CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET 0x10000 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 240 +#define CONFIG_MBEDTLS_HARDWARE_AES 1 +#define CONFIG_FREERTOS_HZ 100 +#define CONFIG_LOG_COLORS 1 +#define CONFIG_FREERTOS_ASSERT_FAIL_ABORT 1 +#define CONFIG_MONITOR_BAUD_115200B 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL 3 +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 +#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_240 1 +#define CONFIG_TCP_MAXRTX 12 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_DMA_TX_BUF_NUM 10 +#define CONFIG_ESP32_DEBUG_OCDAWARE 1 +#define CONFIG_FREERTOS_BREAK_ON_SCHEDULER_START_JTAG 1 +#define CONFIG_BT_ENABLED 1 +#define CONFIG_MONITOR_BAUD 115200 +#define CONFIG_MBEDTLS_HARDWARE_SHA 1 +#define CONFIG_FREERTOS_CORETIMER_0 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" +#define CONFIG_MBEDTLS_HAVE_TIME 1 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_OPENSSL_ASSERT_DO_NOTHING 1 +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1 +#define CONFIG_ESP32_PHY_AUTO_INIT 1 +#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE 32 +#define CONFIG_ESP32_WIFI_RX_BUFFER_NUM 25 +#define CONFIG_APP_OFFSET 0x10000 +#define CONFIG_MEMMAP_SMP 1 +#define CONFIG_MBEDTLS_HARDWARE_MPI 1 +#define CONFIG_MONITOR_BAUD_OTHER_VAL 115200 +#define CONFIG_ESPTOOLPY_PORT "/dev/ttyUSB0" \ No newline at end of file diff --git a/espressif/esp32-espidf-coap-server/.gitignore b/espressif/esp32-espidf-coap-server/.gitignore new file mode 100644 index 0000000..5402c18 --- /dev/null +++ b/espressif/esp32-espidf-coap-server/.gitignore @@ -0,0 +1,3 @@ +.pioenvs +.clang_complete +.gcc-flags.json diff --git a/espressif/esp32-espidf-coap-server/.travis.yml b/espressif/esp32-espidf-coap-server/.travis.yml new file mode 100644 index 0000000..2c4ff5c --- /dev/null +++ b/espressif/esp32-espidf-coap-server/.travis.yml @@ -0,0 +1,65 @@ +# Continuous Integration (CI) is the practice, in software +# engineering, of merging all developer working copies with a shared mainline +# several times a day < http://docs.platformio.org/page/ci/index.html > +# +# Documentation: +# +# * Travis CI Embedded Builds with PlatformIO +# < https://docs.travis-ci.com/user/integration/platformio/ > +# +# * PlatformIO integration with Travis CI +# < http://docs.platformio.org/page/ci/travis.html > +# +# * User Guide for `platformio ci` command +# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# +# +# Please choice one of the following templates (proposed below) and uncomment +# it (remove "# " before each line) or use own configuration according to the +# Travis CI documentation (see above). +# + + +# +# Template #1: General project. Test it using existing `platformio.ini`. +# + +# language: python +# python: +# - "2.7" +# +# sudo: false +# cache: +# directories: +# - "~/.platformio" +# +# install: +# - pip install -U platformio +# +# script: +# - platformio run + + +# +# Template #2: The project is intended to by used as a library with examples +# + +# language: python +# python: +# - "2.7" +# +# sudo: false +# cache: +# directories: +# - "~/.platformio" +# +# env: +# - PLATFORMIO_CI_SRC=path/to/test/file.c +# - PLATFORMIO_CI_SRC=examples/file.ino +# - PLATFORMIO_CI_SRC=path/to/test/directory +# +# install: +# - pip install -U platformio +# +# script: +# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/espressif/esp32-espidf-coap-server/README.rst b/espressif/esp32-espidf-coap-server/README.rst new file mode 100644 index 0000000..0b4ad2f --- /dev/null +++ b/espressif/esp32-espidf-coap-server/README.rst @@ -0,0 +1,38 @@ +.. Copyright 2014-present PlatformIO + 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. + +How to build PlatformIO based project +===================================== + +1. `Install PlatformIO Core `_ +2. Download `examples source code `_ +3. Extract ZIP archive +4. Run these commands: + +.. code-block:: bash + + # Change directory to example + > cd platformio-examples/espressif/esp32-espidf-coap-server + + # Build project + > platformio run + + # Upload firmware + > platformio run --target upload + + # Build specific environment + > platformio run -e esp32dev + + # Upload firmware for the specific environment + > platformio run -e esp32dev --target upload + + # Clean build files + > platformio run --target clean diff --git a/espressif/esp32-espidf-coap-server/lib/readme.txt b/espressif/esp32-espidf-coap-server/lib/readme.txt new file mode 100644 index 0000000..6581e73 --- /dev/null +++ b/espressif/esp32-espidf-coap-server/lib/readme.txt @@ -0,0 +1,38 @@ + +This directory is intended for the project specific (private) libraries. +PlatformIO will compile them to static libraries and link to executable file. + +The source code of each library should be placed in separate directory, like +"lib/private_lib/[here are source files]". + +For example, see how can be organised `Foo` and `Bar` libraries: + +|--lib +| |--Bar +| | |--docs +| | |--examples +| | |--src +| | |- Bar.c +| | |- Bar.h +| |--Foo +| | |- Foo.c +| | |- Foo.h +| |- readme.txt --> THIS FILE +|- platformio.ini +|--src + |- main.c + +Then in `src/main.c` you should use: + +#include +#include + +// rest H/C/CPP code + +PlatformIO will find your libraries automatically, configure preprocessor's +include paths and build them. + +See additional options for PlatformIO Library Dependency Finder `lib_*`: + +http://docs.platformio.org/page/projectconf.html#lib-install + diff --git a/espressif/esp32-espidf-coap-server/platformio.ini b/espressif/esp32-espidf-coap-server/platformio.ini new file mode 100644 index 0000000..2461183 --- /dev/null +++ b/espressif/esp32-espidf-coap-server/platformio.ini @@ -0,0 +1,26 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter, extra scripting +; Upload options: custom port, speed and extra flags +; Library options: dependencies, extra library storages +; +; Please visit documentation for the other options and examples +; http://docs.platformio.org/page/projectconf.html + +[env:nano32] +platform = espressif32 +framework = espidf +board = nano32 +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" + +[env:espea32] +platform = espressif32 +framework = espidf +board = espea32 +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" + +[env:esp32dev] +platform = espressif32 +framework = espidf +board = esp32dev +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" diff --git a/espressif/esp32-espidf-coap-server/src/main.c b/espressif/esp32-espidf-coap-server/src/main.c new file mode 100644 index 0000000..998f06d --- /dev/null +++ b/espressif/esp32-espidf-coap-server/src/main.c @@ -0,0 +1,192 @@ +/* CoAP server Example + + This example code is in the Public Domain (or CC0 licensed, at your option.) + + Unless required by applicable law or agreed to in writing, this + software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + CONDITIONS OF ANY KIND, either express or implied. +*/ + +#include +#include + +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" +#include "freertos/event_groups.h" + +#include "esp_log.h" +#include "esp_wifi.h" +#include "esp_event_loop.h" + +#include "nvs_flash.h" + +#include "coap.h" + +/* The examples use simple WiFi configuration that you can set via + 'make menuconfig'. + + If you'd rather not, just change the below entries to strings with + the config you want - ie #define EXAMPLE_WIFI_SSID "mywifissid" +*/ +#define EXAMPLE_WIFI_SSID CONFIG_WIFI_SSID +#define EXAMPLE_WIFI_PASS CONFIG_WIFI_PASSWORD + +#define COAP_DEFAULT_TIME_SEC 5 +#define COAP_DEFAULT_TIME_USEC 0 + +static EventGroupHandle_t wifi_event_group; + +/* The event group allows multiple bits for each event, + but we only care about one event - are we connected + to the AP with an IP? */ +const static int CONNECTED_BIT = BIT0; + +const static char *TAG = "CoAP_server"; + +static coap_async_state_t *async = NULL; + +static void +send_async_response(coap_context_t *ctx, const coap_endpoint_t *local_if) +{ + coap_pdu_t *response; + unsigned char buf[3]; + const char* response_data = "Hello World!"; + size_t size = sizeof(coap_hdr_t) + 20; + response = coap_pdu_init(async->flags & COAP_MESSAGE_CON, COAP_RESPONSE_CODE(205), 0, size); + response->hdr->id = coap_new_message_id(ctx); + if (async->tokenlen) + coap_add_token(response, async->tokenlen, async->token); + coap_add_option(response, COAP_OPTION_CONTENT_TYPE, coap_encode_var_bytes(buf, COAP_MEDIATYPE_TEXT_PLAIN), buf); + coap_add_data (response, strlen(response_data), (unsigned char *)response_data); + + if (coap_send(ctx, local_if, &async->peer, response) == COAP_INVALID_TID) { + + } + coap_delete_pdu(response); + coap_async_state_t *tmp; + coap_remove_async(ctx, async->id, &tmp); + coap_free_async(async); + async = NULL; +} + +/* + * The resource handler + */ +static void +async_handler(coap_context_t *ctx, struct coap_resource_t *resource, + const coap_endpoint_t *local_interface, coap_address_t *peer, + coap_pdu_t *request, str *token, coap_pdu_t *response) +{ + async = coap_register_async(ctx, peer, request, COAP_ASYNC_SEPARATE | COAP_ASYNC_CONFIRM, (void*)"no data"); +} + +static void coap_demo_thread(void *p) +{ + coap_context_t* ctx = NULL; + coap_address_t serv_addr; + coap_resource_t* resource = NULL; + fd_set readfds; + struct timeval tv; + int flags = 0; + + while (1) { + /* Wait for the callback to set the CONNECTED_BIT in the + event group. + */ + xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, + false, true, portMAX_DELAY); + ESP_LOGI(TAG, "Connected to AP"); + + /* Prepare the CoAP server socket */ + coap_address_init(&serv_addr); + serv_addr.addr.sin.sin_family = AF_INET; + serv_addr.addr.sin.sin_addr.s_addr = INADDR_ANY; + serv_addr.addr.sin.sin_port = htons(COAP_DEFAULT_PORT); + ctx = coap_new_context(&serv_addr); + if (ctx) { + flags = fcntl(ctx->sockfd, F_GETFL, 0); + fcntl(ctx->sockfd, F_SETFL, flags|O_NONBLOCK); + + tv.tv_usec = COAP_DEFAULT_TIME_USEC; + tv.tv_sec = COAP_DEFAULT_TIME_SEC; + /* Initialize the resource */ + resource = coap_resource_init((unsigned char *)"Espressif", 9, 0); + if (resource){ + coap_register_handler(resource, COAP_REQUEST_GET, async_handler); + coap_add_resource(ctx, resource); + /*For incoming connections*/ + for (;;) { + FD_ZERO(&readfds); + FD_CLR( ctx->sockfd, &readfds); + FD_SET( ctx->sockfd, &readfds); + + int result = select( FD_SETSIZE, &readfds, 0, 0, &tv ); + if (result > 0){ + if (FD_ISSET( ctx->sockfd, &readfds )) + coap_read(ctx); + } else if (result < 0){ + break; + } else { + ESP_LOGE(TAG, "select timeout"); + } + + if (async) { + send_async_response(ctx, ctx->endpoint); + } + } + } + + coap_free_context(ctx); + } + } + + vTaskDelete(NULL); +} + +static esp_err_t wifi_event_handler(void *ctx, system_event_t *event) +{ + switch(event->event_id) { + case SYSTEM_EVENT_STA_START: + esp_wifi_connect(); + break; + case SYSTEM_EVENT_STA_GOT_IP: + xEventGroupSetBits(wifi_event_group, CONNECTED_BIT); + break; + case SYSTEM_EVENT_STA_DISCONNECTED: + /* This is a workaround as ESP32 WiFi libs don't currently + auto-reassociate. */ + esp_wifi_connect(); + xEventGroupClearBits(wifi_event_group, CONNECTED_BIT); + break; + default: + break; + } + return ESP_OK; +} + +static void wifi_conn_init(void) +{ + tcpip_adapter_init(); + wifi_event_group = xEventGroupCreate(); + ESP_ERROR_CHECK( esp_event_loop_init(wifi_event_handler, NULL) ); + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + ESP_ERROR_CHECK( esp_wifi_init(&cfg) ); + ESP_ERROR_CHECK( esp_wifi_set_storage(WIFI_STORAGE_RAM) ); + wifi_config_t wifi_config = { + .sta = { + .ssid = EXAMPLE_WIFI_SSID, + .password = EXAMPLE_WIFI_PASS, + }, + }; + ESP_ERROR_CHECK( esp_wifi_set_mode(WIFI_MODE_STA) ); + ESP_ERROR_CHECK( esp_wifi_set_config(WIFI_IF_STA, &wifi_config) ); + ESP_ERROR_CHECK( esp_wifi_start() ); +} + +void app_main(void) +{ + nvs_flash_init(); + wifi_conn_init(); + + xTaskCreate(coap_demo_thread, "coap", 2048, NULL, 5, NULL); +} \ No newline at end of file diff --git a/espressif/esp32-espidf-coap-server/src/sdkconfig.h b/espressif/esp32-espidf-coap-server/src/sdkconfig.h new file mode 100644 index 0000000..9bde466 --- /dev/null +++ b/espressif/esp32-espidf-coap-server/src/sdkconfig.h @@ -0,0 +1,98 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Espressif IoT Development Framework Configuration + * + */ +#define CONFIG_ESP32_PHY_MAX_TX_POWER 20 +#define CONFIG_PHY_ENABLED 1 +#define CONFIG_TRACEMEM_RESERVE_DRAM 0x0 +#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" +#define CONFIG_NEWLIB_STDOUT_ADDCR 1 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" +#define CONFIG_ETHERNET 1 +#define CONFIG_INT_WDT 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 +#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 +#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 +#define CONFIG_BT_RESERVE_DRAM 0x10000 +#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1 +#define CONFIG_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_LWIP_MAX_SOCKETS 10 +#define CONFIG_EMAC_TASK_PRIORITY 20 +#define CONFIG_ULP_COPROC_RESERVE_MEM 0 +#define CONFIG_ESPTOOLPY_BAUD 115200 +#define CONFIG_INT_WDT_CHECK_CPU1 1 +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 +#define CONFIG_TOOLPREFIX "xtensa-esp32-elf-" +#define CONFIG_CONSOLE_UART_NUM 0 +#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC 1 +#define CONFIG_ESPTOOLPY_BAUD_115200B 1 +#define CONFIG_LWIP_THREAD_LOCAL_STORAGE_INDEX 0 +#define CONFIG_CONSOLE_UART_DEFAULT 1 +#define CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN 16384 +#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1 +#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1 +#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE 1 +#define CONFIG_TASK_WDT 1 +#define CONFIG_MAIN_TASK_STACK_SIZE 4096 +#define CONFIG_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_INT_WDT_TIMEOUT_MS 300 +#define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_BTC_TASK_STACK_SIZE 3072 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" +#define CONFIG_LOG_DEFAULT_LEVEL 3 +#define CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION 1 +#define CONFIG_SPI_FLASH_ENABLE_COUNTERS 1 +#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER 20 +#define CONFIG_DMA_RX_BUF_NUM 10 +#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_TCP_SYNMAXRTX 6 +#define CONFIG_PYTHON "python" +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 1 +#define CONFIG_ESPTOOLPY_COMPRESSED 1 +#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" +#define CONFIG_LWIP_DHCP_MAX_NTP_SERVERS 1 +#define CONFIG_PARTITION_TABLE_SINGLE_APP 1 +#define CONFIG_WIFI_ENABLED 1 +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 4096 +#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 0 +#define CONFIG_PHY_DATA_OFFSET 0xf000 +#define CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET 0x10000 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 240 +#define CONFIG_MBEDTLS_HARDWARE_AES 1 +#define CONFIG_FREERTOS_HZ 100 +#define CONFIG_LOG_COLORS 1 +#define CONFIG_FREERTOS_ASSERT_FAIL_ABORT 1 +#define CONFIG_MONITOR_BAUD_115200B 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL 3 +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 +#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_240 1 +#define CONFIG_TCP_MAXRTX 12 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_DMA_TX_BUF_NUM 10 +#define CONFIG_ESP32_DEBUG_OCDAWARE 1 +#define CONFIG_FREERTOS_BREAK_ON_SCHEDULER_START_JTAG 1 +#define CONFIG_BT_ENABLED 1 +#define CONFIG_MONITOR_BAUD 115200 +#define CONFIG_MBEDTLS_HARDWARE_SHA 1 +#define CONFIG_FREERTOS_CORETIMER_0 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" +#define CONFIG_MBEDTLS_HAVE_TIME 1 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_OPENSSL_ASSERT_DO_NOTHING 1 +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1 +#define CONFIG_ESP32_PHY_AUTO_INIT 1 +#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE 32 +#define CONFIG_ESP32_WIFI_RX_BUFFER_NUM 25 +#define CONFIG_APP_OFFSET 0x10000 +#define CONFIG_MEMMAP_SMP 1 +#define CONFIG_MBEDTLS_HARDWARE_MPI 1 +#define CONFIG_MONITOR_BAUD_OTHER_VAL 115200 +#define CONFIG_ESPTOOLPY_PORT "/dev/ttyUSB0" \ No newline at end of file diff --git a/espressif/esp32-espidf-peripherals-uart/.gitignore b/espressif/esp32-espidf-peripherals-uart/.gitignore new file mode 100644 index 0000000..5402c18 --- /dev/null +++ b/espressif/esp32-espidf-peripherals-uart/.gitignore @@ -0,0 +1,3 @@ +.pioenvs +.clang_complete +.gcc-flags.json diff --git a/espressif/esp32-espidf-peripherals-uart/.travis.yml b/espressif/esp32-espidf-peripherals-uart/.travis.yml new file mode 100644 index 0000000..2c4ff5c --- /dev/null +++ b/espressif/esp32-espidf-peripherals-uart/.travis.yml @@ -0,0 +1,65 @@ +# Continuous Integration (CI) is the practice, in software +# engineering, of merging all developer working copies with a shared mainline +# several times a day < http://docs.platformio.org/page/ci/index.html > +# +# Documentation: +# +# * Travis CI Embedded Builds with PlatformIO +# < https://docs.travis-ci.com/user/integration/platformio/ > +# +# * PlatformIO integration with Travis CI +# < http://docs.platformio.org/page/ci/travis.html > +# +# * User Guide for `platformio ci` command +# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# +# +# Please choice one of the following templates (proposed below) and uncomment +# it (remove "# " before each line) or use own configuration according to the +# Travis CI documentation (see above). +# + + +# +# Template #1: General project. Test it using existing `platformio.ini`. +# + +# language: python +# python: +# - "2.7" +# +# sudo: false +# cache: +# directories: +# - "~/.platformio" +# +# install: +# - pip install -U platformio +# +# script: +# - platformio run + + +# +# Template #2: The project is intended to by used as a library with examples +# + +# language: python +# python: +# - "2.7" +# +# sudo: false +# cache: +# directories: +# - "~/.platformio" +# +# env: +# - PLATFORMIO_CI_SRC=path/to/test/file.c +# - PLATFORMIO_CI_SRC=examples/file.ino +# - PLATFORMIO_CI_SRC=path/to/test/directory +# +# install: +# - pip install -U platformio +# +# script: +# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/espressif/esp32-espidf-peripherals-uart/README.rst b/espressif/esp32-espidf-peripherals-uart/README.rst new file mode 100644 index 0000000..a040a28 --- /dev/null +++ b/espressif/esp32-espidf-peripherals-uart/README.rst @@ -0,0 +1,38 @@ +.. Copyright 2014-present PlatformIO + 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. + +How to build PlatformIO based project +===================================== + +1. `Install PlatformIO Core `_ +2. Download `examples source code `_ +3. Extract ZIP archive +4. Run these commands: + +.. code-block:: bash + + # Change directory to example + > cd platformio-examples/espressif/esp32-espidf-peripherals-uart + + # Build project + > platformio run + + # Upload firmware + > platformio run --target upload + + # Build specific environment + > platformio run -e esp32dev + + # Upload firmware for the specific environment + > platformio run -e esp32dev --target upload + + # Clean build files + > platformio run --target clean diff --git a/espressif/esp32-espidf-peripherals-uart/lib/readme.txt b/espressif/esp32-espidf-peripherals-uart/lib/readme.txt new file mode 100644 index 0000000..6581e73 --- /dev/null +++ b/espressif/esp32-espidf-peripherals-uart/lib/readme.txt @@ -0,0 +1,38 @@ + +This directory is intended for the project specific (private) libraries. +PlatformIO will compile them to static libraries and link to executable file. + +The source code of each library should be placed in separate directory, like +"lib/private_lib/[here are source files]". + +For example, see how can be organised `Foo` and `Bar` libraries: + +|--lib +| |--Bar +| | |--docs +| | |--examples +| | |--src +| | |- Bar.c +| | |- Bar.h +| |--Foo +| | |- Foo.c +| | |- Foo.h +| |- readme.txt --> THIS FILE +|- platformio.ini +|--src + |- main.c + +Then in `src/main.c` you should use: + +#include +#include + +// rest H/C/CPP code + +PlatformIO will find your libraries automatically, configure preprocessor's +include paths and build them. + +See additional options for PlatformIO Library Dependency Finder `lib_*`: + +http://docs.platformio.org/page/projectconf.html#lib-install + diff --git a/espressif/esp32-espidf-peripherals-uart/platformio.ini b/espressif/esp32-espidf-peripherals-uart/platformio.ini new file mode 100644 index 0000000..2461183 --- /dev/null +++ b/espressif/esp32-espidf-peripherals-uart/platformio.ini @@ -0,0 +1,26 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter, extra scripting +; Upload options: custom port, speed and extra flags +; Library options: dependencies, extra library storages +; +; Please visit documentation for the other options and examples +; http://docs.platformio.org/page/projectconf.html + +[env:nano32] +platform = espressif32 +framework = espidf +board = nano32 +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" + +[env:espea32] +platform = espressif32 +framework = espidf +board = espea32 +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" + +[env:esp32dev] +platform = espressif32 +framework = espidf +board = esp32dev +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" diff --git a/espressif/esp32-espidf-peripherals-uart/src/main.c b/espressif/esp32-espidf-peripherals-uart/src/main.c new file mode 100644 index 0000000..61faf2b --- /dev/null +++ b/espressif/esp32-espidf-peripherals-uart/src/main.c @@ -0,0 +1,183 @@ +/* Uart Example + + This example code is in the Public Domain (or CC0 licensed, at your option.) + + Unless required by applicable law or agreed to in writing, this + software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + CONDITIONS OF ANY KIND, either express or implied. +*/ +#include +#include +#include +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" +#include "esp_system.h" +#include "nvs_flash.h" +#include "driver/uart.h" +#include "freertos/queue.h" +#include "esp_log.h" +#include "soc/uart_struct.h" +static const char *TAG = "uart_example"; + +/** + * Test code brief + * This example shows how to configure uart settings and install uart driver. + * + * uart_evt_test() is an example that read and write data on UART0, and handler some of the special events. + * - port: UART0 + * - rx buffer: on + * - tx buffer: on + * - flow control: off + * - event queue: on + * - pin assignment: txd(default), rxd(default) + * + * uart_echo_test() is an example that read and write data on UART1, with hardware flow control turning on. + * - port: UART1 + * - rx buffer: on + * - tx buffer: off + * - flow control: on + * - event queue: off + * - pin assignment: txd(io4), rxd(io5), rts(18), cts(19) + */ + +#define BUF_SIZE (1024) +#define ECHO_TEST_TXD (4) +#define ECHO_TEST_RXD (5) +#define ECHO_TEST_RTS (18) +#define ECHO_TEST_CTS (19) + +QueueHandle_t uart0_queue; +void uart_task(void *pvParameters) +{ + int uart_num = (int) pvParameters; + uart_event_t event; + size_t buffered_size; + uint8_t* dtmp = (uint8_t*) malloc(BUF_SIZE); + for(;;) { + //Waiting for UART event. + if(xQueueReceive(uart0_queue, (void * )&event, (portTickType)portMAX_DELAY)) { + ESP_LOGI(TAG, "uart[%d] event:", uart_num); + switch(event.type) { + //Event of UART receving data + /*We'd better handler data event fast, there would be much more data events than + other types of events. If we take too much time on data event, the queue might + be full. + in this example, we don't process data in event, but read data outside.*/ + case UART_DATA: + uart_get_buffered_data_len(uart_num, &buffered_size); + ESP_LOGI(TAG, "data, len: %d; buffered len: %d", event.size, buffered_size); + break; + //Event of HW FIFO overflow detected + case UART_FIFO_OVF: + ESP_LOGI(TAG, "hw fifo overflow\n"); + //If fifo overflow happened, you should consider adding flow control for your application. + //We can read data out out the buffer, or directly flush the rx buffer. + uart_flush(uart_num); + break; + //Event of UART ring buffer full + case UART_BUFFER_FULL: + ESP_LOGI(TAG, "ring buffer full\n"); + //If buffer full happened, you should consider encreasing your buffer size + //We can read data out out the buffer, or directly flush the rx buffer. + uart_flush(uart_num); + break; + //Event of UART RX break detected + case UART_BREAK: + ESP_LOGI(TAG, "uart rx break\n"); + break; + //Event of UART parity check error + case UART_PARITY_ERR: + ESP_LOGI(TAG, "uart parity error\n"); + break; + //Event of UART frame error + case UART_FRAME_ERR: + ESP_LOGI(TAG, "uart frame error\n"); + break; + //UART_PATTERN_DET + case UART_PATTERN_DET: + ESP_LOGI(TAG, "uart pattern detected\n"); + break; + //Others + default: + ESP_LOGI(TAG, "uart event type: %d\n", event.type); + break; + } + } + } + free(dtmp); + dtmp = NULL; + vTaskDelete(NULL); +} + +void uart_evt_test() +{ + int uart_num = UART_NUM_0; + uart_config_t uart_config = { + .baud_rate = 115200, + .data_bits = UART_DATA_8_BITS, + .parity = UART_PARITY_DISABLE, + .stop_bits = UART_STOP_BITS_1, + .flow_ctrl = UART_HW_FLOWCTRL_DISABLE, + .rx_flow_ctrl_thresh = 122, + }; + //Set UART parameters + uart_param_config(uart_num, &uart_config); + //Set UART log level + esp_log_level_set(TAG, ESP_LOG_INFO); + //Install UART driver, and get the queue. + uart_driver_install(uart_num, BUF_SIZE * 2, BUF_SIZE * 2, 10, &uart0_queue, 0); + //Set UART pins,(-1: default pin, no change.) + //For UART0, we can just use the default pins. + //uart_set_pin(uart_num, UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE); + //Set uart pattern detect function. + uart_enable_pattern_det_intr(uart_num, '+', 3, 10000, 10, 10); + //Create a task to handler UART event from ISR + xTaskCreate(uart_task, "uart_task", 2048, (void*)uart_num, 12, NULL); + //process data + uint8_t* data = (uint8_t*) malloc(BUF_SIZE); + do { + int len = uart_read_bytes(uart_num, data, BUF_SIZE, 100 / portTICK_RATE_MS); + if(len > 0) { + ESP_LOGI(TAG, "uart read : %d", len); + uart_write_bytes(uart_num, (const char*)data, len); + } + } while(1); +} + +//an example of echo test with hardware flow control on UART1 +void uart_echo_test() +{ + int uart_num = UART_NUM_1; + uart_config_t uart_config = { + .baud_rate = 115200, + .data_bits = UART_DATA_8_BITS, + .parity = UART_PARITY_DISABLE, + .stop_bits = UART_STOP_BITS_1, + .flow_ctrl = UART_HW_FLOWCTRL_CTS_RTS, + .rx_flow_ctrl_thresh = 122, + }; + //Configure UART1 parameters + uart_param_config(uart_num, &uart_config); + //Set UART1 pins(TX: IO4, RX: I05, RTS: IO18, CTS: IO19) + uart_set_pin(uart_num, ECHO_TEST_TXD, ECHO_TEST_RXD, ECHO_TEST_RTS, ECHO_TEST_CTS); + //Install UART driver( We don't need an event queue here) + //In this example we don't even use a buffer for sending data. + uart_driver_install(uart_num, BUF_SIZE * 2, 0, 0, NULL, 0); + + uint8_t* data = (uint8_t*) malloc(BUF_SIZE); + while(1) { + //Read data from UART + int len = uart_read_bytes(uart_num, data, BUF_SIZE, 20 / portTICK_RATE_MS); + //Write data back to UART + uart_write_bytes(uart_num, (const char*) data, len); + } +} + +void app_main() +{ + //A uart read/write example without event queue; + xTaskCreate(uart_echo_test, "uart_echo_test", 1024, NULL, 10, NULL); + + //A uart example with event queue. + uart_evt_test(); +} \ No newline at end of file diff --git a/espressif/esp32-espidf-peripherals-uart/src/sdkconfig.h b/espressif/esp32-espidf-peripherals-uart/src/sdkconfig.h new file mode 100644 index 0000000..9bde466 --- /dev/null +++ b/espressif/esp32-espidf-peripherals-uart/src/sdkconfig.h @@ -0,0 +1,98 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Espressif IoT Development Framework Configuration + * + */ +#define CONFIG_ESP32_PHY_MAX_TX_POWER 20 +#define CONFIG_PHY_ENABLED 1 +#define CONFIG_TRACEMEM_RESERVE_DRAM 0x0 +#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" +#define CONFIG_NEWLIB_STDOUT_ADDCR 1 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" +#define CONFIG_ETHERNET 1 +#define CONFIG_INT_WDT 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 +#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 +#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 +#define CONFIG_BT_RESERVE_DRAM 0x10000 +#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1 +#define CONFIG_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_LWIP_MAX_SOCKETS 10 +#define CONFIG_EMAC_TASK_PRIORITY 20 +#define CONFIG_ULP_COPROC_RESERVE_MEM 0 +#define CONFIG_ESPTOOLPY_BAUD 115200 +#define CONFIG_INT_WDT_CHECK_CPU1 1 +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 +#define CONFIG_TOOLPREFIX "xtensa-esp32-elf-" +#define CONFIG_CONSOLE_UART_NUM 0 +#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC 1 +#define CONFIG_ESPTOOLPY_BAUD_115200B 1 +#define CONFIG_LWIP_THREAD_LOCAL_STORAGE_INDEX 0 +#define CONFIG_CONSOLE_UART_DEFAULT 1 +#define CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN 16384 +#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1 +#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1 +#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE 1 +#define CONFIG_TASK_WDT 1 +#define CONFIG_MAIN_TASK_STACK_SIZE 4096 +#define CONFIG_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_INT_WDT_TIMEOUT_MS 300 +#define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_BTC_TASK_STACK_SIZE 3072 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" +#define CONFIG_LOG_DEFAULT_LEVEL 3 +#define CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION 1 +#define CONFIG_SPI_FLASH_ENABLE_COUNTERS 1 +#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER 20 +#define CONFIG_DMA_RX_BUF_NUM 10 +#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_TCP_SYNMAXRTX 6 +#define CONFIG_PYTHON "python" +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 1 +#define CONFIG_ESPTOOLPY_COMPRESSED 1 +#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" +#define CONFIG_LWIP_DHCP_MAX_NTP_SERVERS 1 +#define CONFIG_PARTITION_TABLE_SINGLE_APP 1 +#define CONFIG_WIFI_ENABLED 1 +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 4096 +#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 0 +#define CONFIG_PHY_DATA_OFFSET 0xf000 +#define CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET 0x10000 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 240 +#define CONFIG_MBEDTLS_HARDWARE_AES 1 +#define CONFIG_FREERTOS_HZ 100 +#define CONFIG_LOG_COLORS 1 +#define CONFIG_FREERTOS_ASSERT_FAIL_ABORT 1 +#define CONFIG_MONITOR_BAUD_115200B 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL 3 +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 +#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_240 1 +#define CONFIG_TCP_MAXRTX 12 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_DMA_TX_BUF_NUM 10 +#define CONFIG_ESP32_DEBUG_OCDAWARE 1 +#define CONFIG_FREERTOS_BREAK_ON_SCHEDULER_START_JTAG 1 +#define CONFIG_BT_ENABLED 1 +#define CONFIG_MONITOR_BAUD 115200 +#define CONFIG_MBEDTLS_HARDWARE_SHA 1 +#define CONFIG_FREERTOS_CORETIMER_0 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" +#define CONFIG_MBEDTLS_HAVE_TIME 1 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_OPENSSL_ASSERT_DO_NOTHING 1 +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1 +#define CONFIG_ESP32_PHY_AUTO_INIT 1 +#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE 32 +#define CONFIG_ESP32_WIFI_RX_BUFFER_NUM 25 +#define CONFIG_APP_OFFSET 0x10000 +#define CONFIG_MEMMAP_SMP 1 +#define CONFIG_MBEDTLS_HARDWARE_MPI 1 +#define CONFIG_MONITOR_BAUD_OTHER_VAL 115200 +#define CONFIG_ESPTOOLPY_PORT "/dev/ttyUSB0" \ No newline at end of file diff --git a/espressif/esp32-espidf-storage-sdcard/.gitignore b/espressif/esp32-espidf-storage-sdcard/.gitignore new file mode 100644 index 0000000..5402c18 --- /dev/null +++ b/espressif/esp32-espidf-storage-sdcard/.gitignore @@ -0,0 +1,3 @@ +.pioenvs +.clang_complete +.gcc-flags.json diff --git a/espressif/esp32-espidf-storage-sdcard/.travis.yml b/espressif/esp32-espidf-storage-sdcard/.travis.yml new file mode 100644 index 0000000..2c4ff5c --- /dev/null +++ b/espressif/esp32-espidf-storage-sdcard/.travis.yml @@ -0,0 +1,65 @@ +# Continuous Integration (CI) is the practice, in software +# engineering, of merging all developer working copies with a shared mainline +# several times a day < http://docs.platformio.org/page/ci/index.html > +# +# Documentation: +# +# * Travis CI Embedded Builds with PlatformIO +# < https://docs.travis-ci.com/user/integration/platformio/ > +# +# * PlatformIO integration with Travis CI +# < http://docs.platformio.org/page/ci/travis.html > +# +# * User Guide for `platformio ci` command +# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# +# +# Please choice one of the following templates (proposed below) and uncomment +# it (remove "# " before each line) or use own configuration according to the +# Travis CI documentation (see above). +# + + +# +# Template #1: General project. Test it using existing `platformio.ini`. +# + +# language: python +# python: +# - "2.7" +# +# sudo: false +# cache: +# directories: +# - "~/.platformio" +# +# install: +# - pip install -U platformio +# +# script: +# - platformio run + + +# +# Template #2: The project is intended to by used as a library with examples +# + +# language: python +# python: +# - "2.7" +# +# sudo: false +# cache: +# directories: +# - "~/.platformio" +# +# env: +# - PLATFORMIO_CI_SRC=path/to/test/file.c +# - PLATFORMIO_CI_SRC=examples/file.ino +# - PLATFORMIO_CI_SRC=path/to/test/directory +# +# install: +# - pip install -U platformio +# +# script: +# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/espressif/esp32-espidf-storage-sdcard/README.rst b/espressif/esp32-espidf-storage-sdcard/README.rst new file mode 100644 index 0000000..9c216c4 --- /dev/null +++ b/espressif/esp32-espidf-storage-sdcard/README.rst @@ -0,0 +1,38 @@ +.. Copyright 2014-present PlatformIO + 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. + +How to build PlatformIO based project +===================================== + +1. `Install PlatformIO Core `_ +2. Download `examples source code `_ +3. Extract ZIP archive +4. Run these commands: + +.. code-block:: bash + + # Change directory to example + > cd platformio-examples/espressif/esp32-espidf-storage-sdcard + + # Build project + > platformio run + + # Upload firmware + > platformio run --target upload + + # Build specific environment + > platformio run -e esp32dev + + # Upload firmware for the specific environment + > platformio run -e esp32dev --target upload + + # Clean build files + > platformio run --target clean diff --git a/espressif/esp32-espidf-storage-sdcard/lib/readme.txt b/espressif/esp32-espidf-storage-sdcard/lib/readme.txt new file mode 100644 index 0000000..6581e73 --- /dev/null +++ b/espressif/esp32-espidf-storage-sdcard/lib/readme.txt @@ -0,0 +1,38 @@ + +This directory is intended for the project specific (private) libraries. +PlatformIO will compile them to static libraries and link to executable file. + +The source code of each library should be placed in separate directory, like +"lib/private_lib/[here are source files]". + +For example, see how can be organised `Foo` and `Bar` libraries: + +|--lib +| |--Bar +| | |--docs +| | |--examples +| | |--src +| | |- Bar.c +| | |- Bar.h +| |--Foo +| | |- Foo.c +| | |- Foo.h +| |- readme.txt --> THIS FILE +|- platformio.ini +|--src + |- main.c + +Then in `src/main.c` you should use: + +#include +#include + +// rest H/C/CPP code + +PlatformIO will find your libraries automatically, configure preprocessor's +include paths and build them. + +See additional options for PlatformIO Library Dependency Finder `lib_*`: + +http://docs.platformio.org/page/projectconf.html#lib-install + diff --git a/espressif/esp32-espidf-storage-sdcard/platformio.ini b/espressif/esp32-espidf-storage-sdcard/platformio.ini new file mode 100644 index 0000000..2461183 --- /dev/null +++ b/espressif/esp32-espidf-storage-sdcard/platformio.ini @@ -0,0 +1,26 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter, extra scripting +; Upload options: custom port, speed and extra flags +; Library options: dependencies, extra library storages +; +; Please visit documentation for the other options and examples +; http://docs.platformio.org/page/projectconf.html + +[env:nano32] +platform = espressif32 +framework = espidf +board = nano32 +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" + +[env:espea32] +platform = espressif32 +framework = espidf +board = espea32 +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" + +[env:esp32dev] +platform = espressif32 +framework = espidf +board = esp32dev +build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\" diff --git a/espressif/esp32-espidf-storage-sdcard/src/main.c b/espressif/esp32-espidf-storage-sdcard/src/main.c new file mode 100644 index 0000000..8010685 --- /dev/null +++ b/espressif/esp32-espidf-storage-sdcard/src/main.c @@ -0,0 +1,107 @@ +/* SD card and FAT filesystem example. + This example code is in the Public Domain (or CC0 licensed, at your option.) + + Unless required by applicable law or agreed to in writing, this + software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + CONDITIONS OF ANY KIND, either express or implied. +*/ + +#include +#include +#include +#include +#include "esp_err.h" +#include "esp_log.h" +#include "esp_vfs_fat.h" +#include "driver/sdmmc_host.h" +#include "driver/sdmmc_defs.h" +#include "sdmmc_cmd.h" + +static const char* TAG = "example"; + +void app_main(void) +{ + ESP_LOGI(TAG, "Initializing SD card"); + + sdmmc_host_t host = SDMMC_HOST_DEFAULT(); + + // To use 1-line SD mode, uncomment the following line: + // host.flags = SDMMC_HOST_FLAG_1BIT; + + // This initializes the slot without card detect (CD) and write protect (WP) signals. + // Modify slot_config.gpio_cd and slot_config.gpio_wp if your board has these signals. + sdmmc_slot_config_t slot_config = SDMMC_SLOT_CONFIG_DEFAULT(); + + // Options for mounting the filesystem. + // If format_if_mount_failed is set to true, SD card will be partitioned and formatted + // in case when mounting fails. + esp_vfs_fat_sdmmc_mount_config_t mount_config = { + .format_if_mount_failed = false, + .max_files = 5 + }; + + // Use settings defined above to initialize SD card and mount FAT filesystem. + // Note: esp_vfs_fat_sdmmc_mount is an all-in-one convenience function. + // Please check its source code and implement error recovery when developing + // production applications. + sdmmc_card_t* card; + esp_err_t ret = esp_vfs_fat_sdmmc_mount("/sdcard", &host, &slot_config, &mount_config, &card); + if (ret != ESP_OK) { + if (ret == ESP_FAIL) { + ESP_LOGE(TAG, "Failed to mount filesystem. If you want the card to be formatted, set format_if_mount_failed = true."); + } else { + ESP_LOGE(TAG, "Failed to initialize the card (%d). Make sure SD card lines have pull-up resistors in place.", ret); + } + return; + } + + // Card has been initialized, print its properties + sdmmc_card_print_info(stdout, card); + + // Use POSIX and C standard library functions to work with files. + // First create a file. + ESP_LOGI(TAG, "Opening file"); + FILE* f = fopen("/sdcard/hello.txt", "w"); + if (f == NULL) { + ESP_LOGE(TAG, "Failed to open file for writing"); + return; + } + fprintf(f, "Hello %s!\n", card->cid.name); + fclose(f); + ESP_LOGI(TAG, "File written"); + + // Check if destination file exists before renaming + struct stat st; + if (stat("/sdcard/foo.txt", &st) == 0) { + // Delete it if it exists + unlink("/sdcard/foo.txt"); + } + + // Rename original file + ESP_LOGI(TAG, "Renaming file"); + if (rename("/sdcard/hello.txt", "/sdcard/foo.txt") != 0) { + ESP_LOGE(TAG, "Rename failed"); + return; + } + + // Open renamed file for reading + ESP_LOGI(TAG, "Reading file"); + f = fopen("/sdcard/foo.txt", "r"); + if (f == NULL) { + ESP_LOGE(TAG, "Failed to open file for reading"); + return; + } + char line[64]; + fgets(line, sizeof(line), f); + fclose(f); + // strip newline + char* pos = strchr(line, '\n'); + if (pos) { + *pos = '\0'; + } + ESP_LOGI(TAG, "Read from file: '%s'", line); + + // All done, unmount partition and disable SDMMC host peripheral + esp_vfs_fat_sdmmc_unmount(); + ESP_LOGI(TAG, "Card unmounted"); +} \ No newline at end of file diff --git a/espressif/esp32-espidf-storage-sdcard/src/sdkconfig.h b/espressif/esp32-espidf-storage-sdcard/src/sdkconfig.h new file mode 100644 index 0000000..9bde466 --- /dev/null +++ b/espressif/esp32-espidf-storage-sdcard/src/sdkconfig.h @@ -0,0 +1,98 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Espressif IoT Development Framework Configuration + * + */ +#define CONFIG_ESP32_PHY_MAX_TX_POWER 20 +#define CONFIG_PHY_ENABLED 1 +#define CONFIG_TRACEMEM_RESERVE_DRAM 0x0 +#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" +#define CONFIG_NEWLIB_STDOUT_ADDCR 1 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" +#define CONFIG_ETHERNET 1 +#define CONFIG_INT_WDT 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 +#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 +#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 +#define CONFIG_BT_RESERVE_DRAM 0x10000 +#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1 +#define CONFIG_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_LWIP_MAX_SOCKETS 10 +#define CONFIG_EMAC_TASK_PRIORITY 20 +#define CONFIG_ULP_COPROC_RESERVE_MEM 0 +#define CONFIG_ESPTOOLPY_BAUD 115200 +#define CONFIG_INT_WDT_CHECK_CPU1 1 +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 +#define CONFIG_TOOLPREFIX "xtensa-esp32-elf-" +#define CONFIG_CONSOLE_UART_NUM 0 +#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC 1 +#define CONFIG_ESPTOOLPY_BAUD_115200B 1 +#define CONFIG_LWIP_THREAD_LOCAL_STORAGE_INDEX 0 +#define CONFIG_CONSOLE_UART_DEFAULT 1 +#define CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN 16384 +#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1 +#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1 +#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE 1 +#define CONFIG_TASK_WDT 1 +#define CONFIG_MAIN_TASK_STACK_SIZE 4096 +#define CONFIG_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_INT_WDT_TIMEOUT_MS 300 +#define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_BTC_TASK_STACK_SIZE 3072 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" +#define CONFIG_LOG_DEFAULT_LEVEL 3 +#define CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION 1 +#define CONFIG_SPI_FLASH_ENABLE_COUNTERS 1 +#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER 20 +#define CONFIG_DMA_RX_BUF_NUM 10 +#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_TCP_SYNMAXRTX 6 +#define CONFIG_PYTHON "python" +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 1 +#define CONFIG_ESPTOOLPY_COMPRESSED 1 +#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" +#define CONFIG_LWIP_DHCP_MAX_NTP_SERVERS 1 +#define CONFIG_PARTITION_TABLE_SINGLE_APP 1 +#define CONFIG_WIFI_ENABLED 1 +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 4096 +#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 0 +#define CONFIG_PHY_DATA_OFFSET 0xf000 +#define CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET 0x10000 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 240 +#define CONFIG_MBEDTLS_HARDWARE_AES 1 +#define CONFIG_FREERTOS_HZ 100 +#define CONFIG_LOG_COLORS 1 +#define CONFIG_FREERTOS_ASSERT_FAIL_ABORT 1 +#define CONFIG_MONITOR_BAUD_115200B 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL 3 +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 +#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_240 1 +#define CONFIG_TCP_MAXRTX 12 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_DMA_TX_BUF_NUM 10 +#define CONFIG_ESP32_DEBUG_OCDAWARE 1 +#define CONFIG_FREERTOS_BREAK_ON_SCHEDULER_START_JTAG 1 +#define CONFIG_BT_ENABLED 1 +#define CONFIG_MONITOR_BAUD 115200 +#define CONFIG_MBEDTLS_HARDWARE_SHA 1 +#define CONFIG_FREERTOS_CORETIMER_0 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" +#define CONFIG_MBEDTLS_HAVE_TIME 1 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_OPENSSL_ASSERT_DO_NOTHING 1 +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1 +#define CONFIG_ESP32_PHY_AUTO_INIT 1 +#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE 32 +#define CONFIG_ESP32_WIFI_RX_BUFFER_NUM 25 +#define CONFIG_APP_OFFSET 0x10000 +#define CONFIG_MEMMAP_SMP 1 +#define CONFIG_MBEDTLS_HARDWARE_MPI 1 +#define CONFIG_MONITOR_BAUD_OTHER_VAL 115200 +#define CONFIG_ESPTOOLPY_PORT "/dev/ttyUSB0" \ No newline at end of file