summaryrefslogtreecommitdiff
path: root/macros/findDeps
diff options
context:
space:
mode:
Diffstat (limited to 'macros/findDeps')
-rw-r--r--macros/findDeps/getAllHeaders.sci3
-rw-r--r--macros/findDeps/getAllInterfaces.sci1
-rw-r--r--macros/findDeps/getAllLibraries.sci1
-rw-r--r--macros/findDeps/getAllSources.sci12
-rw-r--r--macros/findDeps/libbin536 -> 847 bytes
5 files changed, 17 insertions, 0 deletions
diff --git a/macros/findDeps/getAllHeaders.sci b/macros/findDeps/getAllHeaders.sci
index 7dd5521..0435976 100644
--- a/macros/findDeps/getAllHeaders.sci
+++ b/macros/findDeps/getAllHeaders.sci
@@ -265,6 +265,7 @@ function allHeaders = getAllHeaders(SharedInfo)
"thirdparty/includes/WiringPi/wiringSerial.h"
"thirdparty/includes/WiringPi/gertboard.h"
"thirdparty/includes/WiringPi/lcd.h"
+ "thirdparty/includes/WiringPi/lcd128x64.h"
"thirdparty/includes/WiringPi/mcp23s08.h"
"thirdparty/includes/WiringPi/mcp23s17.h"
"thirdparty/includes/WiringPi/mcp23008.h"
@@ -279,11 +280,13 @@ function allHeaders = getAllHeaders(SharedInfo)
"thirdparty/includes/WiringPi/softTone.h"
"thirdparty/includes/WiringPi/wiringPiI2C.h"
"thirdparty/includes/WiringPi/wiringShift.h"
+ "thirdparty/includes/WiringPi/RPI_wfi.h"
"src/c/hardware/rasberrypi/includes/RPIPeripheralDigital.h"
"src/c/hardware/rasberrypi/includes/RPIPeripheralGertboard.h"
"src/c/hardware/rasberrypi/includes/RPIPeripheralI2C.h"
"src/c/hardware/rasberrypi/includes/RPIPeripheralInterrupt.h"
"src/c/hardware/rasberrypi/includes/RPIPeripheralLCD.h"
+ "src/c/hardware/rasberrypi/includes/RPIPeripheralLCD128x64.h"
"src/c/hardware/rasberrypi/includes/RPIPeripheralMcp.h"
"src/c/hardware/rasberrypi/includes/RPIPeripheralMisc.h"
"src/c/hardware/rasberrypi/includes/RPIPeripheralPcf.h"
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci
index 1c2d86a..e629779 100644
--- a/macros/findDeps/getAllInterfaces.sci
+++ b/macros/findDeps/getAllInterfaces.sci
@@ -258,6 +258,7 @@ function allInterfaces = getAllInterfaces(SharedInfo)
"src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralI2C.h"
"src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralInterrupt.h"
"src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralLCD.h"
+ "src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralLCD128x64.h"
"src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralMcp.h"
"src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralMisc.h"
"src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralPcf.h"
diff --git a/macros/findDeps/getAllLibraries.sci b/macros/findDeps/getAllLibraries.sci
index c0f07d5..9d74bbf 100644
--- a/macros/findDeps/getAllLibraries.sci
+++ b/macros/findDeps/getAllLibraries.sci
@@ -24,6 +24,7 @@ function allLibraries = getAllLibraries(SharedInfo)
Target = SharedInfo.Target;
//Library files required for "RasberryPi" target
RPi_libs = [
+ "thirdparty/lib/raspberrypi/libRPIwfi.a"
"thirdparty/lib/raspberrypi/libwiringPi.a"
"thirdparty/lib/raspberrypi/libwiringPiDev.a"
"thirdparty/lib/raspberrypi/libcblas.a"
diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci
index 77d96cb..0891aef 100644
--- a/macros/findDeps/getAllSources.sci
+++ b/macros/findDeps/getAllSources.sci
@@ -1359,6 +1359,18 @@ function allSources = getAllSources(SharedInfo)
"/src/c/hardware/rasberrypi/lcd/u8RPI_lcdPutchars.c"
"/src/c/hardware/rasberrypi/lcd/u8RPI_lcdPutss.c"
"/src/c/hardware/rasberrypi/lcd/u8RPI_lcdSendCommands.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64circle.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64clear.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64ellipse.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64line.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64lineTo.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64Orientation.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64point.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64putchar.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64puts.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64rectangle.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64setOrigin.c"
+ "/src/c/hardware/rasberrypi/lcd128x64/RPI_lcd128x64setup.c"
"/src/c/hardware/rasberrypi/mcp/u16RPI_mcp23s08Setups.c"
"/src/c/hardware/rasberrypi/mcp/u16RPI_mcp23s17Setups.c"
"/src/c/hardware/rasberrypi/mcp/u16RPI_mcp23008Setups.c"
diff --git a/macros/findDeps/lib b/macros/findDeps/lib
index 12d7368..4157ab8 100644
--- a/macros/findDeps/lib
+++ b/macros/findDeps/lib
Binary files differ