-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
fix(rtthread): implement lv_strcat function in rt-thread due to absence of rt_strcat #5920
Conversation
Based on this issue we should have |
Should I turn off my pr? Because I thought that when @liamHowatt was updated, the problem I solved with this pr should have been fixed. Or do I add the lv_strncat function directly to this pr? @kisvegabor |
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.
We will have both lv_strcat and lv_strncat right?
…ce of rt_strcat Signed-off-by: lhdjply <[email protected]>
Here is the PR #5927 |
Thank you all for fixing it! |
Description of the feature or fix
fix(warning): fix the issue of lv_string_rtthread prompting for the lack of strcat
Notes
lv_conf_template.h
run lv_conf_internal_gen.py and update Kconfig.scripts/code-format.py
(astyle version v3.4.10 needs to be installed) and follow the Code Conventions.