Could I ask you to re-test the full building workflow before we enable windows_arm64
for all windows x86
packages?
- Unpack this package to
%HOME_PATH%/.platformio/packages/toolchain-xtensa
- Open
toolchain-xtensa/package.json
manifest in VSCode, replace:
"system": [
"windows_x86"
]
with
"system": [
"windows_x86",
"windows_arm64"
]
- Try building any ESP8266-based project.
Does it work?