add esp32-s3-touch-lcd-4.3c (#1691)
* add esp32-s3-touch-lcd-4.3c Add clang-format (#1694) -文件.clang-format配置基于Google C++风格指南,并做了适当调整 1.使用4空格缩进 2.行宽限制为100字符 3.采用风格的大括号和空格规则 -编写code_style.m 1.针对不同开发平台(windows/Linux/macOs) 2.举例进行整体项目格式化(建议owner择机进行) 3.举例单文件格式化、格式检查 4.举例如何跳过特定代码段的格式化(待补充指定跳过文件格式化) 5.IDE集成说明 Co-authored-by: CaptainBarker <1350989027@qq.com> add 征辰科技 AI camera wifi board and 4G board(26 Resubmit) (#1689) add esp32-s3-touch-lcd-4.3c * add esp32-s3-touch-lcd-4.3c * add esp32-s3-touch-lcd-4.3c * add esp32-s3-touch-lcd-4.3c
This commit is contained in:
14
main/boards/waveshare-s3-touch-lcd-4.3c/config.json
Executable file
14
main/boards/waveshare-s3-touch-lcd-4.3c/config.json
Executable file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"target": "esp32s3",
|
||||
"builds": [
|
||||
{
|
||||
"name": "waveshare-s3-touch-lcd-4.3c",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_BOARD_TYPE_ESP32S3_Touch_LCD_4_3C=y",
|
||||
"CONFIG_USE_DEVICE_AEC=y",
|
||||
"CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y",
|
||||
"CONFIG_SPIRAM_RODATA=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user