feat(parlio): support parlio gdma eof on p4 rev3.0

This commit is contained in:
Chen Jichang
2025-11-21 11:46:04 +08:00
committed by morris
parent dc97085a2e
commit fe15c3efa8
3 changed files with 3 additions and 2 deletions

View File

@@ -50,6 +50,7 @@
#if HAL_CONFIG(CHIP_SUPPORT_MIN_REV) >= 300
#define PARLIO_LL_TX_VALID_MAX_DELAY 32767
#define PARLIO_LL_SUPPORT_TX_EOF_FROM_DMA 1 // Support to treat DMA EOF as TX unit EOF
#endif
#ifdef __cplusplus