psram: add ESP32-D0WD-R2-V3 support

This commit is contained in:
Cao Sen Miao
2021-11-10 12:50:12 +08:00
parent f104bf1b76
commit ce1ee3d8ae
5 changed files with 25 additions and 14 deletions

View File

@@ -34,6 +34,7 @@ typedef enum {
#define CHIP_FEATURE_BLE BIT(4) //!< Chip has Bluetooth LE
#define CHIP_FEATURE_BT BIT(5) //!< Chip has Bluetooth Classic
#define CHIP_FEATURE_IEEE802154 BIT(6) //!< Chip has IEEE 802.15.4
#define CHIP_FEATURE_EMB_PSRAM BIT(7) //!< Chip has embedded psram
/**
* @brief The structure represents information about the chip