davids5 commented on PR #8992: URL: https://github.com/apache/nuttx/pull/8992#issuecomment-1505392010
> > Great job David! Later, I can help with upstream boards migration. > > If someone wonders why L5, U5, WB and WL5 are not affected in this PR (like me a moment ago), they are already OK. > > I was thinking about this a bit more. I think we need to repeat the pattern on these arches as well. so that the board.h can change the pins characteristic on non suffixed pins. i.e. GPIO_UART5_TX -> GPIO_UART5_TX_0 @raiden00pl I have done the stm32wb and stm32l5. L5, U5 do not need to be done - arch/arm/src/stm32u5/hardware/stm32u585xx_pinmap.h - not needed all pins already suffixed - arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h - not needed all pins already suffixed Also - arch/arm/src/stm32/hardware/stm32g4xxp_pinmap.h - not needed all empty error place holder So what is left is the F1. -- 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