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

espressif: refactor after removing IDF submodule #1738

Merged
merged 4 commits into from
Jul 24, 2023

Commits on Jul 20, 2023

  1. espressif: preferred use of a installed esptool

    Signed-off-by: Almir Okato <almir.okato@espressif.com>
    almir-okato committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fc02639 View commit details
    Browse the repository at this point in the history
  2. espressif: remove IDF git submodule and add its reference by param

    Remove the ESP-IDF from git submodules to avoid potential
    duplicated repo clones on the user system. IDF HAL code is still
    a dependency for Espressif port, therefore now the HAL code
    reference needs to be passed by parameter when building.
    
    The Espressif port was also updated to work with last v5.1 IDF
    code.
    
    Signed-off-by: Almir Okato <almir.okato@espressif.com>
    almir-okato committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4ea6e49 View commit details
    Browse the repository at this point in the history
  3. ci: espressif: update CI after the IDF submodule remove

    Update the script for cloning and installing Espressif IDF needed
    for building MCUboot Espressif's port on CI.
    
    Signed-off-by: Almir Okato <almir.okato@espressif.com>
    almir-okato committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2bd2809 View commit details
    Browse the repository at this point in the history
  4. docs: espressif: update documentation after ESP-IDF submodule removal

    Signed-off-by: Almir Okato <almir.okato@espressif.com>
    almir-okato committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c2a4ff8 View commit details
    Browse the repository at this point in the history