-
-
Notifications
You must be signed in to change notification settings - Fork 431
Arduino language features do not work with Arduino Nano Every
board
#1263
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
Comments
Arduino Nano Every
board
It was a problem with the `Arduino Nano Every board. From the Arduino LS logs:
From the clangd logs:
|
Arduino Nano Every
boardArduino Nano Every
board
Thanks @kittaakos. I see we are already tracking the lack of support for the ATmega4809 of the Nano Every by the clangd language server at #31 What remains is this:
It sounds like it may be a defect. I am able to reproduce the similar board selection reversion on a Save As operation (#657), but I was not able to reproduce the problem of reversion on startup. Would you mind providing more detailed instructions to reproduce the issue? |
👆 Only selections that are "ready for verification" (there is a selected port for the board) are remembered and restored by IDE2. every-nano.mp4 |
Sounds unnecessarily convoluted, as seems to be the rule with the "automagical" board selection stuff added in Arduino IDE 2.x, but apparently it is intended so I'll close this as a duplicate of #31 |
Describe the problem
The Arduino language features are not available after startup.
To reproduce
Arduino Uno
board (can be any), verify language features work (makevoid loop
tovoidx loop
), ✅Arduino Nano Every
board is restored as the selected one,LS_does_not_work_after_startup.mp4
Expected behavior
The LS correctly starts, and the Arduino language features are available after the IDE2 start and the selected board restoration.
Arduino IDE version
Version: 2.0.0-rc9 Date: 2022-07-20T13:46:43.411Z CLI Version: 0.25.0 [4fd95834] Copyright © 2022 Arduino SA
Operating system
macOS
Operating system version
12.3.1
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: