Add ESP32-S3-DevKitC-1-N32R16, fix N32R8 product link - #1799
Merged
makermelissa merged 1 commit intoAug 12, 2026
Conversation
The n32r8 page linked Adafruit 5364, which is the N32R16V board. Adafruit does not sell an N32R8V, and that module is EOL. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Adds the download page for
espressif_esp32s3_devkitc_1_n32r16, the board def added in adafruit/circuitpython#11192. Verified on hardware by @grgrant: 32MB flash, 16MB PSRAM, NeoPixel on GPIO38.Two things about the existing
n32r8page, both in the second commit:I removed the incorrect
board_urland replaced the Purchase section with an Availability note pointing at the new page. Happy to restore a purchase link if there's a correct target I missed.I did not touch the "RGB LED, driven by GPIO48" line on the n32r8 page. GPIO48 is correct for the v1.0 board that def targets. The v1.0/v1.1 LED split is adafruit/circuitpython#9275.
I also left
bootloader_idoff the new n32r16 page deliberately. The onlyespressif_esp32s3_devkitc_1tinyuf2 build is configured for 8MB flash, and @grgrant measured CIRCUITPY dropping to 5,935,104 bytes under it versus 31,080,448 flashed with esptool. Tracked in adafruit/tinyuf2#481.🤖 Generated with Claude Code