Re: [PR] risc-v/bl808: Add watchdog driver [nuttx]

2024-07-28 Thread via GitHub
pkarashchenko commented on code in PR #12771: URL: https://github.com/apache/nuttx/pull/12771#discussion_r1694623157 ## arch/risc-v/src/bl808/bl808_wdt.c: ## @@ -0,0 +1,448 @@ +/ + * arch/risc-v/src/bl80

Re: [PR] risc-v/bl808: Add watchdog driver [nuttx]

2024-07-27 Thread via GitHub
xiaoxiang781216 merged PR #12771: URL: https://github.com/apache/nuttx/pull/12771 -- 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...@nu

Re: [PR] risc-v/bl808: Add watchdog driver [nuttx]

2024-07-26 Thread via GitHub
xiaoxiang781216 commented on PR #12771: URL: https://github.com/apache/nuttx/pull/12771#issuecomment-2252609353 @henryrov please squash the second patch into the first one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] risc-v/bl808: Add watchdog driver [nuttx]

2024-07-25 Thread via GitHub
henryrov commented on code in PR #12771: URL: https://github.com/apache/nuttx/pull/12771#discussion_r1692422015 ## arch/risc-v/src/bl808/bl808_wdt.c: ## @@ -0,0 +1,385 @@ +/ + * arch/risc-v/src/bl808/bl8

Re: [PR] risc-v/bl808: Add watchdog driver [nuttx]

2024-07-25 Thread via GitHub
henryrov commented on code in PR #12771: URL: https://github.com/apache/nuttx/pull/12771#discussion_r1692413587 ## arch/risc-v/src/bl808/bl808_wdt.c: ## @@ -0,0 +1,385 @@ +/ + * arch/risc-v/src/bl808/bl8

Re: [PR] risc-v/bl808: Add watchdog driver [nuttx]

2024-07-25 Thread via GitHub
acassis commented on code in PR #12771: URL: https://github.com/apache/nuttx/pull/12771#discussion_r1692300926 ## arch/risc-v/src/bl808/bl808_wdt.c: ## @@ -0,0 +1,385 @@ +/ + * arch/risc-v/src/bl808/bl80

[PR] risc-v/bl808: Add watchdog driver [nuttx]

2024-07-25 Thread via GitHub
henryrov opened a new pull request, #12771: URL: https://github.com/apache/nuttx/pull/12771 ## Summary This change implements a driver for the two watchdog timers on the BL808, and enables it as part of the timer config. The driver is based on the general purpose timer driver. ##