fjpanag opened a new pull request #4072:
URL: https://github.com/apache/incubator-nuttx/pull/4072


   ## Summary
   
   Added the Watchdog Timer (WDT) driver for the LPC17xx & LPC40xx families of 
MCUs.
   
   The new driver registers a new watchdog device, which can also use the 
"auto-monitor" function of the kernel.  
   It is "inspired" by the relevant STM32 driver.
   
   ## Impact
   
   A new driver.
   
   ## Testing
   
   Tested on custom hardware using the LPC1769 MCU.  
   All functionality works perfect, I also simulated a timeout event. The 
auto-monitor function was also tested.
   
   Note! I observed that the LPC176x series of MCUs have a difference than the 
rest of the family.  
   The have 3 possible clock sources for the WDT, while the others have a 
dedicated oscillator.  
   Since I don't have access to such hardware, I just followed what the 
datasheet states, without any ability to test it. I would appreciate a test by 
someone who actually uses any of the other MCUs.
   
   
   
   
   


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


Reply via email to