feat(tools): Added Windows-ARM64 support

Closes https://github.com/espressif/esp-idf/issues/10345
This commit is contained in:
Marek Fiala 2023-08-24 16:18:13 +02:00
parent 641fdabbf0
commit 630b77094f

View File

@ -125,6 +125,7 @@ class Platforms:
'Windows-x86_64': PLATFORM_WIN64,
'Windows-AMD64': PLATFORM_WIN64,
'x86_64-w64-mingw32': PLATFORM_WIN64,
'Windows-ARM64': PLATFORM_WIN64,
# macOS
PLATFORM_MACOS: PLATFORM_MACOS,
'osx': PLATFORM_MACOS,