Feat/jc esp32p4 m3 dev#53
Open
dvucinozd wants to merge 16 commits into
Open
Conversation
Collaborator
|
Thanks for the PR! I noticed that this PR includes both support for a new development board and several core logic changes. To make the review process easier and keep the scope clearer, could you please split them into separate PRs? |
Author
|
Will do. Thanks
sub, 9. svi 2026. 14:41 laride ***@***.***> je napisao:
… *laride* left a comment (espressif/esp-claw#53)
<#53 (comment)>
Thanks for the PR!
I noticed that this PR includes both support for a new development board
and several core logic changes. To make the review process easier and keep
the scope clearer, could you please split them into separate PRs?
—
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN5G5QKASBDP4WX7VFUEAPT4Z4RORAVCNFSM6AAAAACYVGRLAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DIMJSGU2DGMBZGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
Description
This PR adds and hardens support for the Guiton JC-ESP32P4-M3-DEV board in
esp-clawusing theesp_board_managerworkflow.What changed
application/edge_agent/boards/guiton/jc_esp32p4_m3_dev/board_info.yamlboard_peripherals.yamlboard_devices.yamlsetup_device.csdkconfig.defaults.boardov5647_low_light.jsonidf.py bmgr -c ./boards -b jc_esp32p4_m3_devfs_spiffsdevice bring-up for this board profile (SD card FAT is primary storage).Motivation / context
This board is a new hardware target and needed complete board metadata + stable runtime behavior before upstreaming.
The goal is reliable boot, Wi-Fi onboarding, camera availability, and clean board-manager generation with minimal local workarounds.
Related
feat/jc-esp32p4-m3-devTesting
Tested on physical JC-ESP32P4-M3-DEV hardware via
COM3.Validation performed
Board config generation:
idf.py bmgr -c ./boards -b jc_esp32p4_m3_devBuild:
idf.py buildFlash:
idf.py -p COM3 flashBoot/runtime log checks:
/dev/video0.fs_spiffsmount failure logs are removed after disabling SPIFFS device init on this board profile.init_skipbehavior preserved).Environment:
v5.5.4Checklist