-
Notifications
You must be signed in to change notification settings - Fork 4.3k
ESP-P4-Function-EV-Board add SD card, camera, and font initialization #1403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
isthaison
wants to merge
24
commits into
78:main
Choose a base branch
from
isthaison:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+111
−2
Open
Changes from 19 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ea4119d
feat: add support for ESP32-P4-Function-EV-Board with configuration a…
n2flowjs-bot 2d3ce13
detect wake word model from index.json
78 a09e438
update wait time before entering wifi configure mode
78 03de1cb
Merge tag 'v2.0.2'
n2flowjs-bot c89ae7b
feat: Enhance ESP32-P4 Function EV Board support with LCD and touch i…
n2flowjs-bot f9eafa9
feat: Update ESP32-P4 Function EV Board configuration for improved to…
n2flowjs-bot e01d91e
Merge remote-tracking branch 'upstream/v2'
n2flowjs-bot d180b51
Merge remote-tracking branch 'upstream/main'
n2flowjs-bot 1d583dd
feat: add touch I2C configuration and improve initialization structure
n2flowjs-bot 5893606
Merge remote-tracking branch 'upstream/main'
n2flowjs-bot 81d00cf
Remove ESP hosted configuration from defaults
isthaison ab57ee2
Merge branch 'main' into main
isthaison 13d9a4c
chore: update documentation for improved clarity
n2flowjs-bot 3d5058d
Merge branch 'main' of https://github.com/isthaison/xiaozhi-esp32
n2flowjs-bot f1e3d9e
refactor: remove obsolete files for ESP32-P4-Function-EV-Board and ad…
n2flowjs-bot 88e8a0e
refactor: reintroduce ESP32-P4-Function-EV-Board implementation with …
n2flowjs-bot bf390cf
refactor: restore esp32_p4_function_ev_board dependency with updated …
n2flowjs-bot e93cfd6
Merge remote-tracking branch 'upstream/main'
n2flowjs-bot bc500c2
Remove ESP-P4-Function-EV-Board configuration and update README with …
n2flowjs-bot a7ee3c7
Update main/boards/esp-p4-function-ev-board/esp-p4-function-ev-board.cc
isthaison f03a07b
Update main/boards/esp-p4-function-ev-board/esp-p4-function-ev-board.cc
isthaison 5cea896
Enhance camera initialization in ESP-P4-Function-EV-Board; add fallba…
n2flowjs-bot 664838e
Merge branch 'main' of https://github.com/isthaison/xiaozhi-esp32
n2flowjs-bot 959877f
Update clock source for MIPI DSI configuration in ESP-P4-Function-EV-…
n2flowjs-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The camera is initialized but never exposed through a
GetCamera()method, and there's no cleanup in the destructor. This means:Consider either:
virtual Camera* GetCamera() overridemethod that returns a Camera wrapper for the BSP camerabsp_camera_stop()if available)