Julien Staub

Results 98 comments of Julien Staub

OK so here is my HW design : [circuitMaker](https://workspace.circuitmaker.com/Projects/Details/Julien-STAUB/blink1-pannel) I only changed the LED because I did not found the other but it has the same driver. The firmware is...

Hello, this is more or less related but I suppose that you will get more and more issues here doe to the arc welder plugin beeing integrated to Cura. Consider...

@FormerLurker it's really easy to add a licence. Just clic "add file" in Github interface and name it licence. A button to use one of the templates will appear. ![image](https://user-images.githubusercontent.com/4628382/108618598-b2f2d900-741f-11eb-9651-d592a9598ce7.png)...

@FormerLurker Thank you I tried exporting more precise STL and increasing resolution to 0.075mm and both worked well. Note that in Cura the setting is limited to 0.025-0.075mm range. But...

> Actually, the __ASM is defined __asm in the CMSIS_compiler.h file like as follows: Actually it is NOT. See here that you did not take correct file as I am...

First to answer your question I use arm-none-eabi-gcc thus this is applied : ``` #elif defined ( __GNUC__ ) #include "cmsis_gcc.h" ``` secondly let me re-explain the issue `asm` must...

Sorry if I have been unclear but I do NOT request you to have third part code modified. Allow me to write it in different way because I'm not native...

Hi @RKOUSTM , I agree this is a big workload to make all changes. And yes the API of the HAL will change in that way that the function prototype...

> It might break user code that uses function pointers against the API, but still that's not a reason **not** to make it `const`-correct. I honestly I didn't see this...

Will also need https://github.com/STMicroelectronics/STM32CubeMP1/pull/16