Summary of a sketch compilation. See CompileResponse
for the CLI API.
-
Readonly
<Pick
<CompileResponse
,"buildPath"
|"usedLibraries"
|"executableSectionsSize"
|"boardPlatform"
|"buildPlatform"
>>↳
CompileSummary
• Readonly
boardPlatform: undefined
| InstalledPlatformReference
The platform where the board is defined
Readonly.boardPlatform
• Readonly
buildPath: string
The compiler build path
Readonly.buildPath
• Readonly
buildPlatform: undefined
| InstalledPlatformReference
The platform used for the build (if referenced from the board platform)
Readonly.buildPlatform
• Readonly
buildProperties: Readonly
<Record
<string
, string
>>
• Readonly
executableSectionsSize: ExecutableSectionSize
[]
The size of the executable split by sections
Readonly.executableSectionsSize
• Readonly
usedLibraries: Library
[]
The libraries used in the build
Readonly.usedLibraries