Kacper Kowalski
Kacper Kowalski
Sorry, for closing/reopening - my browser is broken and I can't see the buttons on the page. I generate `compile_commands.json` using `cmake` and create a symbolic link to the file...
Ok. Thanks, @bstaletic for the suggestion about the compilation database. I compile using `arm-none-eabi` toolchain for STM32 chip series. A single entry for the erroneous C++ file look like that:...
@SSYYL then when having a rotated image how to configure the display to increment with Y axis and not the X axis? I use EPD 2.13 Black & White, with...
@SSYYL Could you take a look? :)
You mean the hardware schematic? I use this one: https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT Let me explain my issue in a more detailed way. In the product I currently develop, the image is provided...
@JavierNR from the logs it is clear that your client responds with 404 to Bootstrap Interface commands (Bootstrap Discover, Bootstrap Read Request). I had similar issue - my LWM2M client...
@AlexDoanTB well, after applying the patch, I have tried that with the Wakaama client, according to the [guide here](https://thingsboard.io/docs/reference/lwm2m-api/#step-4-connect-the-device), and it worked. The client finds no problem connecting to the...
@kadircet After two years, are the concerns still valid? I.e. is querying the index in `prepare()` still expensive, or it got cheaper during the progression of clangd? Was some kind...
Hey! Thanks for contributing! :) Could you provide a small sample of code and the requirements, like how to build the sample and with what compiler invocation, to reproduce?
Hey, thanks for contribution! @herrfrei Your solution is good, but I used explicit type, instead of C-like casting: 2bf566841ea7ac9d307de7e6494a9ec329b6c794 Also, instead of: ``` macro (CreateRuntimeTests) ... target_compile_options(jungles_bitfield_runtime_tests PRIVATE -Wall) if(NOT...