Go to file
2024-09-20 16:44:13 +01:00
.settings source code added 2024-09-20 15:41:01 +01:00
Core Drivers! DiffMerge does not show missing folders as differences btw 2024-09-20 16:29:46 +01:00
Drivers Drivers! DiffMerge does not show missing folders as differences btw 2024-09-20 16:29:46 +01:00
.cproject Drivers! DiffMerge does not show missing folders as differences btw 2024-09-20 16:29:46 +01:00
.mxproject Drivers! DiffMerge does not show missing folders as differences btw 2024-09-20 16:29:46 +01:00
.project Initial commit of a MOBILE STM32IDE project. 2024-09-20 11:59:03 +01:00
README.md think thats it. Hopefully no more eclipse hassle. 2024-09-20 16:44:13 +01:00
STM32F446RETX_FLASH.ld the linker script 2024-09-20 16:16:12 +01:00
TEST_MOBILE_STM_PROJECT.ioc Drivers! DiffMerge does not show missing folders as differences btw 2024-09-20 16:29:46 +01:00

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.