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

ESP32 Arduino v3.1.0 Preparation #10202

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

ESP32 Arduino v3.1.0 Preparation #10202

wants to merge 32 commits into from

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    e1673e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f77ce04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f1c22 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. add(build): Add initial ESP32-P4 skeleton

    Required to start compilation. Board is currently hidden and many options are removed
    me-no-dev committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c7e01e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    7fe4aa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    0a8888d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix(uart): sleep retention (#10248)

    * fix(uart): sleep retention
    
    sets new flag from IDF 5.3 that causes error with Serial.begin(115200).
    
    * fix(typo): typo and commentaries
    
    * feat(uart): adds memset to make structure empty
    
    * fix(uart): missing parentesis - typo
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    SuGlider and pre-commit-ci-lite[bot] committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4c4906f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa67115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b29fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b84244 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6dc9db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57518b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8352caf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8677a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    564612d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22fb402 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    855da42 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    e68b1cc View commit details
    Browse the repository at this point in the history
  2. IDF release/v5.3 (#10272)

    * IDF release/v5.3 2c46030b
    
    * IDF release/v5.3 cc3203dc
    
    * IDF release/v5.3 4d0db704
    me-no-dev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6768208 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. feat(esp32p4): Add initial ESP32-P4 support (#10358)

    * feat(esp32p4): Initial changes required for ESP32-P4
    
    * esp32-p4: Initial changes to build with Arduino
    
    Signed-off-by: Lucas Saavedra Vaz <[email protected]>
    
    * fix(esp32p4): Fix lib builder errors
    
    * change(esp32p4): Unhide board
    
    * ci(esp32p4): Add ESP32-P4 to workflow
    
    * change(esptool): Update esptool to 4.8.0
    
    * fix(build): Fix redefinition errors
    
    * fix(build): Remove old commands
    
    * change(esptool): Remove unsupported 32-bit tools
    
    * fix(get.py): Force exe generation
    
    * Revert "fix(get.py): Force exe generation"
    
    This reverts commit 979b16b.
    
    * fix(get.py): Fix system check
    
    * change(tools): Push generated binaries to PR
    
    * ci(esp32p4): Add missing ESP32-P4 entries
    
    * fix(esp32p4): Add chip info
    
    * fix(esp32p4): Fix build commands
    
    * docs(esp32p4): Add missing references to P4
    
    * fix(esp32p4): Fix clock sources definitions
    
    * fix(esp32p4): Set CPU frequency to 360 MHz so it is stable in all chips
    
    * refactor(esp32p4): Change preprocessor conditionals for maintainability
    
    Co-authored-by: me-no-dev <[email protected]>
    
    * fix(esp32p4): Add missing menu options
    
    * fix(esp32p4): Mark as not in development json in readme
    
    * fix(esp32p4): Add P4 to ci.json files
    
    * ci(pre-commit): Apply automatic fixes
    
    * fix(get.py): Remove unused include
    
    * ci(pre-commit): Apply automatic fixes
    
    * change(tools): Push generated binaries to PR
    
    * ci(pre-commit): Apply automatic fixes
    
    * fix(ci.json): Fix formatting
    
    ---------
    
    Signed-off-by: Lucas Saavedra Vaz <[email protected]>
    Co-authored-by: Jason2866 <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: me-no-dev <[email protected]>
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    5 people committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a4c33e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87c0e77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9398d52 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix(esp32p4): Fix compilation errors (#10371)

    * fix(esp32p4): Add missing touchpad definitions
    
    * fix(esp32p4): Add missing target in SPI example
    
    * fix(esp32p4): Start touch driver fix
    
    * fix(esp32p4): Skip touch examples while it is not implemented
    
    * fix(esp32p4): Add missing analog pin definitions
    
    * refactor(formatting): Fix formatting that was broken in P4 PR
    
    * fix(openthread): Add missing targets to skip
    
    * fix(esp32p4): Skip ethernet sketches
    
    * fix(esp32p4): Disable periman test while touch is not implemented
    
    * fix(esp32p4): Disable touch test while touch is not implemented
    
    * fix(esp32p4): Fix UART test
    
    * fix(esp32p4): Skip Wi-Fi test
    
    * fix(esp32): Skip unsupported example
    
    * fix(esp32p4): Fix skip files
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    lucasssvaz and pre-commit-ci-lite[bot] committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4bb287e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a01384 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    6935131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8422b74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a76b228 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    a5a5809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c980fdc View commit details
    Browse the repository at this point in the history
  3. fix(psram): Do not abort if PSRAM is not found

    Also add to heap in app_main
    me-no-dev committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    482c0a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    753e203 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0db5bef View commit details
    Browse the repository at this point in the history