Skip to content

Commit

Permalink
Add CTR vendordeps for 2025 (#11)
Browse files Browse the repository at this point in the history
* Add vendordeps for 2025

* Change year to be a string

* Fix json url

* Rename for explicit version

* Fix C++ vendordeps
  • Loading branch information
daltzctr authored Oct 17, 2024
1 parent f507e81 commit 1ddd023
Show file tree
Hide file tree
Showing 4 changed files with 903 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,29 @@
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"description": "Libraries for NavX-MXP and NavX-Micro",
"website": "https://pdocs.kauailabs.com/navx-mxp/software/roborio-libraries/"
},
{
"path": "2025/Phoenix6-25.0.0-beta-1.json",
"name": "CTRE-Phoenix (v6)",
"version": "25.0.0-beta-1",
"uuid": "e995de00-2c64-4df5-8831-c1441420ff",
"description": "Libraries for Phoenix 6 devices",
"website": "https://docs.ctr-electronics.com/"
},
{
"path": "2025/Phoenix6-replay-25.0.0-beta-1.json",
"name": "CTRE-Phoenix Replay (v6)",
"version": "25.0.0-beta-1",
"uuid": "e7900d8d-826f-4dca-a1ff-182f658e98af",
"description": "Libraries for Phoenix 6 devices with Hoot Replay",
"website": "https://docs.ctr-electronics.com/"
},
{
"path": "2025/Phoenix5-5.34.0-beta-1.json",
"name": "CTRE-Phoenix (v5)",
"version": "5.34.0-beta-1",
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"description": "Libraries for Phoenix 5 devices",
"website": "https://docs.ctr-electronics.com/"
}
]
151 changes: 151 additions & 0 deletions 2025/Phoenix5-5.34.0-beta-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"fileName": "Phoenix5-5.34.0-beta-1.json",
"name": "CTRE-Phoenix (v5)",
"version": "5.34.0-beta-1",
"frcYear": "2025",
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"mavenUrls": [
"https://maven.ctr-electronics.com/release/"
],
"jsonUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2025-beta-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.34.0-beta-1"
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-java",
"version": "5.34.0-beta-1"
}
],
"jniDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.34.0-beta-1",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"windowsx86-64",
"linuxx86-64",
"linuxathena"
],
"simMode": "hwsim"
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "cci-sim",
"version": "5.34.0-beta-1",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxuniversal"
],
"simMode": "swsim"
}
],
"cppDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-cpp",
"version": "5.34.0-beta-1",
"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.34.0-beta-1",
"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.34.0-beta-1",
"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.34.0-beta-1",
"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.34.0-beta-1",
"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.34.0-beta-1",
"libName": "CTRE_PhoenixCCISim",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxuniversal"
],
"simMode": "swsim"
}
]
}
Loading

0 comments on commit 1ddd023

Please sign in to comment.