Interface: CompileSummary
January 3, 2026 ยท View on GitHub
Interface: CompileSummary
Alpha
Summary of a sketch compilation. See
BuilderResult
of the CLI API.
Extends
Readonly<Pick<BuilderResult,"buildPath"|"usedLibraries"|"executableSectionsSize"|"boardPlatform"|"buildPlatform">>
Properties
boardPlatform
readonlyboardPlatform:InstalledPlatformReference|undefined
Alpha
The platform where the board is defined.
Inherited from
Readonly.boardPlatform
buildPath
readonlybuildPath:string
Alpha
The compiler build path.
Inherited from
Readonly.buildPath
buildPlatform
readonlybuildPlatform:InstalledPlatformReference|undefined
Alpha
The platform used for the build (if referenced from the board platform).
Inherited from
Readonly.buildPlatform
buildProperties
readonlybuildProperties:BuildProperties
Alpha
executableSectionsSize
readonlyexecutableSectionsSize:ExecutableSectionSize[]
Alpha
The size of the executable split by sections.
Inherited from
Readonly.executableSectionsSize
usedLibraries
readonlyusedLibraries:Library[]
Alpha
The libraries used in the build.
Inherited from
Readonly.usedLibraries