platform: Fixup nrf54l targets lc10a and lv10a - #427
Conversation
Change the watchdog and uart configs which are wrong. Signed-off-by: Sigvart Hovland <sigvart.hovland@nordicsemi.no>
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the nRF54L non-secure PAL configuration to use a single UART and watchdog instance while clarifying how the watchdog instance is selected in the driver.
Changes:
- Reduce UART configuration from an out-of-range placeholder (20) to a single instance (0)
- Reduce watchdog configuration from a placeholder instance (4) to a single instance (0) and update explanatory comments
- Update platform-level macro mappings to the new UART/watchdog instance macros
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| #define PLATFORM_WD_TIMEOUT_IN_MICRO_SEC_MEDIUM WATCHDOG_0_TIMEOUT_IN_MICRO_SEC_LOW | ||
| #define PLATFORM_WD_TIMEOUT_IN_MICRO_SEC_HIGH WATCHDOG_0_TIMEOUT_IN_MICRO_SEC_LOW |
|
Hi @sigvartmh I noticed that Could you please take a look and let us know your thoughts? Apart from this, the rest of the P.R. looks good to me and should be fine to merge. Thank you. |
Change the watchdog and uart configs which are wrong.