Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrepareSketchBuildPath ¶ added in v0.0.2
func PrepareSketchBuildPath(sketch *sketch.Sketch, sourceOverrides map[string]string, buildPath *paths.Path) (int, error)
PrepareSketchBuildPath copies the sketch source files in the build path. The .ino files are merged together to create a .cpp file (by the way, the .cpp file still needs to be Arduino-preprocessed to compile).
func SetupBuildProperties ¶ added in v0.0.2
func SetupBuildProperties(boardBuildProperties *properties.Map, buildPath *paths.Path, sketch *sketch.Sketch, optimizeForDebug bool) *properties.Map
SetupBuildProperties adds the build properties related to the sketch to the default board build properties map.
func SketchSaveItemCpp ¶ added in v0.0.2
SketchSaveItemCpp saves a preprocessed .cpp sketch file on disk
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.