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

Image info stuff (ESPTOOL-675) #874

Merged
merged 2 commits into from
Apr 25, 2023

Commits on Apr 24, 2023

  1. image_info: Display disabled WP pin as disabled

    The image formats know about the special value 0xee used to disable WP.
    Display this with image_info.
    
    E.g.:
    
    ESP32-C3 extended image header
    ==============================
    WP pin: 0xee (disabled)
    xyzzy42 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b6a0482 View commit details
    Browse the repository at this point in the history
  2. image_info: Print chip ID's name if known

    Example:
    
    Flash pins drive settings: clk_drv: 0x0, q_drv: 0x0, d_drv: 0x0, cs0_drv: 0x0, hd_drv: 0x0, wp_drv: 0x0
    Chip ID: 5 (ESP32-C3)
    Minimal chip revision: v0.0, (legacy min_rev = 0)
    Maximal chip revision: v655.35
    
    An unknown ID will be printed as:
    
    Chip ID: 42 (Unknown ID)
    xyzzy42 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0df000c View commit details
    Browse the repository at this point in the history