From 4582737c96acfecfdaebbb0f6f40186b23308158 Mon Sep 17 00:00:00 2001 From: CarlWachter Date: Wed, 26 Mar 2025 16:26:04 +0100 Subject: [PATCH] doc --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8ff1fe..bc134ae 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,10 @@ cmake --build build My `STM32_CUBE_F4_PATH` on MacOS is: `/var/root/STM32Cube/Repository/STM32Cube_FW_F4_V1.28.1` and on MacOS I had to configure and build using sudo since var is protected. -Code generation can be done through CubeMX (Note that we only use the core as the drivers are loaded via cmake from an existing toolchain) and flashing through CubeProgrammer or CubeCLI. \ No newline at end of file +Code generation can be done through CubeMX (Note that we only use the core as the drivers are loaded via cmake from an existing toolchain) and flashing through CubeProgrammer or CubeCLI. + +### *OR* + +Use the `STM32 VS Code Extension` and hit import CMake Project. In this case I already did it, hence the `.vscode` folder. + +Now all you have to do is adjust the `STM32_CUBE_F4_PATH` setting in your `CMakePresets.json` to your needs and hit build. \ No newline at end of file