Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chore: make lv_utils as public and align function prototype with stdlib (#6473) | Neo Xu | 2024-07-15 |
| | | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com> | ||
* | feat(stdlib): strncpy consistency and add strlcpy (#6204) | Liam | 2024-05-22 |
| | |||
* | fix(rtthread): implement lv_strcat function in rt-thread due to absence of ↵ | lhdjply | 2024-03-27 |
| | | | | | rt_strcat (#5920) Signed-off-by: lhdjply <lhdjply@126.com> | ||
* | feat(stdlib): add lv_strncat and refactor strcat uses (#5927) | liamHowatt | 2024-03-25 |
| | |||
* | refacter(conf): use defines for standard includes (#5767) | Michael Simon | 2024-03-20 |
| | | | | Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> Co-authored-by: Neo Xu <neo.xu1990@gmail.com> | ||
* | fix: removed LV_ATTRIBUTE_FAST_MEM function attribute from prototypes (#5467) | Karl Andersson | 2024-01-25 |
| | |||
* | feat(stdlib): add lv_memmove (#4888) | Neo Xu | 2023-11-29 |
| | | | Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com> | ||
* | chore(stdlib): replace strcmp with lv_strcmp (#4875) | lhdjply | 2023-11-28 |
| | | | Signed-off-by: lhdjply <lhdjply@126.com> | ||
* | feat(stdlib):add rtthread function to stdlib (#4777) | lhdjply | 2023-11-10 |