Re: [PR] drivers/wireless/lpwan/rn2xx3: Fix UART dependency [nuttx]

2025-03-15 Thread via GitHub
raiden00pl merged PR #15967: URL: https://github.com/apache/nuttx/pull/15967 -- 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.a

[PR] drivers/wireless/lpwan/rn2xx3: Fix UART dependency [nuttx]

2025-03-11 Thread via GitHub
linguini1 opened a new pull request, #15967: URL: https://github.com/apache/nuttx/pull/15967 ## Summary There is no 'UART' symbol to depend on, so this dependency is removed for now. The driver will fail to register without being passed a UART character driver path anyways. ##

Re: [PR] drivers/wireless/lpwan/rn2xx3: Fix UART dependency [nuttx]

2025-03-11 Thread via GitHub
raiden00pl commented on code in PR #15967: URL: https://github.com/apache/nuttx/pull/15967#discussion_r1988763112 ## drivers/wireless/lpwan/Kconfig: ## @@ -8,7 +8,6 @@ if DRIVERS_LPWAN config LPWAN_RN2XX3 bool "Microchip RN2xx3 driver support" default n -