Jacques Supcik

Results 6 issues of Jacques Supcik

I would like to insert a version history table in some of my documents. I found the [vhistory](https://ctan.org/pkg/vhistory?lang=en) package that does the job. So I edited the template and defined...

To write internationalized apps, it is useful to know the language of the request. If the request comes from Google Actions, we have a `user` in the `originalRequest` field (`originalRequest.data.user`)...

library

**Setup** - Board : STM32F412G-DISCO - IDE : VS Code + Platform.io **Describe the bug** The BSP for the STM32F412G-DISCO (`Drivers/BSP/STM32412G-Discovery/stm32412g_discovery.c`) has a [method to initialize the serial communication](https://github.com/STMicroelectronics/STM32CubeF4/blob/52757b5e33259a088509a777a9e3a5b971194c7d/Drivers/BSP/STM32412G-Discovery/stm32412g_discovery.c#L463) :...

internal bug tracker
bsp

The comparison of `backLen` in MFRC522Extended.cpp was incorrect. When compiled in ESP/IDF, the compiler gave the error : "ordered comparison of pointer with integer zero" | Q | A |...

My goal with this contribution is to simplify the collaboration with contributors. So I added a `.clang-format` file with settings compatible with the IDF Style Guide. I also added a...

I would be happy to work on some TODO in this project (in particular the new I2C library for IDF >= 5.2.0). Could you please provide a ".clang-format" file with...