我下载了最新的ESP-IDF版本:esp-idf-v4.4.2,
开发板是:ESP8684-DevKitM-1, 这应该是配置为ESP32-C2目标芯片,
我首先测试ESP-IDF里面的hello_world项目,按官网上说明:输入:idf.py set-target esp32c2,配置ESP32-C2目标芯片
结果报告以下错误信息:
D:ESP8684Softexamplesget-startedhello_world>idf.py set-target esp32c2
Usage: idf.py set-target [OP
tiONS] {esp32|esp32s2|esp32c3|esp32s3|linux|esp32h2}
Try 'idf.py set-target --help' for help.
Error: Invalid value for '{esp32|esp32s2|esp32c3|esp32s3|linux|esp32h2}': 'esp32c2' is not one of 'esp32', 'esp32s2', 'esp32c3', 'esp32s3', 'linux', 'esp32h2'.
好像是不支持 esp32c2 这个型号?
请问这个问题怎么解决,谢谢!