Skip to content

Instantly share code, notes, and snippets.

@sjarifHD
Last active December 25, 2020 11:18
Show Gist options
  • Select an option

  • Save sjarifHD/09ada92106611543c0569045ae4e7940 to your computer and use it in GitHub Desktop.

Select an option

Save sjarifHD/09ada92106611543c0569045ae4e7940 to your computer and use it in GitHub Desktop.
CLION esp32
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeSettings">
<configurations>
<configuration PROFILE_NAME="Release" CONFIG_NAME="Release"
GENERATION_OPTIONS="-DCMAKE_TOOLCHAIN_FILE=CrossCompiler.cmake" ENABLED="true">
<ADDITIONAL_GENERATION_ENVIRONMENT>
<envs>
<env name="PATH"
value="$USER_HOME$/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin:/usr/bin:/sbin:/bin:/opt/bin"/>
</envs>
</ADDITIONAL_GENERATION_ENVIRONMENT>
</configuration>
</configurations>
</component>
<component name="ChangeListManager">
<list default="true" id="04104a78-d4af-466e-9807-875c9f883a40" name="Default Changelist" comment=""/>
<option name="SHOW_DIALOG" value="false"/>
<option name="HIGHLIGHT_CONFLICTS" value="true"/>
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false"/>
<option name="LAST_RESOLUTION" value="IGNORE"/>
</component>
<component name="ClangdSettings">
<option name="formatViaClangd" value="false"/>
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true"/>
<option name="showLibraryContents" value="true"/>
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true"/>
<property name="RunOnceActivity.ShowReadmeOnStart" value="true"/>
<property name="WebServerToolWindowFactoryState" value="false"/>
<property name="cf.first.check.clang-format" value="false"/>
<property name="settings.editor.selected.configurable" value="CMakeSettings"/>
</component>
<component name="RunManager" selected="ESP32 flash.Flash">
<configuration default="true" type="CLionExternalRunConfiguration" factoryName="Application"
REDIRECT_INPUT="false" ELEVATE="false" PASS_PARENT_ENVS_2="true">
<method v="2">
<option name="CLION.EXTERNAL.BUILD" enabled="true"/>
</method>
</configuration>
<configuration name="apidoc" type="CMakeRunConfiguration" factoryName="Application" REDIRECT_INPUT="false"
ELEVATE="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="untitled" TARGET_NAME="apidoc"
CONFIG_NAME="Release">
<method v="2">
<option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
enabled="true"/>
</method>
</configuration>
<configuration name="app" type="CMakeRunConfiguration" factoryName="Application" REDIRECT_INPUT="false"
ELEVATE="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="untitled" TARGET_NAME="app"
CONFIG_NAME="Release">
<method v="2">
<option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
enabled="true"/>
</method>
</configuration>
<configuration name="flash" type="CMakeRunConfiguration" factoryName="Application" REDIRECT_INPUT="false"
ELEVATE="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="untitled" TARGET_NAME="flash"
CONFIG_NAME="Release">
<method v="2">
<option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
enabled="true"/>
</method>
</configuration>
<configuration name="partition_table" type="CMakeRunConfiguration" factoryName="Application"
REDIRECT_INPUT="false" ELEVATE="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="untitled"
TARGET_NAME="partition_table" CONFIG_NAME="Release">
<method v="2">
<option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
enabled="true"/>
</method>
</configuration>
<configuration name="Flash" type="ESP32.FLASH" factoryName="ESP32 flash rom" configurationName="Release"
port="/dev/ttyS4" baud="115200">
<method v="2"/>
</configuration>
<configuration default="true" type="GradleAppRunConfiguration" factoryName="Application" REDIRECT_INPUT="false"
ELEVATE="false" PASS_PARENT_ENVS_2="true">
<method v="2">
<option name="com.jetbrains.cidr.cpp.gradle.execution.GradleNativeBuildBeforeRunTaskProvider$BuildBeforeRunTask"
enabled="true"/>
</method>
</configuration>
<list>
<item itemvalue="CMake Application.app"/>
<item itemvalue="CMake Application.flash"/>
<item itemvalue="CMake Application.apidoc"/>
<item itemvalue="CMake Application.partition_table"/>
<item itemvalue="ESP32 flash.Flash"/>
</list>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0"
DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true"/>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="04104a78-d4af-466e-9807-875c9f883a40" name="Default Changelist" comment=""/>
<created>1608893539083</created>
<option name="number" value="Default"/>
<option name="presentableId" value="Default"/>
<updated>1608893539083</updated>
<workItem from="1608893540879" duration="600000"/>
</task>
<servers/>
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3"/>
</component>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment