Closed
Description
Originally reported by @kittaakos:
With the 0.35.0-rc.1, there are a lot of compiler errors produced by the Arduino LS. For example, Unknown type name 'uint32_t' clang(unknown_typename)
, or Use of undeclared identifier 'Serial' clang(undeclared_var_use)
.
This could be caused by #1486
This is blocking the release of the nightly of the IDE2.
There is a test PR of the IDE2: arduino/arduino-ide#2267