Since NCS 3.0.1 I get the following warning:
warning: Deprecated symbol DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM is enabled.
... as far as I can see I have not enabled this as I don't even have UART enabled...
Since NCS 3.0.1 I get the following warning:
warning: Deprecated symbol DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM is enabled.
... as far as I can see I have not enabled this as I don't even have UART enabled...
Hi,
I can confirm that this symbol:
https://github.com/nrfconnect/sdk-zephyr/blob/main/soc/nordic/Kconfig#L202
Lacks a dependency check if SERIAL is indeed used. Thank you so much for making us aware of this, it is highly appreciated that you took the time to report this back to us and help us provide a better delivery.
I will make the team aware of this issue.
Kind regards,
Håkon
Hi,
I can confirm that this symbol:
https://github.com/nrfconnect/sdk-zephyr/blob/main/soc/nordic/Kconfig#L202
Lacks a dependency check if SERIAL is indeed used. Thank you so much for making us aware of this, it is highly appreciated that you took the time to report this back to us and help us provide a better delivery.
I will make the team aware of this issue.
Kind regards,
Håkon