Merge "Added in new headers and libraries for image version 18. This image contains a change to fix artf3773, which switched setDataSem to be a pthread_cond_t variable instead of a mutex. As a result, a few new HAL functions had to be exposed over JNI, specifically the functions for MultiWait."

This commit is contained in:
Brad Miller (WPI)
2014-11-17 11:28:36 -08:00
committed by Gerrit Code Review
19 changed files with 75 additions and 22 deletions

View File

@@ -1,3 +1,2 @@
/usr/local/frc/JRE/bin/java
-jar /home/lvuser/FRCUserProgram.jar
/usr/local/frc/JRE/bin/java -jar /home/lvuser/FRCUserProgram.jar

View File

@@ -1,3 +1,2 @@
/usr/local/frc/JRE/bin/java -XX:+UsePerfData -agentlib:jdwp=transport=dt_socket,address=8348,server=y,suspend=y
-jar /home/lvuser/FRCUserProgram.jar
/usr/local/frc/JRE/bin/java -XX:+UsePerfData -agentlib:jdwp=transport=dt_socket,address=8348,server=y,suspend=y -jar /home/lvuser/FRCUserProgram.jar