-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/esp32: update documentation for ESP32-C3 #18350
cpu/esp32: update documentation for ESP32-C3 #18350
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to split off non-logic changes, but maybe this is then a good motivation to merge #18345 soon 😄
@@ -166,7 +166,7 @@ either based on | |||
- Tensilica Xtensa 32-bit LX7 microprocessor (ESP32-S2, ESP32-S3), or | |||
- 32-bit RISC-V CPU (ESP32-C3, ESP32-H2). | |||
|
|||
At the moment, ESP32 variant is supported by RIOT-OS. | |||
At the moment, ESP32 and ESP32-C3 variants (families) are supported by RIOT-OS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now this is a lie until #18345 is merged 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I simply tried to reduce the size of the core PR as much as possible. |
Contribution description
This PR is a split-off from PR #17844, which updates the documentation for ESP32-C3.
Testing procedure
Green CI without compilation test since only
*.txt
files are changed.Issues/PRs references