Skip to content

Latest commit

 

History

History
86 lines (46 loc) · 1.7 KB

CompileSummary.md

File metadata and controls

86 lines (46 loc) · 1.7 KB

Interface: CompileSummary

Summary of a sketch compilation. See CompileResponse for the CLI API.

Hierarchy

  • Readonly<Pick<CompileResponse, "buildPath" | "usedLibraries" | "executableSectionsSize" | "boardPlatform" | "buildPlatform">>

    CompileSummary

Table of contents

Properties

Properties

boardPlatform

Readonly boardPlatform: undefined | InstalledPlatformReference

The platform where the board is defined

Inherited from

Readonly.boardPlatform


buildPath

Readonly buildPath: string

The compiler build path

Inherited from

Readonly.buildPath


buildPlatform

Readonly buildPlatform: undefined | InstalledPlatformReference

The platform used for the build (if referenced from the board platform)

Inherited from

Readonly.buildPlatform


buildProperties

Readonly buildProperties: Readonly<Record<string, string>>


executableSectionsSize

Readonly executableSectionsSize: ExecutableSectionSize[]

The size of the executable split by sections

Inherited from

Readonly.executableSectionsSize


usedLibraries

Readonly usedLibraries: Library[]

The libraries used in the build

Inherited from

Readonly.usedLibraries