Luca Burelli
Luca Burelli
@redmuchroom Hello, I was going to start the same work (add support for the Controllino MEGA). Will you share your current work or create a pull request? Thanks in advance!...
Hi @laurenmurphyx64 and thanks for looking into llext. I tried your code on my STM32H7 and... was able to run the test "successfully" with the following command: ``` west build...
Hello @tttapa and thanks for raising this. Your analysis is totally correct, this is an unfortunate side effect of the work that has been added last year to support the...
Thank you for the insight! Definitely open to suggestions, it is a thorny field so help is very much appreciated. Most of the API functions in their body call each...
Thank you for your idea and insightful example! :star_struck: :100: I think this is actually actionable and could work like the current solution, with the improvement of not polluting the...
Hello @jantje, sorry to hear this breaks for you as well. What Arduino-ESP32 version are you using? This was already implemented in the 2.0.x branch since 2.0.10 IIRC. What specifically...
Thanks for the clarifications @jantje, I understand the issue now. > 3. Sloeber currently does not distinguish between the core or project files (the core is build with include references...
@jantje I am merely offering my point of view as an Arduino core developer. As I wrote, soon after the feature was released, the same pain was shared by other...
Hello @davetcc - the rationale comes from the way we have been numbering pins on all boards made by Arduino (the company). We have board families (Uno, Giga, Nano, etc)...
I managed to investigate this by manually calling `pylint -v -v -v scripts/build/llext_*` (not using the CI's `pylintrc`). This output suggests other lines may be triggering the failure: ``` scripts/build/llext_slidlib.py:1:0:...