From db5004397288b6df3dc86f9e73431c834f7f5b84 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 3 Jan 2016 20:44:42 +0200 Subject: [PATCH] Generate .clang_complete file for Emacs project --- examples/atmelavr-and-arduino/adafruit-blink/.travis.yml | 2 +- .../atmelavr-and-arduino/arduino-external-libs/.travis.yml | 2 +- .../atmelavr-and-arduino/arduino-internal-libs/.travis.yml | 2 +- .../atmelavr-and-arduino/arduino-own-src_dir/.travis.yml | 2 +- examples/atmelavr-and-arduino/digitstump-mouse/.travis.yml | 2 +- .../atmelavr-and-arduino/engduino-magnetometer/.travis.yml | 2 +- examples/atmelavr-and-arduino/panstamp-blink/.travis.yml | 2 +- examples/desktop/hello-world/.travis.yml | 2 +- examples/espressif/esp8266-native/.travis.yml | 2 +- examples/espressif/esp8266-webserver/.travis.yml | 2 +- examples/espressif/esp8266-wifiscan/.travis.yml | 2 +- examples/ide/clion/.travis.yml | 2 +- examples/ide/eclipse/.travis.yml | 2 +- examples/ide/qtcreator/.travis.yml | 2 +- examples/ide/sublimetext/.travis.yml | 2 +- examples/ide/visualstudio/.travis.yml | 2 +- examples/mbed/mbed-blink/.travis.yml | 2 +- examples/mbed/mbed-dsp/.travis.yml | 2 +- examples/mbed/mbed-http-client/.travis.yml | 2 +- examples/mbed/mbed-rtos/.travis.yml | 2 +- examples/mbed/mbed-serial/.travis.yml | 2 +- examples/nordicnrf51/rfduino-ibeacon/.travis.yml | 2 +- examples/raspberrypi/wiringpi-blink/.travis.yml | 2 +- examples/raspberrypi/wiringpi-serial/.travis.yml | 2 +- examples/stm32/stm32-cmsis-blink/.travis.yml | 2 +- examples/stm32/stm32-opencm3-blink/.travis.yml | 2 +- examples/stm32/stm32-spl-blink/.travis.yml | 2 +- examples/teensy/teensy-hid-usb-mouse/.travis.yml | 2 +- examples/teensy/teensy-internal-libs/.travis.yml | 2 +- examples/timsp430/panstamp-blink/.travis.yml | 2 +- examples/timsp430/timsp430-energia-blink/.travis.yml | 2 +- examples/timsp430/timsp430-native-blink/.travis.yml | 2 +- examples/titiva/titiva-energia-blink/.travis.yml | 2 +- examples/titiva/titiva-native-blink/.travis.yml | 2 +- examples/titiva/titiva-opencm3-blink/.travis.yml | 2 +- examples/wiring-blink/.travis.yml | 2 +- platformio/ide/tpls/emacs/.clang_complete.tpl | 6 ++++++ 37 files changed, 42 insertions(+), 36 deletions(-) create mode 100644 platformio/ide/tpls/emacs/.clang_complete.tpl diff --git a/examples/atmelavr-and-arduino/adafruit-blink/.travis.yml b/examples/atmelavr-and-arduino/adafruit-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/atmelavr-and-arduino/adafruit-blink/.travis.yml +++ b/examples/atmelavr-and-arduino/adafruit-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/atmelavr-and-arduino/arduino-external-libs/.travis.yml b/examples/atmelavr-and-arduino/arduino-external-libs/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/atmelavr-and-arduino/arduino-external-libs/.travis.yml +++ b/examples/atmelavr-and-arduino/arduino-external-libs/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/atmelavr-and-arduino/arduino-internal-libs/.travis.yml b/examples/atmelavr-and-arduino/arduino-internal-libs/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/atmelavr-and-arduino/arduino-internal-libs/.travis.yml +++ b/examples/atmelavr-and-arduino/arduino-internal-libs/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/atmelavr-and-arduino/arduino-own-src_dir/.travis.yml b/examples/atmelavr-and-arduino/arduino-own-src_dir/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/atmelavr-and-arduino/arduino-own-src_dir/.travis.yml +++ b/examples/atmelavr-and-arduino/arduino-own-src_dir/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/atmelavr-and-arduino/digitstump-mouse/.travis.yml b/examples/atmelavr-and-arduino/digitstump-mouse/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/atmelavr-and-arduino/digitstump-mouse/.travis.yml +++ b/examples/atmelavr-and-arduino/digitstump-mouse/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/atmelavr-and-arduino/engduino-magnetometer/.travis.yml b/examples/atmelavr-and-arduino/engduino-magnetometer/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/atmelavr-and-arduino/engduino-magnetometer/.travis.yml +++ b/examples/atmelavr-and-arduino/engduino-magnetometer/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/atmelavr-and-arduino/panstamp-blink/.travis.yml b/examples/atmelavr-and-arduino/panstamp-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/atmelavr-and-arduino/panstamp-blink/.travis.yml +++ b/examples/atmelavr-and-arduino/panstamp-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/desktop/hello-world/.travis.yml b/examples/desktop/hello-world/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/desktop/hello-world/.travis.yml +++ b/examples/desktop/hello-world/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/espressif/esp8266-native/.travis.yml b/examples/espressif/esp8266-native/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/espressif/esp8266-native/.travis.yml +++ b/examples/espressif/esp8266-native/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/espressif/esp8266-webserver/.travis.yml b/examples/espressif/esp8266-webserver/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/espressif/esp8266-webserver/.travis.yml +++ b/examples/espressif/esp8266-webserver/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/espressif/esp8266-wifiscan/.travis.yml b/examples/espressif/esp8266-wifiscan/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/espressif/esp8266-wifiscan/.travis.yml +++ b/examples/espressif/esp8266-wifiscan/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/ide/clion/.travis.yml b/examples/ide/clion/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/ide/clion/.travis.yml +++ b/examples/ide/clion/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/ide/eclipse/.travis.yml b/examples/ide/eclipse/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/ide/eclipse/.travis.yml +++ b/examples/ide/eclipse/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/ide/qtcreator/.travis.yml b/examples/ide/qtcreator/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/ide/qtcreator/.travis.yml +++ b/examples/ide/qtcreator/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/ide/sublimetext/.travis.yml b/examples/ide/sublimetext/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/ide/sublimetext/.travis.yml +++ b/examples/ide/sublimetext/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/ide/visualstudio/.travis.yml b/examples/ide/visualstudio/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/ide/visualstudio/.travis.yml +++ b/examples/ide/visualstudio/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/mbed/mbed-blink/.travis.yml b/examples/mbed/mbed-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/mbed/mbed-blink/.travis.yml +++ b/examples/mbed/mbed-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/mbed/mbed-dsp/.travis.yml b/examples/mbed/mbed-dsp/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/mbed/mbed-dsp/.travis.yml +++ b/examples/mbed/mbed-dsp/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/mbed/mbed-http-client/.travis.yml b/examples/mbed/mbed-http-client/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/mbed/mbed-http-client/.travis.yml +++ b/examples/mbed/mbed-http-client/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/mbed/mbed-rtos/.travis.yml b/examples/mbed/mbed-rtos/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/mbed/mbed-rtos/.travis.yml +++ b/examples/mbed/mbed-rtos/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/mbed/mbed-serial/.travis.yml b/examples/mbed/mbed-serial/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/mbed/mbed-serial/.travis.yml +++ b/examples/mbed/mbed-serial/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/nordicnrf51/rfduino-ibeacon/.travis.yml b/examples/nordicnrf51/rfduino-ibeacon/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/nordicnrf51/rfduino-ibeacon/.travis.yml +++ b/examples/nordicnrf51/rfduino-ibeacon/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/raspberrypi/wiringpi-blink/.travis.yml b/examples/raspberrypi/wiringpi-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/raspberrypi/wiringpi-blink/.travis.yml +++ b/examples/raspberrypi/wiringpi-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/raspberrypi/wiringpi-serial/.travis.yml b/examples/raspberrypi/wiringpi-serial/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/raspberrypi/wiringpi-serial/.travis.yml +++ b/examples/raspberrypi/wiringpi-serial/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/stm32/stm32-cmsis-blink/.travis.yml b/examples/stm32/stm32-cmsis-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/stm32/stm32-cmsis-blink/.travis.yml +++ b/examples/stm32/stm32-cmsis-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/stm32/stm32-opencm3-blink/.travis.yml b/examples/stm32/stm32-opencm3-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/stm32/stm32-opencm3-blink/.travis.yml +++ b/examples/stm32/stm32-opencm3-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/stm32/stm32-spl-blink/.travis.yml b/examples/stm32/stm32-spl-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/stm32/stm32-spl-blink/.travis.yml +++ b/examples/stm32/stm32-spl-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/teensy/teensy-hid-usb-mouse/.travis.yml b/examples/teensy/teensy-hid-usb-mouse/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/teensy/teensy-hid-usb-mouse/.travis.yml +++ b/examples/teensy/teensy-hid-usb-mouse/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/teensy/teensy-internal-libs/.travis.yml b/examples/teensy/teensy-internal-libs/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/teensy/teensy-internal-libs/.travis.yml +++ b/examples/teensy/teensy-internal-libs/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/timsp430/panstamp-blink/.travis.yml b/examples/timsp430/panstamp-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/timsp430/panstamp-blink/.travis.yml +++ b/examples/timsp430/panstamp-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/timsp430/timsp430-energia-blink/.travis.yml b/examples/timsp430/timsp430-energia-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/timsp430/timsp430-energia-blink/.travis.yml +++ b/examples/timsp430/timsp430-energia-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/timsp430/timsp430-native-blink/.travis.yml b/examples/timsp430/timsp430-native-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/timsp430/timsp430-native-blink/.travis.yml +++ b/examples/timsp430/timsp430-native-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/titiva/titiva-energia-blink/.travis.yml b/examples/titiva/titiva-energia-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/titiva/titiva-energia-blink/.travis.yml +++ b/examples/titiva/titiva-energia-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/titiva/titiva-native-blink/.travis.yml b/examples/titiva/titiva-native-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/titiva/titiva-native-blink/.travis.yml +++ b/examples/titiva/titiva-native-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/titiva/titiva-opencm3-blink/.travis.yml b/examples/titiva/titiva-opencm3-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/titiva/titiva-opencm3-blink/.travis.yml +++ b/examples/titiva/titiva-opencm3-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/examples/wiring-blink/.travis.yml b/examples/wiring-blink/.travis.yml index b57f6fa8..93562520 100644 --- a/examples/wiring-blink/.travis.yml +++ b/examples/wiring-blink/.travis.yml @@ -14,7 +14,7 @@ # < http://docs.platformio.org/en/latest/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose 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). # diff --git a/platformio/ide/tpls/emacs/.clang_complete.tpl b/platformio/ide/tpls/emacs/.clang_complete.tpl new file mode 100644 index 00000000..e8a3d8ce --- /dev/null +++ b/platformio/ide/tpls/emacs/.clang_complete.tpl @@ -0,0 +1,6 @@ +% for include in includes: +-I"{{include}}" +% end +% for define in defines: +-D{{define}} +% end \ No newline at end of file