diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-08-31 13:25:35 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-08-31 13:25:35 -0400 |
| commit | 0ff718e7cd7159c30636aa323a666ac1af684f63 (patch) | |
| tree | 247e13a76a15d3f826ba949a5a4d82b79a35e652 /project/.project | |
| parent | 0f2ea7deaf0cba2f0ca07f6611c5a9e87d531f5b (diff) | |
| download | 340-repo-Sowgro-0ff718e7cd7159c30636aa323a666ac1af684f63.tar.gz 340-repo-Sowgro-0ff718e7cd7159c30636aa323a666ac1af684f63.tar.bz2 340-repo-Sowgro-0ff718e7cd7159c30636aa323a666ac1af684f63.zip | |
Setup project
Diffstat (limited to '')
| -rw-r--r-- | project/.project | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/project/.project b/project/.project new file mode 100644 index 0000000..82468c4 --- /dev/null +++ b/project/.project @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>project</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> + <triggers>clean,full,incremental,</triggers> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>com.st.stm32cube.ide.mcu.MCUProjectNature</nature> + <nature>com.st.stm32cube.ide.mcu.MCUCubeProjectNature</nature> + <nature>org.eclipse.cdt.core.cnature</nature> + <nature>com.st.stm32cube.ide.mcu.MCUCubeIdeServicesRevAev2ProjectNature</nature> + <nature>com.st.stm32cube.ide.mcu.MCUAdvancedStructureProjectNature</nature> + <nature>com.st.stm32cube.ide.mcu.MCUSingleCpuProjectNature</nature> + <nature>com.st.stm32cube.ide.mcu.MCURootProjectNature</nature> + <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> + <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> + </natures> +</projectDescription> |
