-
-
Notifications
You must be signed in to change notification settings - Fork 431
Function println not matched when using ArduinoCore-samd core #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
conclusion: resolved
Issue was resolved
criticality: medium
Of moderate impact
topic: language server
Related to the Arduino Language Server
type: imperfection
Perceived defect in any part of project
Comments
@enekochan |
Full error log:
|
thanks @enekochan |
This issue only occurs with specific boards:
It does not occur with these boards:
Similar to #307 |
cmaglie
added a commit
to arduino/arduino-language-server
that referenced
this issue
Dec 13, 2021
Those errors are present in the CMSIS-Atmel package, and makes the language server produce other bogus errors as a consquence of parse failure of header files. See arduino/arduino-ide#307 See arduino/arduino-ide#112
cmaglie
added a commit
to arduino/arduino-language-server
that referenced
this issue
Dec 16, 2021
Those errors are present in the CMSIS-Atmel package, and makes the language server produce other bogus errors as a consquence of parse failure of header files. See arduino/arduino-ide#307 See arduino/arduino-ide#112
Closing as resolved by arduino/arduino-language-server#92 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conclusion: resolved
Issue was resolved
criticality: medium
Of moderate impact
topic: language server
Related to the Arduino Language Server
type: imperfection
Perceived defect in any part of project
Describe the bug
Using the ArduinoCore-samd
println
function inSerial
is highligthed as "No matching member function for call to 'println
'" even if it is shown in code completition and the sketch is built without problems:To Reproduce
Serial.println("...");
statementExpected behavior
Call to
println
be correctly recognized as belonging toSerial
.Screenshots

Desktop:
The text was updated successfully, but these errors were encountered: