-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update examples for the 2024 kickoff
- Loading branch information
1 parent
19ea9b1
commit 01b0726
Showing
1,140 changed files
with
58,385 additions
and
48,779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"enableCppIntellisense": true, | ||
"currentLanguage": "cpp", | ||
"projectYear": "2023", | ||
"projectYear": "2024", | ||
"teamNumber": 7762 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=permwrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=permwrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
{ | ||
"fileName": "Phoenix5.json", | ||
"name": "CTRE-Phoenix (v5)", | ||
"version": "5.33.0", | ||
"frcYear": 2024, | ||
"uuid": "ab676553-b602-441f-a38d-f1296eff6537", | ||
"mavenUrls": [ | ||
"https://maven.ctr-electronics.com/release/" | ||
], | ||
"jsonUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2024-latest.json", | ||
"requires": [ | ||
{ | ||
"uuid": "e995de00-2c64-4df5-8831-c1441420ff19", | ||
"errorMessage": "Phoenix 5 requires low-level libraries from Phoenix 6. Please add the Phoenix 6 vendordep before adding Phoenix 5.", | ||
"offlineFileName": "Phoenix6.json", | ||
"onlineUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix6/latest/Phoenix6-frc2024-latest.json" | ||
} | ||
], | ||
"javaDependencies": [ | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "api-java", | ||
"version": "5.33.0" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "wpiapi-java", | ||
"version": "5.33.0" | ||
} | ||
], | ||
"jniDependencies": [ | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "cci", | ||
"version": "5.33.0", | ||
"isJar": false, | ||
"skipInvalidPlatforms": true, | ||
"validPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"linuxathena" | ||
], | ||
"simMode": "hwsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix.sim", | ||
"artifactId": "cci-sim", | ||
"version": "5.33.0", | ||
"isJar": false, | ||
"skipInvalidPlatforms": true, | ||
"validPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
} | ||
], | ||
"cppDependencies": [ | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "wpiapi-cpp", | ||
"version": "5.33.0", | ||
"libName": "CTRE_Phoenix_WPI", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"linuxathena" | ||
], | ||
"simMode": "hwsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "api-cpp", | ||
"version": "5.33.0", | ||
"libName": "CTRE_Phoenix", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"linuxathena" | ||
], | ||
"simMode": "hwsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix", | ||
"artifactId": "cci", | ||
"version": "5.33.0", | ||
"libName": "CTRE_PhoenixCCI", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"linuxathena" | ||
], | ||
"simMode": "hwsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix.sim", | ||
"artifactId": "wpiapi-cpp-sim", | ||
"version": "5.33.0", | ||
"libName": "CTRE_Phoenix_WPISim", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix.sim", | ||
"artifactId": "api-cpp-sim", | ||
"version": "5.33.0", | ||
"libName": "CTRE_PhoenixSim", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
}, | ||
{ | ||
"groupId": "com.ctre.phoenix.sim", | ||
"artifactId": "cci-sim", | ||
"version": "5.33.0", | ||
"libName": "CTRE_PhoenixCCISim", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
], | ||
"simMode": "swsim" | ||
} | ||
] | ||
} |
Oops, something went wrong.