zephyr/soc/nordic
Krzysztof Chruściński 70118c06a5 drivers: serial: nrfx_uarte: Deprecate non-legacy shim
Some time ago a new shim for nRF UARTE was added (uart_nrfx_uarte2.c)
which used nrfx_uarte.c driver underneath. It was supposed to support
nrf54x platforms. However, later on legacy driver (uart_nrfx_uarte.c)
was extended to support nrf54x platforms and it takes less code size,
has better performance and more features. Shim uart_nrfx_uarte2 will
no longer be supported. As new shim is the default and there is a
Kconfig to pick the legacy shim (CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=y)
it cannot be deprecated in the normal way. Additional Kconfig option
is created (DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM) which is enabled
if CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n and it selects DEPRECATED.
A warning was also added to the CMakeLists.txt.

Patch removes use CONFIG_UART_NRFX_UARTE_LEGACY_SHIM in tests.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2025-01-14 13:23:32 +01:00
..
common soc: nordic: poweroff: disable remaining RAM on emul l05/l10 targets 2024-12-23 18:40:52 +01:00
nrf51
nrf52 soc: nordic: add common symbol for RAM control helper presence 2024-12-23 18:40:52 +01:00
nrf53 soc: nordic: nrf53: Update default value of NRF53_SYNC_RTC 2024-11-25 17:42:39 +01:00
nrf54h soc: nordic: add common symbol for RAM control helper presence 2024-12-23 18:40:52 +01:00
nrf54l soc: nordic: nrf54l: Add nrf54l09 enga SoC 2025-01-08 19:10:24 +01:00
nrf91
nrf92 soc: nordic: Select symbol properly 2024-12-03 15:48:37 +00:00
CMakeLists.txt soc: nordic: make -include a compiler property 2024-12-16 20:51:17 +01:00
Kconfig drivers: serial: nrfx_uarte: Deprecate non-legacy shim 2025-01-14 13:23:32 +01:00
Kconfig.defconfig soc: nordic: Fix the way of enabling clock control for nRF54H Series 2024-10-16 16:36:51 +01:00
Kconfig.soc soc: nordic: Add initial support for nRF9280 SiP 2024-08-22 14:24:38 -04:00
Kconfig.sysbuild soc: nordic: add vpr_launcher in sysbuild 2024-05-14 13:24:45 +02:00
soc.yml soc: nordic: nrf54l: Add nrf54l09 enga SoC 2025-01-08 19:10:24 +01:00
sysbuild.cmake soc: nordic: add vpr_launcher in sysbuild 2024-05-14 13:24:45 +02:00
timing.c soc: arm: nordic_nrf: timing: Fix wrapping 2024-08-16 08:50:13 -04:00
validate_base_addresses.c dts: common: nordic: nrf54h20: define BICR node 2024-12-18 12:46:20 +01:00
validate_binding_headers.c soc: nordic: Add system for validating DT headers against MDK 2024-05-13 10:36:37 +03:00
validate_enabled_instances.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
validate_rram_partitions.c soc: add nRF54L15 FLPR core support 2024-04-16 18:36:58 +01:00