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

Feature: ESP32-C3 support #1666

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Feature: ESP32-C3 support #1666

wants to merge 14 commits into from

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    94e3c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600bd24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d819115 View commit details
    Browse the repository at this point in the history
  4. esp32c3: Implemented support for preparing the device (switching off …

    …the WDTs) for more reliable discovery
    dragonmux committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    41ac946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4444dd0 View commit details
    Browse the repository at this point in the history
  6. esp32c3: Implemented support for restoring the WDTs and customised ha…

    …lt/resume functions to take care of them properly
    dragonmux committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    21a3ed1 View commit details
    Browse the repository at this point in the history
  7. esp32c3: Implemented support for performing SPI reads and reading out…

    … the JEDEC ID of the SPI Flash
    dragonmux committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7a38761 View commit details
    Browse the repository at this point in the history
  8. esp32c3: Implemented support for performing SPI writes, running comma…

    …nds and added the SPI Flash region mapping
    dragonmux committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    9da5071 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    836af91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f7e932e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8126921 View commit details
    Browse the repository at this point in the history
  12. esp32c3: Implemented i-cache invalidation and reload for post-complet…

    …ion of Flash operations
    dragonmux committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    6747601 View commit details
    Browse the repository at this point in the history
  13. esp32c3: Hacky patch to make Flash write almost work correctly at the…

    … loss of a huge amount of speed (25% the speed)
    dragonmux committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    8560143 View commit details
    Browse the repository at this point in the history
  14. esp32c3: Implemented a custom memory read routine that directly reads…

    … the SPI Flash to solve the access problem
    dragonmux committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    fe7a8a2 View commit details
    Browse the repository at this point in the history