From 8044f0b3aff872f2ebbdb90aff023a82dac86399 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 17 Oct 2018 21:53:21 +0300 Subject: [PATCH] Remove unused "readme.txt" --- examples/arduino-blink/lib/readme.txt | 38 ------------------- examples/arduino-wifiscan/lib/readme.txt | 38 ------------------- examples/espidf-aws-iot/lib/readme.txt | 38 ------------------- examples/espidf-ble-adv/lib/readme.txt | 38 ------------------- examples/espidf-blink/lib/readme.txt | 38 ------------------- examples/espidf-coap-server/lib/readme.txt | 38 ------------------- examples/espidf-exceptions/lib/readme.txt | 38 ------------------- examples/espidf-hello-world/lib/readme.txt | 38 ------------------- examples/espidf-http-request/lib/readme.txt | 38 ------------------- .../espidf-peripherals-uart/lib/readme.txt | 38 ------------------- examples/espidf-storage-sdcard/lib/readme.txt | 38 ------------------- examples/pumbaa-blink/lib/readme.txt | 38 ------------------- examples/simba-blink/lib/readme.txt | 38 ------------------- 13 files changed, 494 deletions(-) delete mode 100644 examples/arduino-blink/lib/readme.txt delete mode 100644 examples/arduino-wifiscan/lib/readme.txt delete mode 100644 examples/espidf-aws-iot/lib/readme.txt delete mode 100644 examples/espidf-ble-adv/lib/readme.txt delete mode 100644 examples/espidf-blink/lib/readme.txt delete mode 100644 examples/espidf-coap-server/lib/readme.txt delete mode 100644 examples/espidf-exceptions/lib/readme.txt delete mode 100644 examples/espidf-hello-world/lib/readme.txt delete mode 100644 examples/espidf-http-request/lib/readme.txt delete mode 100644 examples/espidf-peripherals-uart/lib/readme.txt delete mode 100644 examples/espidf-storage-sdcard/lib/readme.txt delete mode 100755 examples/pumbaa-blink/lib/readme.txt delete mode 100755 examples/simba-blink/lib/readme.txt diff --git a/examples/arduino-blink/lib/readme.txt b/examples/arduino-blink/lib/readme.txt deleted file mode 100644 index 4b6209e..0000000 --- a/examples/arduino-blink/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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 organized `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/examples/arduino-wifiscan/lib/readme.txt b/examples/arduino-wifiscan/lib/readme.txt deleted file mode 100644 index 4b6209e..0000000 --- a/examples/arduino-wifiscan/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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 organized `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/examples/espidf-aws-iot/lib/readme.txt b/examples/espidf-aws-iot/lib/readme.txt deleted file mode 100644 index 6581e73..0000000 --- a/examples/espidf-aws-iot/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/espidf-ble-adv/lib/readme.txt b/examples/espidf-ble-adv/lib/readme.txt deleted file mode 100644 index 6581e73..0000000 --- a/examples/espidf-ble-adv/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/espidf-blink/lib/readme.txt b/examples/espidf-blink/lib/readme.txt deleted file mode 100644 index 6581e73..0000000 --- a/examples/espidf-blink/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/espidf-coap-server/lib/readme.txt b/examples/espidf-coap-server/lib/readme.txt deleted file mode 100644 index 6581e73..0000000 --- a/examples/espidf-coap-server/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/espidf-exceptions/lib/readme.txt b/examples/espidf-exceptions/lib/readme.txt deleted file mode 100644 index 6581e73..0000000 --- a/examples/espidf-exceptions/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/espidf-hello-world/lib/readme.txt b/examples/espidf-hello-world/lib/readme.txt deleted file mode 100644 index 6581e73..0000000 --- a/examples/espidf-hello-world/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/espidf-http-request/lib/readme.txt b/examples/espidf-http-request/lib/readme.txt deleted file mode 100644 index 6581e73..0000000 --- a/examples/espidf-http-request/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/espidf-peripherals-uart/lib/readme.txt b/examples/espidf-peripherals-uart/lib/readme.txt deleted file mode 100644 index 6581e73..0000000 --- a/examples/espidf-peripherals-uart/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/espidf-storage-sdcard/lib/readme.txt b/examples/espidf-storage-sdcard/lib/readme.txt deleted file mode 100644 index 6581e73..0000000 --- a/examples/espidf-storage-sdcard/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/pumbaa-blink/lib/readme.txt b/examples/pumbaa-blink/lib/readme.txt deleted file mode 100755 index 6581e73..0000000 --- a/examples/pumbaa-blink/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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/examples/simba-blink/lib/readme.txt b/examples/simba-blink/lib/readme.txt deleted file mode 100755 index 6581e73..0000000 --- a/examples/simba-blink/lib/readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -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 -