Vladislav
Vladislav
> If the linker script used is updated with `READONLY` keyword then user using CMake with older version of the toolchain simply can't build. So what is the good solution?...
> Hi @brightproject I've made a PR to fix this. Anyway see my comment: [#2490 (comment)](https://github.com/stm32duino/Arduino_Core_STM32/pull/2490#issuecomment-2301603605) > > For ref: https://www.redhat.com/en/blog/linkers-warnings-about-executable-stacks-and-segments Thank you very much for the correction and clarification...
It seems I have a [similar](https://github.com/sivar2311/platformio_boards/issues/2) problem, but it doesn't bother me yet, because the ESP32 microcontroller works as it should.
> When I design a time critical app I use a dedicated SPI port for the SD, multiple threads in a RTOS or interrupts to provide fast access for sensors....
Thank you for your response. I found some explanation in the code, although this is a slightly different project, but I think there are some common points with `esp32_can`. >...
Hello @fbiego 🙂 Thank you for your help, but unfortunately I still couldn't run `lv_platformio` in the Linux subsystem on Windows `WSL`. `Vscode` itself runs great using a command in...
Hello @fbiego 🙂 Is there any way to run this code examples in `lvgl 8.3.11`? I was planning to run some of my projects for version `lvgl 8.3.11` in the...
> in v8 the sdl drivers were not included in the library, check the repo here before it was updated to v9 > > https://github.com/lvgl/lv_platformio/tree/b68b2d8e230840b7a10a16cd591ffede02f422a4 Thank you. Is this a...
> Hello [@brightproject](https://github.com/brightproject) Good day @fbiego Could you tell me please, how to correctly add my code to the main file of the `lv_platformio` simulator to animate and animate some...
Yes, thank you for your response🙂 I understand the difference between the Arduino structures and the classic scheme with ``` int main(int argc, char **argv) { while(1) { } }...