Update Fedora state: 2026-04-29 11:50
This commit is contained in:
parent
42ca768584
commit
10f0d5de1d
338 changed files with 18983 additions and 32 deletions
16
dot_config/JetBrains/CLion2025.3/tools/External Tools.xml
Normal file
16
dot_config/JetBrains/CLion2025.3/tools/External Tools.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<toolSet name="External Tools">
|
||||
<tool name="ESP Flash" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
|
||||
<exec>
|
||||
<option name="COMMAND" value="/bin/bash" />
|
||||
<option name="PARAMETERS" value="-c "source /home/breadway/esp/esp-idf/export.sh && idf.py -B cmake-build-esp32 -p /dev/ttyUSB0 flash"" />
|
||||
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
|
||||
</exec>
|
||||
</tool>
|
||||
<tool name="ESP Flash + Monitor" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
|
||||
<exec>
|
||||
<option name="COMMAND" value="/bin/bash" />
|
||||
<option name="PARAMETERS" value="-c "source /home/breadway/esp/esp-idf/export.sh && idf.py -B cmake-build-esp32 -p /dev/ttyUSB0 flash monitor"" />
|
||||
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
|
||||
</exec>
|
||||
</tool>
|
||||
</toolSet>
|
||||
Loading…
Add table
Add a link
Reference in a new issue