From bcbf4471cbe7c6c96b7d5166a7c8347c746f1297 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sun, 4 Dec 2016 11:46:16 +0100 Subject: [PATCH] Added Pi2/Pi1 configs Added Release for Pi 2 and Pi 1 configurations on the Visual Studio solution. --- .../Amiberry-Release-rpi1.vgdbsettings | 131 ++++++++++++++++++ .../Amiberry-Release-rpi2.vgdbsettings | 131 ++++++++++++++++++ 2 files changed, 262 insertions(+) create mode 100644 Amiberry/Amiberry/Amiberry-Release-rpi1.vgdbsettings create mode 100644 Amiberry/Amiberry/Amiberry-Release-rpi2.vgdbsettings diff --git a/Amiberry/Amiberry/Amiberry-Release-rpi1.vgdbsettings b/Amiberry/Amiberry/Amiberry-Release-rpi1.vgdbsettings new file mode 100644 index 00000000..bf1dbcde --- /dev/null +++ b/Amiberry/Amiberry/Amiberry-Release-rpi1.vgdbsettings @@ -0,0 +1,131 @@ + + + Release-rpi1 + + + + MinGWUnixSlash + + + 192.168.1.152 + SSH + pi + + false + false + false + false + true + $(ProjectDir) + + + + Raspberry PI + com.visualgdb.raspberry_pi + C:\SysGCC\raspberry + false + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-gcc.exe + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-g++.exe + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-gdb.exe + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-ar.exe + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-objcopy.exe + C:\SysGCC\raspberry\bin\make.exe + + C:\SysGCC\raspberry\bin + + true + false + + + MinGWUnixSlash + + + Amiberry.vcxproj + + + + 1 + + + + + + false + false + false + false + false + false + false + false + false + + false + false + false + false + false + false + true + false + None + false + false + main + true + false + false + false + + + + + + LANG + en_US.UTF-8 + + + PATH + C:\SysGCC\raspberry\bin;%PATH% + + + + $(TargetPath) + 2000 + + + false + /tmp/$(TargetFileName) + Local + false + false + Auto + true + + + + + + + + + + + + + Default + + + + true + + + + + Unknown + + true + + + VisualGDB\VisualGDBCache + \ No newline at end of file diff --git a/Amiberry/Amiberry/Amiberry-Release-rpi2.vgdbsettings b/Amiberry/Amiberry/Amiberry-Release-rpi2.vgdbsettings new file mode 100644 index 00000000..510da6ec --- /dev/null +++ b/Amiberry/Amiberry/Amiberry-Release-rpi2.vgdbsettings @@ -0,0 +1,131 @@ + + + Release-rpi2 + + + + MinGWUnixSlash + + + 192.168.1.152 + SSH + pi + + false + false + false + false + true + $(ProjectDir) + + + + Raspberry PI + com.visualgdb.raspberry_pi + C:\SysGCC\raspberry + false + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-gcc.exe + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-g++.exe + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-gdb.exe + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-ar.exe + C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-objcopy.exe + C:\SysGCC\raspberry\bin\make.exe + + C:\SysGCC\raspberry\bin + + true + false + + + MinGWUnixSlash + + + Amiberry.vcxproj + + + + 1 + + + + + + false + false + false + false + false + false + false + false + false + + false + false + false + false + false + false + true + false + None + false + false + main + true + false + false + false + + + + + + LANG + en_US.UTF-8 + + + PATH + C:\SysGCC\raspberry\bin;%PATH% + + + + $(TargetPath) + 2000 + + + false + /tmp/$(TargetFileName) + Local + false + false + Auto + true + + + + + + + + + + + + + Default + + + + true + + + + + Unknown + + true + + + VisualGDB\VisualGDBCache + \ No newline at end of file