Re: [PR] arm/stm32f401rc-rs485: Add support to GPIO Subsystem [nuttx]

2025-02-28 Thread via GitHub
rcsim commented on PR #15861: URL: https://github.com/apache/nuttx/pull/15861#issuecomment-2691629750 Hi @hartmannathan , Could you please review this PR so I can fix any issues, or can we proceed to merge it? Thanks -- This is an automated message from the Apache Git Servi

Re: [PR] arm/stm32f401rc-rs485: Add support to GPIO Subsystem [nuttx]

2025-02-19 Thread via GitHub
LuchianMihai commented on PR #15861: URL: https://github.com/apache/nuttx/pull/15861#issuecomment-2670600498 Sure, won't argue, but #define BOARD_NGPIOINT 0 and no define at all is the same thing. Preprocessor assigns 0 to the defines not given. -- This is an automated message from the Ap

Re: [PR] arm/stm32f401rc-rs485: Add support to GPIO Subsystem [nuttx]

2025-02-19 Thread via GitHub
rcsim commented on PR #15861: URL: https://github.com/apache/nuttx/pull/15861#issuecomment-2670070887 > Hi! Regarding the use of > > ```c > #if BOARD_NGPIOINT > 0 > #endif > ``` > > It's a personal preference, but, I suggest the to use something like > > ```c

Re: [PR] arm/stm32f401rc-rs485: Add support to GPIO Subsystem [nuttx]

2025-02-19 Thread via GitHub
rcsim commented on PR #15861: URL: https://github.com/apache/nuttx/pull/15861#issuecomment-2670061761 > Please remember to fill in the Commit Description. (Just copy from PR Summary) Thanks :-) > > * [6dcfae8](https://github.com/apache/nuttx/commit/6dcfae8b8606c88577c90409224a7d6e07e

Re: [PR] arm/stm32f401rc-rs485: Add support to GPIO Subsystem [nuttx]

2025-02-19 Thread via GitHub
LuchianMihai commented on PR #15861: URL: https://github.com/apache/nuttx/pull/15861#issuecomment-2667954267 Hi! Regarding the use of ```c #if BOARD_NGPIOINT > 0 #endif ``` It's a personal preference, but, I suggest the to use something like ```c #ifdef BOARD_NGPIOI

Re: [PR] arm/stm32f401rc-rs485: Add support to GPIO Subsystem [nuttx]

2025-02-18 Thread via GitHub
lupyuen commented on PR #15861: URL: https://github.com/apache/nuttx/pull/15861#issuecomment-2667241042 Please remember to fill in the Commit Description. (Just copy from PR Summary) Thanks :-) - https://github.com/apache/nuttx/pull/15861/commits/6dcfae8b8606c88577c90409224a7d6e07e8af19

Re: [PR] arm/stm32f401rc-rs485: Add support to GPIO Subsystem [nuttx]

2025-02-18 Thread via GitHub
nuttxpr commented on PR #15861: URL: https://github.com/apache/nuttx/pull/15861#issuecomment-2667227193 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The provided information is a good start but is missing