Vladimir Petrigo
Vladimir Petrigo
Hello, I have met a [package](https://github.com/kmi/node-red-contrib-noble/tree/master/noble) which provides static library during npm build. And bitbake generates QA error during `do_package_qa` task. Should the *staticdev* rule be added to `INSANE_SKIP_${PN}` variable...
Hello, First of all, I'd like to say thank you for your library. I want to propose extension of current thread pool initialization process in order to be able to...
**To do**: - [ ] Add Appveyor configuration - [ ] (*Optional*) Make necessary changes in CMake files to meet Windows requirements
Hello, I have met an issue that the library right now does not report an error if a message with QoS 1 (that should be valid for QoS 2 as...
Hello, This part in the ADC LL driver contains duplicated arguments in `&` chain: https://github.com/STMicroelectronics/STM32CubeL4/blob/d023c0d560ace11509f9b761c8913a9e48fcf194/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_adc.h#L5216 Since `READ_BIT` is expanded to that: ```c ((*preg) & AWDy)) ``` The second `AWDy` usage...
Hello, I would like to propose a change in the `SHELL_CMD` structure that allows a user to provide theirs own command description that may be used in the help command...