ESP-IDFを使ってみる

ESP32-S31開発ボード

2025年11月頃にESP-IDF V6.1の開発版が公開されました。
開発版をインストールしたら、esp32s31がターゲットになっていました。
ネット上の書き込みを見ると、RISC-VコアでWiFiもBluetoothも無しの様です。
ESP32S3の廉価版ではなく、ESP32P4の廉価版の様です。
そろそろxtensaコアの新しいモデル(ESP32S4)が欲しいところです、
$ idf.py set-target
Usage: idf.py set-target [OPTIONS] {esp32|esp32s2|esp32c3|esp32s3|esp32c2|esp3
                         2c6|esp32h2|esp32p4|esp32c5|esp32c61|linux|esp32h21|e
                         sp32h4|esp32s31}
Try 'idf.py set-target --help' for help.

Error: Missing argument '{esp32|esp32s2|esp32c3|esp32s3|esp32c2|esp32c6|esp32h2|esp32p4|esp32c5|esp32c61|linux|esp32h21|esp32h4|esp32s31}'. Choose from:
        esp32,
        esp32s2,
        esp32c3,
        esp32s3,
        esp32c2,
        esp32c6,
        esp32h2,
        esp32p4,
        esp32c5,
        esp32c61,
        linux,
        esp32h21,
        esp32h4,
        esp32s31

続く....