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 NOR spiFLASH 32MB..128MB (S2, S3) (IDFGH-6003) #7688

Closed
wants to merge 16 commits into from
Closed

add support for NOR spiFLASH 32MB..128MB (S2, S3) (IDFGH-6003) #7688

wants to merge 16 commits into from

Commits on Oct 13, 2021

  1. add support for Flash 32MB..1024MB (S2, S3)

    ESP32-S2 and ESP32-S3
    supports up to 1 GB of external flash and RAM
    add support for
    -    32MB
    -    64MB
    -    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
    -    256MB
    -    512MB
    -    1024MB
    ESP32DE committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e3c56e9 View commit details
    Browse the repository at this point in the history
  2. add support for Flash 32MB..1024MB (S2, S3)

    ESP32-S2 and ESP32-S3
    supports up to 1 GB of external flash and RAM
    add support for
    -    32MB
    -    64MB
    -    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
    -    256MB
    -    512MB
    -    1024MB
    ESP32DE committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e2e5e2e View commit details
    Browse the repository at this point in the history
  3. add support for Flash 32MB..1024MB (S2, S3)

    ESP32-S2 and ESP32-S3
    supports up to 1 GB of external flash and RAM
    add support for
    -    32MB
    -    64MB
    -    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
    -    256MB
    -    512MB
    -    1024MB
    ESP32DE committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    d3b4fd2 View commit details
    Browse the repository at this point in the history
  4. add support for Flash 32MB..1024MB (S2, S3)

    ESP32-S2 and ESP32-S3
    supports up to 1 GB of external flash and RAM
    add support for
    -    32MB
    -    64MB
    -    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
    -    256MB
    -    512MB
    -    1024MB
    ESP32DE committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    53ff2d7 View commit details
    Browse the repository at this point in the history
  5. add support for Flash 32MB..1024MB (S2, S3)

    ESP32-S2 and ESP32-S3
    supports up to 1 GB of external flash and RAM
    add support for
    -    32MB
    -    64MB
    -    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
    -    256MB
    -    512MB
    -    1024MB
    ESP32DE committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    5106cfb View commit details
    Browse the repository at this point in the history
  6. add support for Flash 32MB..1024MB (S2, S3)

    ESP32-S2 and ESP32-S3
    supports up to 1 GB of external flash and RAM
    add support for
    -    32MB
    -    64MB
    -    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
    -    256MB
    -    512MB
    -    1024MB
    ESP32DE committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    12c112c View commit details
    Browse the repository at this point in the history
  7. Update gen_esp32part.py

    ESP32DE committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    36f5805 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Update Kconfig.projbuild

    - removed 256MB, 512MB, 1024MB since we have tested only do 128MB
    ESP32DE committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d205e67 View commit details
    Browse the repository at this point in the history
  2. Update gen_esp32part.py

    - removed 256MB, 512MB, 1024MB since we have tested only do 128MB
    ESP32DE committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d08cebc View commit details
    Browse the repository at this point in the history
  3. Update esp_image_format.c

    - removed 256MB, 512MB, 1024MB since we have tested only do 128MB
    ESP32DE committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    dee59b9 View commit details
    Browse the repository at this point in the history
  4. Update bootloader_esp32s3.c

    - removed 256MB, 512MB, 1024MB since we have tested only do 128MB
    ESP32DE committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    2788d5e View commit details
    Browse the repository at this point in the history
  5. Update esp_app_format.h

    - removed 256MB, 512MB, 1024MB since we have tested only do 128MB
    ESP32DE committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    0c09032 View commit details
    Browse the repository at this point in the history
  6. Update bootloader_esp32s2.c

    - removed 256MB, 512MB, 1024MB since we have tested only do 128MB
    ESP32DE committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7eca095 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    782a04f View commit details
    Browse the repository at this point in the history
  2. link correction esp32-s3-wroom-1 | 1u

    - link correction ( esp32-s3-wroom-1  esp32-s3-wroom-1u )
    ESP32DE committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0f6e646 View commit details
    Browse the repository at this point in the history
  3. link correction esp32-s3-wroom-1 | 1u

    - link correction ( esp32-s3-wroom-1  esp32-s3-wroom-1u )
    ESP32DE committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d94fd49 View commit details
    Browse the repository at this point in the history