constants

package
v0.0.0-...-bbf7051 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2018 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const BOARD_PROPERTIES_MENU = "menu"
View Source
const BUILD_OPTIONS_FILE = "build.options.json"
View Source
const BUILD_PROPERTIES_ARCHIVE_FILE = "archive_file"
View Source
const BUILD_PROPERTIES_ARCHIVE_FILE_PATH = "archive_file_path"
View Source
const BUILD_PROPERTIES_ARCH_OVERRIDE_CHECK = "architecture.override_check"
View Source
const BUILD_PROPERTIES_BOOTLOADER_FILE = "bootloader.file"
View Source
const BUILD_PROPERTIES_BOOTLOADER_NOBLINK = "bootloader.noblink"
View Source
const BUILD_PROPERTIES_BUILD_ARCH = "build.arch"
View Source
const BUILD_PROPERTIES_BUILD_BOARD = "build.board"
View Source
const BUILD_PROPERTIES_BUILD_CORE = "build.core"
View Source
const BUILD_PROPERTIES_BUILD_CORE_PATH = "build.core.path"
View Source
const BUILD_PROPERTIES_BUILD_MCU = "build.mcu"
View Source
const BUILD_PROPERTIES_BUILD_PATH = "build.path"
View Source
const BUILD_PROPERTIES_BUILD_PROJECT_NAME = "build.project_name"
View Source
const BUILD_PROPERTIES_BUILD_SYSTEM_PATH = "build.system.path"
View Source
const BUILD_PROPERTIES_BUILD_VARIANT = "build.variant"
View Source
const BUILD_PROPERTIES_BUILD_VARIANT_PATH = "build.variant.path"
View Source
const BUILD_PROPERTIES_COMPILER_CPP_FLAGS = "compiler.cpp.flags"
View Source
const BUILD_PROPERTIES_COMPILER_C_ELF_FLAGS = "compiler.c.elf.flags"
View Source
const BUILD_PROPERTIES_COMPILER_EXPORT_CMAKE_FLAGS = "compiler.export_cmake"
View Source
const BUILD_PROPERTIES_COMPILER_LDFLAGS = "compiler.ldflags"
View Source
const BUILD_PROPERTIES_COMPILER_LIBRARIES_LDFLAGS = "compiler.libraries.ldflags"
View Source
const BUILD_PROPERTIES_COMPILER_PATH = "compiler.path"
View Source
const BUILD_PROPERTIES_COMPILER_WARNING_FLAGS = "compiler.warning_flags"
View Source
const BUILD_PROPERTIES_EXTRA_TIME_DST = "extra.time.dst"
View Source
const BUILD_PROPERTIES_EXTRA_TIME_LOCAL = "extra.time.local"
View Source
const BUILD_PROPERTIES_EXTRA_TIME_UTC = "extra.time.utc"
View Source
const BUILD_PROPERTIES_EXTRA_TIME_ZONE = "extra.time.zone"
View Source
const BUILD_PROPERTIES_FQBN = "build.fqbn"
View Source
const BUILD_PROPERTIES_INCLUDES = "includes"
View Source
const BUILD_PROPERTIES_OBJECT_FILE = "object_file"
View Source
const BUILD_PROPERTIES_OBJECT_FILES = "object_files"
View Source
const BUILD_PROPERTIES_PATTERN = "pattern"
View Source
const BUILD_PROPERTIES_PID = "pid"
View Source
const BUILD_PROPERTIES_PREPROCESSED_FILE_PATH = "preprocessed_file_path"
View Source
const BUILD_PROPERTIES_RUNTIME_HARDWARE_PATH = "runtime.hardware.path"
View Source
const BUILD_PROPERTIES_RUNTIME_IDE_PATH = "runtime.ide.path"
View Source
const BUILD_PROPERTIES_RUNTIME_IDE_VERSION = "runtime.ide.version"
View Source
const BUILD_PROPERTIES_RUNTIME_OS = "runtime.os"
View Source
const BUILD_PROPERTIES_RUNTIME_PLATFORM_PATH = "runtime.platform.path"
View Source
const BUILD_PROPERTIES_RUNTIME_TOOLS_PREFIX = "runtime.tools."
View Source
const BUILD_PROPERTIES_RUNTIME_TOOLS_SUFFIX = ".path"
View Source
const BUILD_PROPERTIES_SOFTWARE = "software"
View Source
const BUILD_PROPERTIES_SOURCE_FILE = "source_file"
View Source
const BUILD_PROPERTIES_SOURCE_PATH = "build.source.path"
View Source
const BUILD_PROPERTIES_TOOLS_KEY = "tools"
View Source
const BUILD_PROPERTIES_VID = "vid"
View Source
const CTAGS = "ctags"
View Source
const EMPTY_STRING = ""
View Source
const FILE_BOARDS_LOCAL_TXT = "boards.local.txt"
View Source
const FILE_BOARDS_TXT = "boards.txt"
View Source
const FILE_BUILTIN_TOOLS_VERSIONS_TXT = "builtin_tools_versions.txt"
View Source
const FILE_CTAGS_TARGET = "ctags_target.cpp"
View Source
const FILE_CTAGS_TARGET_FOR_GCC_MINUS_E = "ctags_target_for_gcc_minus_e.cpp"
View Source
const FILE_GCC_PREPROC_TARGET = "gcc_preproc_target.cpp"
View Source
const FILE_INCLUDES_CACHE = "includes.cache"
View Source
const FILE_PLATFORM_KEYS_REWRITE_TXT = "platform.keys.rewrite.txt"
View Source
const FILE_PLATFORM_LOCAL_TXT = "platform.local.txt"
View Source
const FILE_PLATFORM_TXT = "platform.txt"
View Source
const FILE_PROGRAMMERS_TXT = "programmers.txt"
View Source
const FOLDER_BOOTLOADERS = "bootloaders"
View Source
const FOLDER_CORE = "core"
View Source
const FOLDER_CORES = "cores"
View Source
const FOLDER_HARDWARE = "hardware"
View Source
const FOLDER_LIBRARIES = "libraries"
View Source
const FOLDER_PREPROC = "preproc"
View Source
const FOLDER_SKETCH = "sketch"
View Source
const FOLDER_SYSTEM = "system"
View Source
const FOLDER_TOOLS = "tools"
View Source
const FOLDER_VARIANTS = "variants"
View Source
const HOOKS_CORE_POSTBUILD = hooks_core + hooks_postbuild_suffix
View Source
const HOOKS_CORE_PREBUILD = hooks_core + hooks_prebuild_suffix
View Source
const HOOKS_LIBRARIES_POSTBUILD = hooks_libraries + hooks_postbuild_suffix
View Source
const HOOKS_LIBRARIES_PREBUILD = hooks_libraries + hooks_prebuild_suffix
View Source
const HOOKS_LINKING_POSTLINK = hooks_linking + hooks_postlink_suffix
View Source
const HOOKS_LINKING_PRELINK = hooks_linking + hooks_prelink_suffix
View Source
const HOOKS_OBJCOPY_POSTOBJCOPY = hooks_objcopy + hooks_postobjcopy_suffix
View Source
const HOOKS_OBJCOPY_PREOBJCOPY = hooks_objcopy + hooks_preobjcopy_suffix
View Source
const HOOKS_PATTERN_SUFFIX = ".pattern"
View Source
const HOOKS_POSTBUILD = hooks + hooks_postbuild_suffix
View Source
const HOOKS_PREBUILD = hooks + hooks_prebuild_suffix
View Source
const HOOKS_SKETCH_POSTBUILD = hooks_sketch + hooks_postbuild_suffix
View Source
const HOOKS_SKETCH_PREBUILD = hooks_sketch + hooks_prebuild_suffix
View Source
const ID = "_id"
View Source
const IDE_VERSION = "ide_version"
View Source
const LIBRARY_ALL_ARCHS = "*"
View Source
const LIBRARY_ARCHITECTURES = "architectures"
View Source
const LIBRARY_AUTHOR = "author"
View Source
const LIBRARY_CATEGORY = "category"
View Source
const LIBRARY_DOT_A_LINKAGE = "dot_a_linkage"
View Source
const LIBRARY_EMAIL = "email"
View Source
const LIBRARY_FOLDER_ARCH = "arch"
View Source
const LIBRARY_FOLDER_SRC = "src"
View Source
const LIBRARY_FOLDER_UTILITY = "utility"
View Source
const LIBRARY_LDFLAGS = "ldflags"
View Source
const LIBRARY_LICENSE = "license"
View Source
const LIBRARY_MAINTAINER = "maintainer"
View Source
const LIBRARY_NAME = "name"
View Source
const LIBRARY_PARAGRAPH = "paragraph"
View Source
const LIBRARY_PRECOMPILED = "precompiled"
View Source
const LIBRARY_PROPERTIES = "library.properties"
View Source
const LIBRARY_SENTENCE = "sentence"
View Source
const LIBRARY_URL = "url"
View Source
const LIBRARY_VERSION = "version"
View Source
const LIB_CATEGORY_UNCATEGORIZED = "Uncategorized"
View Source
const LIB_LICENSE_UNSPECIFIED = "Unspecified"
View Source
const LOG_LEVEL_DEBUG = "debug"
View Source
const LOG_LEVEL_ERROR = "error"
View Source
const LOG_LEVEL_INFO = "info"
View Source
const LOG_LEVEL_WARN = "warn"
View Source
const MSG_ARCHIVING_CORE_CACHE = "Archiving built core (caching) in: {0}"
View Source
const MSG_ARCH_FOLDER_NOT_SUPPORTED = "'arch' folder is no longer supported! See http://goo.gl/gfFJzU for more information"
View Source
const MSG_BOARD_UNKNOWN = "Board {0} (platform {1}, package {2}) is unknown"
View Source
const MSG_BOOTLOADER_FILE_MISSING = "Bootloader file specified but missing: {0}"
View Source
const MSG_BUILD_OPTIONS_CHANGED = "Build options changed, rebuilding all"
View Source
const MSG_CANT_FIND_SKETCH_IN_PATH = "Unable to find {0} in {1}"
View Source
const MSG_CORE_CACHE_UNAVAILABLE = "Unable to cache built core, please tell {0} maintainers to follow http://goo.gl/QdCUjo"
View Source
const MSG_ERROR_ARCHIVING_CORE_CACHE = "Error archiving built core (caching) in {0}: {1}"
View Source
const MSG_FIND_INCLUDES_FAILED = "Error while detecting libraries included by {0}"
View Source
const MSG_FQBN_INVALID = "{0} is not a valid fully qualified board name. Required format is targetPackageName:targetPlatformName:targetBoardName."
View Source
const MSG_IGNORED_BUILTIN_TOOLS_TXT = "Skipping {0}; please consider removing that file since it may hurt older Arduino installations"
View Source
const MSG_INVALID_QUOTING = "Invalid quoting: no closing [{0}] char found."
View Source
const MSG_LIBRARIES_MULTIPLE_LIBS_FOUND_FOR = "Multiple libraries were found for \"{0}\""
View Source
const MSG_LIBRARIES_NOT_USED = " Not used: {0}"
View Source
const MSG_LIBRARIES_USED = " Used: {0}"
View Source
const MSG_LIBRARY_CAN_USE_SRC_AND_UTILITY_FOLDERS = "Library can't use both 'src' and 'utility' folders. Double check {0}"
View Source
const MSG_LIBRARY_INCOMPATIBLE_ARCH = "" /* 140-byte string literal not displayed */
View Source
const MSG_LIB_LEGACY = "(legacy)"
View Source
const MSG_LOOKING_FOR_RECIPES = "Looking for recipes like {0}*{1}"
View Source
const MSG_MISSING_BUILD_BOARD = "Warning: Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}"
View Source
const MSG_MISSING_CORE_FOR_BOARD = "Selected board depends on '{0}' core (not installed)."
View Source
const MSG_MUST_BE_A_FOLDER = "{0} must be a folder"
View Source
const MSG_PACKAGE_UNKNOWN = "{0}: Unknown package"
View Source
const MSG_PATTERN_MISSING = "{0} pattern is missing"
View Source
const MSG_PLATFORM_UNKNOWN = "Platform {0} (package {1}) is unknown"
View Source
const MSG_PROGRESS = "Progress {0}"
View Source
const MSG_PROP_IN_LIBRARY = "Missing '{0}' from library in {1}"
View Source
const MSG_RUNNING_COMMAND = "Ts: {0} - Running: {1}"
View Source
const MSG_RUNNING_RECIPE = "Running recipe: {0}"
View Source
const MSG_SETTING_BUILD_PATH = "Setting build path to {0}"
View Source
const MSG_SIZER_DATA = "Global variables use {0} bytes of dynamic memory."
View Source
const MSG_SIZER_DATA_FULL = "Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes for local variables. Maximum is {1} bytes."
View Source
const MSG_SIZER_DATA_TOO_BIG = "Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing your footprint."
View Source
const MSG_SIZER_ERROR_NO_RULE = "Couldn't determine program size"
View Source
const MSG_SIZER_LOW_MEMORY = "Low memory available, stability problems may occur."
View Source
const MSG_SIZER_TEXT_FULL = "Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} bytes."
View Source
const MSG_SIZER_TEXT_TOO_BIG = "Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing it."
View Source
const MSG_SKETCH_CANT_BE_IN_BUILDPATH = "Sketch cannot be located in build path. Please specify a different build path"
View Source
const MSG_SKIPPING_TAG_ALREADY_DEFINED = "Skipping tag {0} because prototype is already defined"
View Source
const MSG_SKIPPING_TAG_BECAUSE_HAS_FIELD = "Skipping tag {0} because it has field {0}"
View Source
const MSG_SKIPPING_TAG_WITH_REASON = "Skipping tag {0}. Reason: {1}"
View Source
const MSG_UNHANDLED_TYPE_IN_CONTEXT = "Unhandled type {0} in context key {1}"
View Source
const MSG_UNKNOWN_SKETCH_EXT = "Unknown sketch file extension: {0}"
View Source
const MSG_USING_BOARD = "Using board '{0}' from platform in folder: {1}"
View Source
const MSG_USING_CACHED_INCLUDES = "Using cached library dependencies for file: {0}"
View Source
const MSG_USING_CORE = "Using core '{0}' from platform in folder: {1}"
View Source
const MSG_USING_LIBRARY = "Using library {0} in folder: {1} {2}"
View Source
const MSG_USING_LIBRARY_AT_VERSION = "Using library {0} at version {1} in folder: {2} {3}"
View Source
const MSG_USING_PREVIOUS_COMPILED_FILE = "Using previously compiled file: {0}"
View Source
const MSG_WARNING_LIB_INVALID_CATEGORY = "WARNING: Category '{0}' in library {1} is not valid. Setting to '{2}'"
View Source
const MSG_WARNING_PLATFORM_MISSING_VALUE = "Warning: platform.txt from core '{0}' misses property '{1}', using default value '{2}'. Consider upgrading this core."
View Source
const MSG_WARNING_PLATFORM_OLD_VALUES = "Warning: platform.txt from core '{0}' contains deprecated {1}, automatically converted to {2}. Consider upgrading this core."
View Source
const MSG_WARNING_SPURIOUS_FILE_IN_LIB = "WARNING: Spurious {0} folder in '{1}' library"
View Source
const MSG_WRONG_PROPERTIES = "Property line '{0}' is invalid"
View Source
const MSG_WRONG_PROPERTIES_FILE = "Property line '{0}' in file {1} is invalid"
View Source
const PACKAGE_NAME = "name"
View Source
const PACKAGE_TOOLS = "tools"
View Source
const PLATFORM_ARCHITECTURE = "architecture"
View Source
const PLATFORM_NAME = "name"
View Source
const PLATFORM_REWRITE_ADDED = "added"
View Source
const PLATFORM_REWRITE_NEW = "new"
View Source
const PLATFORM_REWRITE_OLD = "old"
View Source
const PLATFORM_URL = "url"
View Source
const PLATFORM_VERSION = "version"
View Source
const PROGRAMMER_NAME = "name"
View Source
const PROPERTY_UPLOAD_MAX_DATA_SIZE = "upload.maximum_data_size"
View Source
const PROPERTY_UPLOAD_MAX_SIZE = "upload.maximum_size"
View Source
const PROPERTY_WARN_DATA_PERCENT = "build.warn_data_percentage"
View Source
const RECIPE_AR_PATTERN = "recipe.ar.pattern"
View Source
const RECIPE_CPP_PATTERN = "recipe.cpp.o.pattern"
View Source
const RECIPE_C_COMBINE_PATTERN = "recipe.c.combine.pattern"
View Source
const RECIPE_C_PATTERN = "recipe.c.o.pattern"
View Source
const RECIPE_PREPROC_INCLUDES = "recipe.preproc.includes"
View Source
const RECIPE_PREPROC_MACROS = "recipe.preproc.macros"
View Source
const RECIPE_SIZE_PATTERN = "recipe.size.pattern"
View Source
const RECIPE_SIZE_REGEXP = "recipe.size.regex"
View Source
const RECIPE_SIZE_REGEXP_DATA = "recipe.size.regex.data"
View Source
const RECIPE_SIZE_REGEXP_EEPROM = "recipe.size.regex.eeprom"
View Source
const RECIPE_S_PATTERN = "recipe.S.o.pattern"
View Source
const REWRITING = "rewriting"
View Source
const REWRITING_DISABLED = "disabled"
View Source
const SKETCH_FOLDER_SRC = "src"
View Source
const SPACE = " "
View Source
const TOOL_NAME = "name"
View Source
const TOOL_URL = "url"
View Source
const TOOL_VERSION = "version"

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL