mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
Add Linux support for find_apps and build_apps
This commit is contained in:
@@ -289,12 +289,13 @@ class BuildSystem:
|
|||||||
Objects of these classes aren't instantiated, instead the class (type object) is used.
|
Objects of these classes aren't instantiated, instead the class (type object) is used.
|
||||||
"""
|
"""
|
||||||
NAME = "undefined"
|
NAME = "undefined"
|
||||||
SUPPORTED_TARGETS_REGEX = re.compile(r'Supported [Tt]argets((?:[\s|]+(?:ESP[0-9A-Z\-]+))+)')
|
SUPPORTED_TARGETS_REGEX = re.compile(r'Supported [Tt]argets((?:[ |]+(?:[0-9a-zA-Z\-]+))+)')
|
||||||
|
|
||||||
FORMAL_TO_USUAL = {
|
FORMAL_TO_USUAL = {
|
||||||
'ESP32': 'esp32',
|
'ESP32': 'esp32',
|
||||||
'ESP32-S2': 'esp32s2',
|
'ESP32-S2': 'esp32s2',
|
||||||
'ESP32-S3': 'esp32s3',
|
'ESP32-S3': 'esp32s3',
|
||||||
|
'Linux': 'linux',
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Reference in New Issue
Block a user