summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_string.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-13lib: sbi: Fix sbi_strnlen wrong count decrementRahul Pathak1-1/+0
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen1-2/+2
2021-12-23firmware: Move memcpy/memset mapping to fw_base.SAnup Patel1-6/+0
2021-12-11lib: sbi: Fix compile errors using -Os optionAnup Patel1-0/+6
2021-08-07lib: sbi: Fix bug in strncmp function when count is 0Dong Du1-0/+4
2020-07-29lib: Add sbi_strncmp implementationAbner Chang1-0/+13
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra1-0/+175