Conversation
1、此处字符串长度最大为 sizeof(str_value)-1,实际比这个更小,错误的长度导致 gx_prompt_text_set_ext(prompt,&string)函数报错
bugfix: fix string length
… and GX_EXIT_CRITICAL
…e when function parameter is empty)
…_SUPPORT is undefined
Fixed "variable "brush_alpha" was set but never used" warning when GX_BRUSH_ALPHA_SUPPORT is undefined
Fixed issue where IAR compiler cannot find associated function prototype when function parameter is empty
Added missing include guard
Fixed missing configuration check "#ifdef GX_BINARY_RESOURCE_SUPPORT"
Replaced _gx_system_lock and _gx_system_unlock with defines
Fixed missing configuration check "#if (GX_ANIMATION_POOL_SIZE > 0)"
Fixed string length check in the thermostat demo.
Updated copyright headers/version number and removed version history
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.
No description provided.