Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ESP32-P4 and ESP32-C5 models in the 'version' advanced console command output (IDFGH-13719) #14590

Closed
wants to merge 1 commit into from

Commits on Sep 16, 2024

  1. add model ESP32P4 ESP32C5

    the model ESP32P4 and ESP32C5 was unknown on 
    version command in iperf example
    add model ESP32P4 and ESP32C5
    which prints out model names now by the knowed model
    ESP32P4 = "ESP32-P4"
    ESP32C5 = "ESP32-C5"
    
    example app: iperf  
    
    before:
    iperf> version
    IDF Version:v5.4-dev-2744-g59e1838270-dirty
    Chip info:
            model:Unknown
            cores:1
            feature:/802.11bgn/BLE/External-Flash:8 MB
            revision number:0
    iperf>
    
    after this add model is knowed now
    
    iperf> version
    IDF Version:v5.4-dev-2744-g59e1838270-dirty
    Chip info:
            model:ESP32-C5
            cores:1
            feature:/802.11bgn/BLE/External-Flash:8 MB
            revision number:0
    iperf>
    ESP32DE authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e2f7e0e View commit details
    Browse the repository at this point in the history