Installation:
- Install latest STM32CubeIDE (link)
- Install
cmake4eclipse
extension (Help
>Eclipse Marketplace...
> search forcmake4eclipse
and install it) - For FreeRTOS-aware debugging, install the
FreeRTOS
plugin from here.
Generate and open the project:
- Generate a project file by running:
python utils/build.py --generate-cproject
- Open the project in the IDE (
File
>Import Projects from File System...
> Select the root directory of this repository >Finish
) - Right click on the project and select
Properties
. Make sure the settings forIndexer
is the same as on the screenshot below (sometimes, it does not get loaded).
💡Changes to the generated project are not tracked by git. The build is still driven by CMake; therefore, if you want to add a file or change some compiler settings, change it in CMakeLists.txt directly.