移植了晶彩智能 JC1060P4A1 和 JC1060P470 开发板支持 #820
Open
+62,915
−0
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.
本次合并请求为两个晶彩智能(CrystalSmart)开发板 JC1060P4A1 和 JC1060P470 完整添加了硬件支持,包括底层 BSP、LCD 驱动、触摸驱动、摄像头抽象和视频管道等组件,并同步更新了工程的 CMake 与 Kconfig 配置。
新增内容
板级目录
main/boards/jc1060p4a1/
main/boards/jc1060p470/
驱动与组件
bsp_extra/
:板卡初始化与引脚映射esp_cam_sensor/
:摄像头传感器抽象层esp_lcd_jd9365/
:JD9365 LCD 面板驱动esp_lcd_touch_gsl3680/
:GSL3680 电容触摸驱动esp_video/
:视频采集与显示管道支持esp32_p4_function_ev_board
、espressif__esp_lcd_jd9165
等官方示例组件构建系统更新
CMakeLists.txt
、main/CMakeLists.txt
注册了以上新组件main/Kconfig.projbuild
增加了JC1060P4A1
、JC1060P470
板卡选项变更列表
测试情况
JC1060P4A1
备注与后续
sdkconfig.defaults
中的引脚映射与硬件版本一致;CONFIG_IDF_TARGET=esp32p4
,请在使用前执行idf.py set-target esp32p4
并清理旧配置;esp_cam_sensor
与esp_video
抽象层提出优化建议。