Julien Staub

Results 98 comments of Julien Staub

Stm32cube_f4_path must be the cube clone path https://github.com/STMicroelectronics/STM32CubeF4 Also you will need Arm-none-eabi-gcc instead of mingw for compiler.

Hello @BenArtes Sorry for delay. Could you please resolve conflict with main branch ? Is this PR complete for review or are there still some changes needed ?

I had a quick (1h) look. It seems [CMSIS itself doesn't support Clang](https://github.com/ARM-software/CMSIS_5/issues/790) I have seen some reports of [using Clang bare metal](https://stackoverflow.com/questions/61001441/how-to-crosscompile-for-stm32l4-cortex-m4-mcu-using-clang-llvm-on-windows) so I suppose it should work but...

Cool :) Thank you for your feedback. You got further than me. I'm on windows and haven't recompiled clang yet. Which from my understanding is needed to be able to...

Sorry for delay. This might be my last contribution for long time as I have not much time for personal development now. Side note about your alpha releases : please...

Yes. Supposing you talk about cmakefile and not makefile. Only drawback is that you will build some files that you not need thus increasing build time.

Cmake, make, VScode and cubeMX are different tools that may not play well together. They are different way to manage projects. **I'm not sure to fully understand your need.** Are...

What you propose is probably possible but would require work and is not current approach. The idea itself is not bad. If you don't care about compile time, just enable...

@shoftmadder #317 workflow builds fine. You will have to find out why test fails on MP1 and G0 families with your change.

> Recommended solution -- move to a non-broken version of STM32CubeG0 in the test environment It's not only for test environment. You must update lines 47-49 from utilities.cmake for doing...