Merge branch 'feature/support_windowsARM64' into 'master'

feat(tools): Added Windows-ARM64 support

Closes IDFGH-8928

See merge request espressif/esp-idf!25547
pull/12177/head
Roland Dobai 2023-08-30 22:14:34 +08:00
commit e2b262fa61
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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,