escherstair
escherstair
A W10 installer would be useful for me. Let me know if I can help in some way to get this.
I was able to create an installer with inno setup (x64 architecure only)
+1 from my side too
In this case the workaround is ok, but imagine it's ```C #define DUMMY_STRING "this is a dummy string" ``` The C preprocessor can concatenate the strings in this way ```C...
@rokath I agree with you. **trice** tool cannot do the job of a C preprocessor, and the proposed workaround it's not worth the effort. This topic comes from a real...
Thank you very much.
Hello @ALABSTM I've just found this issue and so I'm not opening a duplicate. I'd like saying that a fix should be necessary soon, otherwise there are a lot of...
I think now I understood, and so I propose tho change https://github.com/STMicroelectronics/STM32CubeH7/blob/b340b13929e36a3427b8d94e8b1006022f82273f/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c#L254-L256 into ``` * The Systick must run at the lowest **possible** priority, and the concept of **possible** is...
@tgockel @Sekenre do you have plans to merge this pull request? Typed arrays is exactly the feature I miss
Based on [RFC 8746 Homogeneous arrays](https://datatracker.ietf.org/doc/html/rfc8746#section-3.2) this is not limited to array of integers, but > it has elements that are all of the same application model data type. The...