Re: [PATCH] bsps/arm/stm32f4: Enable USART RX interrupts

2023-12-14 Thread Kinsey Moore
This looks good to me. A minor nit for future patches: Try to keep unrelated whitespace changes out of functional patches unless you're already touching the code in question. Thanks for the contribution! Kinsey On Wed, Dec 13, 2023 at 6:49 PM Jacob Killelea wrote: > Hi all, > > A quick bump,

Re: [PATCH] bsps/arm/stm32f4: Enable USART RX interrupts

2023-12-13 Thread Jacob Killelea
Hi all, A quick bump, is anyone able to take a look at this? Best, Jacob On Thu, Dec 7, 2023, 9:00 PM Jacob Killelea wrote: > From: Jacob Killelea > > Hi all, this is my first email patch submission and my first contribution > to RTEMS, so please give any feedback you have! > > This patch ena