linux target: add support for building esp_hw_support, soc and hal components for linux target

This commit is contained in:
Marius Vikhammer
2022-12-02 14:54:27 +08:00
parent f7d6f83c41
commit 4ddbaa4166
21 changed files with 250 additions and 21 deletions
@@ -27,6 +27,7 @@ typedef enum {
CHIP_ESP32H4 = 6, //!< ESP32-H4
CHIP_ESP32C2 = 12, //!< ESP32-C2
CHIP_ESP32C6 = 13, //!< ESP32-C6
CHIP_POSIX_LINUX = 999, //!< The code is running on POSIX/Linux simulator
} esp_chip_model_t;
/* Chip feature flags, used in esp_chip_info_t */