feat(crc): added async crc console example

This commit is contained in:
morris
2026-02-26 00:12:07 +08:00
parent b80c6197ea
commit ca17b599c4
17 changed files with 371 additions and 19 deletions

View File

@@ -332,6 +332,11 @@ The ``dma_burst_size`` affects DMA transfer efficiency:
The optimal value depends on your chip's DMA controller capabilities.
Application Examples
====================
- :example:`peripherals/dma/async_crc` demonstrates how to use the Async CRC driver through an interactive console CLI.
API Reference
=============