forked from espressif/esp-idf
Merge branch 'feature/support_windowsARM64' into 'master'
feat(tools): Added Windows-ARM64 support Closes IDFGH-8928 See merge request espressif/esp-idf!25547
This commit is contained in:
@@ -125,6 +125,7 @@ class Platforms:
|
|||||||
'Windows-x86_64': PLATFORM_WIN64,
|
'Windows-x86_64': PLATFORM_WIN64,
|
||||||
'Windows-AMD64': PLATFORM_WIN64,
|
'Windows-AMD64': PLATFORM_WIN64,
|
||||||
'x86_64-w64-mingw32': PLATFORM_WIN64,
|
'x86_64-w64-mingw32': PLATFORM_WIN64,
|
||||||
|
'Windows-ARM64': PLATFORM_WIN64,
|
||||||
# macOS
|
# macOS
|
||||||
PLATFORM_MACOS: PLATFORM_MACOS,
|
PLATFORM_MACOS: PLATFORM_MACOS,
|
||||||
'osx': PLATFORM_MACOS,
|
'osx': PLATFORM_MACOS,
|
||||||
|
Reference in New Issue
Block a user