aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/rtthread/lv_string_rtthread.c
Commit message (Expand)AuthorAge
* chore: make lv_utils as public and align function prototype with stdlib (#6473)Neo Xu2024-07-15
* feat(stdlib): strncpy consistency and add strlcpy (#6204)Liam2024-05-22
* fix(rtthread): implement lv_strcat function in rt-thread due to absence of rt...lhdjply2024-03-27
* feat(stdlib): add lv_strncat and refactor strcat uses (#5927)liamHowatt2024-03-25
* refacter(conf): use defines for standard includes (#5767)Michael Simon2024-03-20
* fix: removed LV_ATTRIBUTE_FAST_MEM function attribute from prototypes (#5467)Karl Andersson2024-01-25
* feat(stdlib): add lv_memmove (#4888)Neo Xu2023-11-29
* chore(stdlib): replace strcmp with lv_strcmp (#4875)lhdjply2023-11-28
* feat(stdlib):add rtthread function to stdlib (#4777)lhdjply2023-11-10