From c6e5ab2bee01483913b6ff1f2afba21a01018c96 Mon Sep 17 00:00:00 2001 From: robin Date: Fri, 20 Sep 2024 16:44:13 +0100 Subject: [PATCH] think thats it. Hopefully no more eclipse hassle. --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..494b1ef --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# Making an STM32 IDE project that can be restored from git and actually compiled first GO! + + +Create the project but do not allow to write into its default workspace. + +Create a new project in your projects directory (for me ~/projects). + +Force the STM32IDE to use this directory. + + +Now add (git add -f) + +* .cproject +* .mxproject +* .project +* .settings/language.settings.xml +* .settings/org.eclipse.core.resources.prefs +* .settings/stm32cubeide.project.prefs +* TEST_MOBILE_STM_PROJECT.ioc +* STM32F446RETX_FLASH.ld +* Core/ +* Drivers/ + + +Now with all this you should be able to git restore and compile +without being mucked about by eclipse. + + + + +