mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-09-03 18:35:28 +00:00
Added 'optimize for debug' option
This commit is contained in:
@@ -186,22 +186,12 @@ export interface BoardDetails extends Board {
|
||||
fqbn: string;
|
||||
|
||||
requiredTools: Tool[];
|
||||
locations?: BoardDetailLocations;
|
||||
}
|
||||
|
||||
export interface BoardDetailLocations {
|
||||
debugScript: string;
|
||||
}
|
||||
|
||||
export interface Tool {
|
||||
readonly packager: string;
|
||||
readonly name: string;
|
||||
readonly version: string;
|
||||
readonly locations?: ToolLocations;
|
||||
}
|
||||
export interface ToolLocations {
|
||||
main: string
|
||||
[key: string]: string
|
||||
}
|
||||
|
||||
export namespace Board {
|
||||
|
Reference in New Issue
Block a user