Porting to waveshare esp32c5 n16r8#2415
Open
XII-MENG wants to merge 4 commits into
Open
Conversation
Comment out the 'waveshare-c5-tft' entry in platformio.ini.
This file contains hidden or 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
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.
Proposed Changes
Adds initial support for the Waveshare ESP32-C5 N16R8 board by porting the firmware to the ESP32-C5 (RISC-V) platform.
All core features (WiFi, filesystem, display, buttons, and networking) are functional.
5 Buttons
1.47 320x172 ST7789
Identified a limitation where the SD card is only recognized when inserted before boot. While the SD interface initializes correctly, it is not dynamically exposed in the Files UI when inserted after startup.
Types of Changes
New Feature (ESP32-C5 board support)
Platform Port
Verification
Device boots successfully
Display and buttons input working
SD card:
Detected and usable if inserted before boot
Not shown in Files UI when inserted after boot
Testing
Manual testing performed on hardware:
Boot with/without SD card
File browsing via internal storage and SD
Network-related features tested
CC1101
NRF24
Linked Issues
SD card is only detected when inserted before boot.
User-Facing Change
Adds experimental support for ESP32-C5 (Waveshare N16R8 board).
Further Comments