Martin Turski
Martin Turski
I really like the idea of a collision exporter and importer! Could you try coding this on the new "librw" codebase? It should be much cleaner since it has a...
> I really hope you have thoroughly tested these new compilers on all boards effected, and are not just blindly upgrading them... beyond it still compiles... The upgrade process is...
Please watch PRs https://github.com/me-no-dev/ESPAsyncWebServer/pull/1142 and https://github.com/luc-github/ESP3DLib/pull/51 for merging, then change back dependencies if the official packages work.
> I really hope you have thoroughly tested these new compilers on all boards effected, and are not just blindly upgrading them... beyond it still compiles... @ellensp Hey I need...
Please monitor PR https://github.com/espressif/arduino-esp32/pull/7744 + check for the release of arduino-espressif32 version 2.0.7. Then remove the custom dependency from esp32.ini !
> I noticed that you added gnu++1z to avr env > (...) > The document also state "This is the default" is this define even needed? > (...) > 38...
@ellensp Please note that the currently available GCC **for AVR** version is 7.3 on PlatformIO and you have mentioned the default -std=c++17 option that is only from GCC version 11....
As part of my work I can fix the following issue: https://github.com/MarlinFirmware/Marlin/issues/24717
> "As part of my work I can fix the following issue: #24717" > > That is trivial, main issue is pins_debugging needs re written for stm32 platform, it doesn't...
> Marlin is reluctant to bump toolchain versions because _it will_ break things, potentially for thousands people. Can you test at least dozens configurations for each MCU? And that's just...