fix(templates): update C2 example programs - #28
Open
banzhaooo0v0 wants to merge 1 commit into
Open
Conversation
Signed-off-by: banzhaooo0V0 <1397911240@qq.com>
banzhaooo0v0
marked this pull request as ready for review
July 27, 2026 11:18
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.
PR 标题
PR 内容
本次修改更新了部分 C2 示例程序:
ecos-init_project输出的 Available project templates 表,移除 C2 对spi_st7735和spi_st7735_donut的支持标记√(当前 C2 不支持 ST7735)。filesystem_test修改了错误的头文件名。i2c_scan中有一些旧版头文件和旧版 I2C、UART 接口,已修改为当前 HAL 接口。minesweeper中有旧版头文件和 UART 接口,已修改为当前 HAL 接口。st7789中有旧版 QSPI 接口和设备配置字段,已修改为当前接口。验证情况
st7789烧录后屏幕仍然黑屏,目前只确认编译通过。注意
ecos-init_project中对应的模板支持表修改。st7789黑屏问题不在本次模板接口更新中解决。