Skip to content

Commit

Permalink
Merge pull request #147 from pkendall64/targets
Browse files Browse the repository at this point in the history
Add missing targets
  • Loading branch information
JyeSmith authored Aug 3, 2024
2 parents 2f0df21 + fc0c21d commit cb0e4eb
Showing 1 changed file with 45 additions and 5 deletions.
50 changes: 45 additions & 5 deletions hardware/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@
"generic": {
"name": "Generic backpack for any TX module",
"txbp": {
"esp": {
"product_name": "Backpack for ESP32-based TX module",
"esp8285": {
"product_name": "ESP8285 Backpack for ESP32-based TX module",
"firmware": "ESP_TX_Backpack",
"upload_methods": ["uart", "etx", "passthru", "wifi"],
"platform": "esp8285"
},
"esp32-c3": {
"product_name": "ESP32-C3 Backpack for ESP32-based TX module",
"firmware": "ESP32C3_TX_Backpack",
"upload_methods": ["uart", "etx", "passthru", "wifi"],
"platform": "esp32-c3"
},
"stm": {
"product_name": "Backpack for STM32-based TX module",
"product_name": "ESP8285 Backpack for STM32-based TX module",
"firmware": "STM_TX_Backpack",
"upload_methods": ["uart", "wifi"],
"platform": "esp8285"
Expand Down Expand Up @@ -143,6 +149,29 @@
}
}
},
"jumper": {
"name": "Jumper",
"txbp": {
"t12-max": {
"product_name": "Jumper T-12 Max Internal TX Modules",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["uart", "wifi"]
},
"t15": {
"product_name": "Jumper T-15 Internal TX Modules",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["uart", "wifi"]
},
"t20": {
"product_name": "Jumper T-20 Internal TX Modules with Backpack extension",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["uart", "wifi"]
}
}
},
"namimnorc": {
"name": "NamimnoRC",
"txbp": {
Expand Down Expand Up @@ -439,7 +468,7 @@
}
}
},
"timer": {
"generic-timer": {
"name": "Generic backpack for any Race Timer",
"timer": {
"esp32": {
Expand Down Expand Up @@ -475,7 +504,7 @@
}
},
"rotorhazard": {
"name": "RotorHazard",
"name": "RotorHazard Timer Backpack",
"timer": {
"esp32": {
"product_name": "ESP32 Module (DIY)",
Expand Down Expand Up @@ -508,5 +537,16 @@
"platform": "esp32-s3"
}
}
},
"diy-aat": {
"name": "DIY Automatic Antenna Tracker Backpack",
"aat": {
"pwmrx": {
"product_name": "5xPWM Receiver",
"firmware": "AAT_ESP_Backpack",
"upload_methods": ["uart", "wifi"],
"platform": "esp8285"
}
}
}
}

0 comments on commit cb0e4eb

Please sign in to comment.