Add OHARARP ESP32-B board definition#10796
Open
ohararp wants to merge 2 commits intoadafruit:mainfrom
Open
Conversation
ESP32-S3-WROOM-1-N16R8 based Feather-compatible board with: - 16MB QIO flash, 8MB OPI PSRAM - Native USB-C - DS3231MZ+ RTC with coin cell backup - AT24CS32 I2C EEPROM - Micro SD card (SPI) - NeoPixel (SK6805), status LED, 2 user buttons - STEMMA/Qwiic I2C breakout (JST-SH) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The STATIC macro was removed in CircuitPython 10.x. Use plain `static` to fix the CI build error. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
|
Adafruit team, I used Claude to help push a branch for a devboard I am working. Please let me know if you need anything else from me. |
tannewt
requested changes
Feb 3, 2026
|
|
||
| // USB configuration | ||
| #define MICROPY_HW_USB_VID 0x303A | ||
| #define MICROPY_HW_USB_PID 0x8249 |
Member
There was a problem hiding this comment.
Please don't reuse a PID for something else: https://github.com/espressif/usb-pids/blob/main/allocated-pids.txt#L593
Member
There was a problem hiding this comment.
And remove it from here. It should be in the .mk.
|
|
||
| # USB CDC on native USB pins (IO19/IO20) | ||
| CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=n | ||
| CONFIG_ESP_CONSOLE_USB_CDC=y |
Member
There was a problem hiding this comment.
I'm not sure you want this. CircuitPython will manage it.
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.
Summary
Test plan
ohararp_esp32bboard.pin names resolve correctly in REPL🤖 Generated with Claude Code