-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
dragonmux
wants to merge
14
commits into
main
Choose a base branch
from
feature/esp32-c3-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+503
−6
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
21 times, most recently
from
November 16, 2023 05:17
be4224b
to
bb58a43
Compare
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
6 times, most recently
from
November 17, 2023 23:49
e937b68
to
4df82a4
Compare
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
3 times, most recently
from
November 27, 2023 16:06
3f6c32d
to
eadd437
Compare
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
from
January 14, 2024 04:00
eadd437
to
5f61869
Compare
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
from
March 3, 2024 10:08
5f61869
to
a30f8c9
Compare
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
2 times, most recently
from
June 28, 2024 04:55
188b836
to
a066fd1
Compare
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
3 times, most recently
from
July 8, 2024 21:41
b95a650
to
f34a2c6
Compare
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
4 times, most recently
from
August 12, 2024 05:59
c90d847
to
48cb86c
Compare
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
from
September 4, 2024 21:07
48cb86c
to
2f2cccb
Compare
…the WDTs) for more reliable discovery
…lt/resume functions to take care of them properly
… the JEDEC ID of the SPI Flash
…nds and added the SPI Flash region mapping
…ion of Flash operations
… loss of a huge amount of speed (25% the speed)
… the SPI Flash to solve the access problem
dragonmux
force-pushed
the
feature/esp32-c3-support
branch
from
September 7, 2024 16:04
2f2cccb
to
fe7a8a2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Detailed description
This PR introduces support for the ESP32-C3, Espressif's first RISC-V target.
This includes full memory maps and support for the SPI Flash on interface SPI1.
Your checklist for this pull request
make PROBE_HOST=native
)make PROBE_HOST=hosted
)Closing issues