Pascal Brunot
Pascal Brunot
ESP32 works with ESP8266 configuration for me
It fails even with a simple project, provided the toolchain / libraries have enough included files. Example with --verbose: ```cmd C:\Users\pasca\.platformio\packages\tool-clangtidy\clang-tidy --quiet --checks=-*,cert-*,clang-analyzer-* --fix C:\Users\pasca\Git\rfid-arduino\src\AuthProvider.cpp C:\Users\pasca\Git\rfid-arduino\src\BoardState.cpp C:\Users\pasca\Git\rfid-arduino\src\FabServer.cpp C:\Users\pasca\Git\rfid-arduino\src\Machine.cpp C:\Users\pasca\Git\rfid-arduino\src\main.cpp C:\Users\pasca\Git\rfid-arduino\src\RFIDWrapper.cpp...
With clang-tidy ( LLVM version 17.0.6 ) I can't find a workaround. I tried to put all the long command-line arguments into a .clang-tidy YAML file with ExtraArgs : ''...
I found a workaround : using vscode under Linux. At least this proves the issue is due to command line arguments length.