Re: [PR] arch/arm/rp23xx: Fix PWM registers access [nuttx]

2025-04-15 Thread via GitHub


xiaoxiang781216 merged PR #16210:
URL: https://github.com/apache/nuttx/pull/16210


-- 
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



Re: [PR] arch/arm/rp23xx: Fix PWM registers access [nuttx]

2025-04-14 Thread via GitHub


nuttxpr commented on PR #16210:
URL: https://github.com/apache/nuttx/pull/16210#issuecomment-2803950288

   [**\[Experimental Bot, please feedback 
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
   
   
   
   No, this PR does not fully meet the NuttX requirements.  While it provides 
*some* information, it lacks crucial details required for proper review.  
Here's a breakdown:
   
   * **Summary:**  Too vague.  Needs to specify *why* the current 
implementation is broken (what's the bug?), *what* offset alignment is being 
fixed, and *which* register name is incorrect.  It mentions a functional part 
(PWM on rp23xx), but not clearly enough.  No related issue references are 
provided.
   * **Impact:**  Simply stating "Working PWM" isn't helpful.  It needs to 
explicitly answer *all* the impact questions (user, build, hardware, 
documentation, security, compatibility) with "YES/NO" and provide descriptions 
where necessary.  Even if the answer is "NO", it's good practice to explicitly 
state it.
   * **Testing:** Insufficient. Needs to specify the host OS, CPU, and compiler 
version used for building. The target information is slightly better, but could 
be more precise (e.g., "pico2 with `xyz` configuration").  The biggest issue is 
the lack of *actual* logs.  Empty code blocks are useless.  Provide real logs 
demonstrating the issue before the change and the corrected behavior after the 
change.
   
   **In short, the PR needs more detail and actual testing logs to be 
considered complete.**
   


-- 
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



[PR] arch/arm/rp23xx: Fix PWM registers access [nuttx]

2025-04-14 Thread via GitHub


shtirlic opened a new pull request, #16210:
URL: https://github.com/apache/nuttx/pull/16210

   Fix offset alignment and correct the PWM enable register name
   
   ## Summary
   
   Current PWM on rp23xx implementation is broken this pull fixes this.
   
   ## Impact
   
   Working PWM
   
   ## Testing
   
   Tested on pico2 with single channel and multichannel (2) setup via pwm app.
   
   


-- 
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