Add board pages for 3 missing boards from 10.2.1 and 10.3.0-alpha.2#1778
Merged
makermelissa merged 5 commits intoMay 19, 2026
Merged
Conversation
added 5 commits
May 19, 2026 10:57
Adds board pages for the 3 boards reported by tools/missing-boards.py: - adafruit_p4gpio (ESP32-P4, family: esp32p4) - new in 10.3.0-alpha.2 - espressif_esp32p4x_function_ev (ESP32-P4, family: esp32p4) - new in 10.3.0-alpha.2; rev 3 variant of the existing Function-EV board, reuses espressif_esp32p4_function_ev.jpg - nhbsystems_jl401_4mbflash_2mbpsram (ESP32-S3, family: esp32s3) - new in 10.2.1 The Adafruit P4 GPIO and NHB Systems JL401-S3 are not yet released for sale, so they use unknown.jpg and have Learn More sections pointing at the board definition / vendor GitHub. The ESP32-P4X-Function-EV reuses the existing P4 Function-EV image and AliExpress purchase link.
The Adafruit P4 GPIO and NHB Systems JL401-S3 are not yet released for sale. Set downloads_display: false on both so they don't show up on circuitpython.org/downloads until they're available. The pages themselves remain reachable at /board/<id>/.
Pulled a still of the assembled v1 PCB from Scott Shawcroft's 2026-05-09 Deep Dive (Finishing P4HIL, https://www.youtube.com/live/mMIY6kds0XM) and added it as assets/images/boards/large/adafruit_p4gpio.jpg. Dropped downloads_display: false so the board now shows up on the downloads page, and added Learn More links to the KiCad repo (tannewt/p4gpio) and both relevant Deep Dive streams.
Found the NHB Systems Tindie store at https://www.tindie.com/stores/nhbsystems/ (JLogger-601 LoRa datalogger and 24-bit AD7124-4 Analog Sensor FeatherWing currently for sale). The JL401-S3 itself isn't listed yet, but adding the storefront and the matching NHB_CircuitPython_AD7124 driver repo to Learn More so anyone hitting the board page directly can find the manufacturer. Still hidden via downloads_display: false until JL401-S3 ships.
check-images.py requires height/width between 0.75 and 0.80 (roughly 4:3 to 5:4), small images 292-800px wide, and an original/large/small set per board. Re-cropped the 1920x1080 source frame to 1030x772 (h/w=0.75) keeping the full PCB visible and excluding the top-left PiP, then exported: original/adafruit_p4gpio.jpg 1030x772 large/adafruit_p4gpio.jpg 800x600 small/adafruit_p4gpio.jpg 400x300 Verified locally with python3 tools/check-images.py (exit 0).
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 board pages for the 3 boards reported by
tools/missing-boards.pyafter the 10.2.1 and 10.3.0-alpha.2 releases:adafruit_p4gpioadafruit_p4gpio.jpg(still from Deep Dive 2026-05-09)espressif_esp32p4x_function_evespressif_esp32p4_function_ev.jpgnhbsystems_jl401_4mbflash_2mbpsramunknown.jpgdownloads_display: false) until releaseNotes per board
espressif_esp32p4_function_ev.jpgimage and the same AliExpress purchase link, since it's the same physical EV board with rev 3 silicon.unknown.jpg,downloads_display: false, and a Learn More link to https://github.com/NHBSystems. Flipdownloads_displaytotrueonce the board ships.Verification