Skip to content

[pull] master from RT-Thread:master#707

Merged
pull[bot] merged 4 commits into
meng-plus:masterfrom
RT-Thread:master
Nov 22, 2025
Merged

[pull] master from RT-Thread:master#707
pull[bot] merged 4 commits into
meng-plus:masterfrom
RT-Thread:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Nov 22, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

illustriousness and others added 4 commits November 22, 2025 09:31
Replace standard string and memory functions with RT-Thread's rt-prefixed
equivalents where available:

- strcpy -> rt_strcpy
- strncpy -> rt_strncpy
- strcmp -> rt_strcmp
- strncmp -> rt_strncmp
- strlen -> rt_strlen
- strstr -> rt_strstr
- memcpy -> rt_memcpy
- memcmp -> rt_memcmp

Functions like strcat, strchr remain unchanged as RT-Thread does not provide
rt-prefixed versions.
@pull pull Bot locked and limited conversation to collaborators Nov 22, 2025
@pull pull Bot added the ⤵️ pull label Nov 22, 2025
@pull pull Bot merged commit 0a02fd4 into meng-plus:master Nov 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants