This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from DCC-EX/development
Fix for missing FQBN
- Loading branch information
Showing
2 changed files
with
149 additions
and
79 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
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,83 +1,153 @@ | ||
[ | ||
{ | ||
"Name": "BaseStationClassic", | ||
"Git": "https://github.com/DCC-EX/BaseStation-Classic.git", | ||
"Libraries": [], | ||
"SupportedBoards": [ | ||
{ | ||
"Name": "Uno", | ||
"Platforms": [{ "Architecture": "avr", "Package": "arduino" }], | ||
"SupportedMotoShields": [ | ||
{ "Name": "Arduino Motor Shield", "ShieldType": 0 }, | ||
{ "Name": "Pololu MC33926 Motor Shield", "ShieldType": 1 } | ||
] | ||
}, | ||
{ | ||
"Name": "Mega", | ||
"Platforms": [{ "Architecture": "avr", "Package": "arduino" }], | ||
"SupportedMotoShields": [ | ||
{ "Name": "Arduino Motor Shield", "ShieldType": 0 }, | ||
{ "Name": "Pololu MC33926 Motor Shield", "ShieldType": 1 } | ||
] | ||
} | ||
{ | ||
"Name": "BaseStationClassic", | ||
"Git": "https://github.com/DCC-EX/BaseStation-Classic.git", | ||
"Libraries": [], | ||
"SupportedBoards": [ | ||
{ | ||
"Name": "Uno", | ||
"FQBN": "arduino:avr:uno", | ||
"Platforms": [ | ||
{ | ||
"Architecture": "avr", | ||
"Package": "arduino" | ||
} | ||
], | ||
"DisplayName": "Base Station Classic", | ||
"InputFileLocation": "DCCpp", | ||
"AllowAdvanced": false, | ||
"ConfigFile": "DCCpp/Config.h" | ||
}, | ||
{ | ||
"Name": "CommandStation-EX", | ||
"Git": "https://github.com/DCC-EX/CommandStation-EX.git", | ||
"Libraries": [ | ||
{ | ||
"Name": "DIO2", | ||
"Repo": "https://github.com/Locoduino/DIO2.git", | ||
"Location": "libraries/DIO2", | ||
"LibraryDownloadAvailable": true | ||
}, | ||
{ | ||
"Name": "SparkFun External EEPROM Arduino Library", | ||
"Repo": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", | ||
"Location": "libraries/SparkFun_External_EEPROM_Arduino_Library", | ||
"LibraryDownloadAvailable": true | ||
} | ||
"SupportedMotoShields": [ | ||
{ | ||
"Name": "Arduino Motor Shield", | ||
"ShieldType": 0 | ||
}, | ||
{ | ||
"Name": "Pololu MC33926 Motor Shield", | ||
"ShieldType": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"Name": "Mega", | ||
"FQBN": "arduino:avr:mega", | ||
"Platforms": [ | ||
{ | ||
"Architecture": "avr", | ||
"Package": "arduino" | ||
} | ||
], | ||
"SupportedBoards": [ | ||
{ | ||
"Name": "Uno", | ||
"Platforms": [{ "Architecture": "avr", "Package": "arduino" }], | ||
"SupportedMotoShields": [ | ||
{ "Name": "Arduino Motor Shield", "ShieldType": 0 }, | ||
{ "Name": "Pololu MC33926 Motor Shield", "ShieldType": 1 } | ||
] | ||
}, | ||
{ | ||
"Name": "Mega", | ||
"Platforms": [{ "Architecture": "avr", "Package": "arduino" }], | ||
"SupportedMotoShields": [ | ||
{ "Name": "Arduino Motor Shield", "ShieldType": 0 }, | ||
{ "Name": "Pololu MC33926 Motor Shield", "ShieldType": 1 } | ||
] | ||
}, | ||
{ | ||
"Name": "SAMD21", | ||
"Platforms": [ | ||
{ "Architecture": "avr", "Package": "arduino" }, | ||
{ "Architecture": "samd", "Package": "arduino" }, | ||
{ "Architecture": "samd", "Package": "SparkFun" } | ||
], | ||
"SupportedMotoShields": [ | ||
{ "Name": "Arduino Motor Shield", "ShieldType": 0 }, | ||
{ "Name": "Pololu MC33926 Motor Shield", "ShieldType": 1 }, | ||
{ "Name": "FireBox MK1", "ShieldType": 3 }, | ||
{ "Name": "FireBox MK1S", "ShieldType": 4 } | ||
] | ||
} | ||
"SupportedMotoShields": [ | ||
{ | ||
"Name": "Arduino Motor Shield", | ||
"ShieldType": 0 | ||
}, | ||
{ | ||
"Name": "Pololu MC33926 Motor Shield", | ||
"ShieldType": 1 | ||
} | ||
] | ||
} | ||
], | ||
"DisplayName": "Base Station Classic", | ||
"InputFileLocation": "DCCpp", | ||
"AllowAdvanced": false, | ||
"ConfigFile": "DCCpp/Config.h" | ||
}, | ||
{ | ||
"Name": "CommandStation-EX", | ||
"Git": "https://github.com/DCC-EX/CommandStation-EX.git", | ||
"Libraries": [ | ||
{ | ||
"Name": "DIO2", | ||
"Repo": "https://github.com/Locoduino/DIO2.git", | ||
"Location": "libraries/DIO2", | ||
"LibraryDownloadAvailable": true | ||
}, | ||
{ | ||
"Name": "SparkFun External EEPROM Arduino Library", | ||
"Repo": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", | ||
"Location": "libraries/SparkFun_External_EEPROM_Arduino_Library", | ||
"LibraryDownloadAvailable": true | ||
} | ||
], | ||
"SupportedBoards": [ | ||
{ | ||
"Name": "Uno", | ||
"FQBN": "arduino:avr:uno", | ||
"Platforms": [ | ||
{ | ||
"Architecture": "avr", | ||
"Package": "arduino" | ||
} | ||
], | ||
"DisplayName": "CommandStation EX", | ||
"InputFileLocation": "", | ||
"AllowAdvanced": true, | ||
"ConfigFile": "config.h" | ||
} | ||
"SupportedMotoShields": [ | ||
{ | ||
"Name": "Arduino Motor Shield", | ||
"ShieldType": 0 | ||
}, | ||
{ | ||
"Name": "Pololu MC33926 Motor Shield", | ||
"ShieldType": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"Name": "Mega", | ||
"FQBN": "arduino:avr:mega", | ||
"Platforms": [ | ||
{ | ||
"Architecture": "avr", | ||
"Package": "arduino" | ||
} | ||
], | ||
"SupportedMotoShields": [ | ||
{ | ||
"Name": "Arduino Motor Shield", | ||
"ShieldType": 0 | ||
}, | ||
{ | ||
"Name": "Pololu MC33926 Motor Shield", | ||
"ShieldType": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"Name": "SAMD21", | ||
"FQBN": "SparkFun:samd", | ||
"Platforms": [ | ||
{ | ||
"Architecture": "avr", | ||
"Package": "arduino" | ||
}, | ||
{ | ||
"Architecture": "samd", | ||
"Package": "arduino" | ||
}, | ||
{ | ||
"Architecture": "samd", | ||
"Package": "SparkFun" | ||
} | ||
], | ||
"SupportedMotoShields": [ | ||
{ | ||
"Name": "Arduino Motor Shield", | ||
"ShieldType": 0 | ||
}, | ||
{ | ||
"Name": "Pololu MC33926 Motor Shield", | ||
"ShieldType": 1 | ||
}, | ||
{ | ||
"Name": "FireBox MK1", | ||
"ShieldType": 3 | ||
}, | ||
{ | ||
"Name": "FireBox MK1S", | ||
"ShieldType": 4 | ||
} | ||
] | ||
} | ||
], | ||
"DisplayName": "CommandStation EX", | ||
"InputFileLocation": ".", | ||
"AllowAdvanced": true, | ||
"ConfigFile": "config.h" | ||
} | ||
] |