Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(spi_nand_flash): Add SIO (full-duplex) and DIO mode support #476

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

feat(spi_nand_flash): Add support for standard SPI mode (full-duplex)…

3030c3d
Select commit
Loading
Failed to load commit list.
Draft

feat(spi_nand_flash): Add SIO (full-duplex) and DIO mode support #476

feat(spi_nand_flash): Add support for standard SPI mode (full-duplex)…
3030c3d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clang-tidy succeeded Feb 28, 2025 in 3s

No new alerts in code changed by this pull request

Annotations

Check warning on line 161 in spi_nand_flash/src/spi_nand_oper.c

See this annotation in the file changed.

Code scanning / clang-tidy

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling] Warning

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]