acassis commented on code in PR #16923: URL: https://github.com/apache/nuttx/pull/16923#discussion_r2307688876
########## arch/arm/src/xmc4/Kconfig: ########## @@ -466,6 +492,32 @@ config XMC4_USIC1_CHAN1_ISI2S endchoice # USIC1 Channel 1 Protocol +config XMC4_USIC1_CHAN0_TX_BUFFER_SIZE + int "Channel 0 Tx FIFO Buffer Size (non-UART)" + depends on !XMC4_USIC1_CHAN0_ISUART + default 16 + ---help--- + USIC1_CHAN0 is not an UART but user can still set the desired offsets + for CHAN1 TX in USIC1 FIFIO buffer. The buffer is mapped as follow : Review Comment: The same typo also for USIC0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org