From b2184de12e2492af04ca2105f7025a3306fae7d5 Mon Sep 17 00:00:00 2001 From: Denis Kimcherenko Date: Tue, 29 Dec 2015 19:59:51 +0200 Subject: [PATCH] APP-22: Add the library folder to the GPIO Artik demo. --- gpiocontrol/source/artik5/libs/kaa/PUT_SDK_HERE | 0 pom.xml | 17 ++++++++--------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 gpiocontrol/source/artik5/libs/kaa/PUT_SDK_HERE diff --git a/gpiocontrol/source/artik5/libs/kaa/PUT_SDK_HERE b/gpiocontrol/source/artik5/libs/kaa/PUT_SDK_HERE new file mode 100644 index 000000000..e69de29bb diff --git a/pom.xml b/pom.xml index aa8b1e0d0..ab53d70b4 100755 --- a/pom.xml +++ b/pom.xml @@ -199,15 +199,14 @@ **/*xcodeproj/** **/*.plist **/*.cproject - **/source/esp8266/ld/*.ld - **/source/esp8266/driver/gpio.c - **/source/esp8266/driver/uart.c - **/source/esp8266/include/gpio*.h - **/source/esp8266/include/driver/uart*.h - **/source/cc32xx/platform/cc32xx/app.ld - **/source/cc32xx/cc32xx/app.ld - **/source/cc32xx/libs/kaa/PUT_SDK_HERE - **/source/esp8266/libs/kaa/PUT_SDK_HERE + **/source/esp8266/ld/*.ld + **/source/esp8266/driver/gpio.c + **/source/esp8266/driver/uart.c + **/source/esp8266/include/gpio*.h + **/source/esp8266/include/driver/uart*.h + **/source/cc32xx/platform/cc32xx/app.ld + **/source/cc32xx/cc32xx/app.ld + **/PUT_SDK_HERE