Movatterモバイル変換


[0]ホーム

URL:


globals

package
v1.3.1Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2025 License:GPL-3.0Imports:2Imported by:0

Details

Repository

github.com/arduino/arduino-cli

Links

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (// MainFileValidExtension is the extension that must be used for files in new sketchesMainFileValidExtension = ".ino"// MainFileValidExtensions lists valid extensions for a sketch fileMainFileValidExtensions = map[string]bool{MainFileValidExtension:true,".pde":true,}// AdditionalFileValidExtensions lists any file extension the builder considers as validAdditionalFileValidExtensions = map[string]bool{".h":true,".c":true,".hpp":true,".hh":true,".cpp":true,".cxx":true,".cc":true,".S":true,".adoc":true,".md":true,".json":true,".tpp":true,".ipp":true,}// SourceFilesValidExtensions lists valid extensions for source files (no headers).// If a platform do not provide a compile recipe for a specific file extension, this// map provides the equivalent extension to use as a fallback.SourceFilesValidExtensions = map[string]string{".c":   "",".cpp": "",".cxx": ".cpp",".cc":  ".cpp",".S":   "",}// HeaderFilesValidExtensions lists valid extensions for header filesHeaderFilesValidExtensions = map[string]bool{".h":true,".hpp":true,".hh":true,}// DefaultIndexURL is the default index urlDefaultIndexURL = "https://downloads.arduino.cc/packages/package_index.tar.bz2"// LibrariesIndexURL is the URL where to get the libraries index.LibrariesIndexURL, _ =url.Parse("https://downloads.arduino.cc/libraries/library_index.tar.bz2")// LibrariesIndexResource is the IndexResource to get the libraries index.LibrariesIndexResource =resources.IndexResource{URL:LibrariesIndexURL,EnforceSignatureVerification:true,})

Functions

This section is empty.

Types

This section is empty.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp