Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Options

Timor Gruber edited this page Dec 26, 2018 · 2 revisions

Options in CMake are structures that represent boolean values, indicating whether something is ON or OFF. The following table describes all the options supported by Arduino-CMake, and their meaning:

Option Name Description Default Value
USE_DEFAULT_PLATFORM_IF_NONE_SET Whether to use Arduino as default platform if none is manually set ON
USE_CUSTOM_PLATFORM_HEADER Whether to expect and use a custom-supplied platform header, skipping the selection algorithm OFF
USE_ARCHLINUX_BUILTIN_SUPPORT Whether to use Arduino CMake's built-in support for the arch Linux distribution ON
CONVERT_SKETCHES_IF_CONVERTED_SOURCES_EXISTS Whether to convert sketches to source files even if converted sources already exist - Force conversion OFF
Morty Proxy This is a proxified and sanitized view of the page, visit original site.