Commit graph

2,625 commits

Author SHA1 Message Date
Zhaoxiang Jin
74a32bdff3 modules: hal_nxp: make MCUX SDK section placement configurable
MCUX SDK drivers use DataQuickAccess, CodeQuickAccess, and
NonCacheable input sections for data, code, and NonCacheable
areas that require special placement.
The NXP HAL glue currently registers linker snippets for these
sections unconditionally on Cortex-M, which places them in the
default Zephyr SRAM-backed sections.

This prevents boards from using a memory layout where zephyr,sram
points to one memory region, such as OCRAM, while MCUX quick access
data or code must live in TCM. A board-provided linker snippet cannot
override the default placement because the HAL snippet consumes the
input section first.

Add Kconfig choices for MCUX DataQuickAccess, CodeQuickAccess, and
NonCacheable placement. The default selections preserve the existing
behavior, while new DTCM, ITCM, and CUSTOM options allow boards or
applications to place these sections explicitly.

Apply the same placement choices to both MCUX and S32 HAL glue paths,
since both use the shared MCUX linker snippets.

Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
2026-05-31 13:41:47 +02:00
Tomi Fontanilles
2112d43581 modules: mbedtls: add CONFIG_MBEDTLS_MEMORY_BUFFER_ALLOC_C
To improve mapping of Kconfig to TF-PSA-Crypto options.

Make it default-enabled for now because MCUboot fails to
build without it (undefined `mbedtls_memory_buffer_alloc_init()`) and
there might be other consequences to disabling it by default.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2026-05-29 20:47:28 -07:00
Tomi Fontanilles
c17fc6579d modules: mbedtls: move heap Kconfig options to Kconfig.tf-psa-crypto
This is where they belong as they affect the build of TF-PSA-Crypto.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2026-05-29 20:47:28 -07:00
Jérôme Pouiller
0da5f29707 modules: hal_silabs: wiseconnect: Always apply compile definitions
SLI_SI91X_ENABLE_OS and SL_SI91X_SI917_RAM_MEM_CONFIG are not specific to
the Network Co-Processor. They are also required by the Sleeptimer and for
deep sleep.

It is expected that Sleeptimer and Power Management will eventually be
usable without enabling the NWP. Move these definitions outside of the
CONFIG_SILABS_SIWX91X_NWP guard so they are always applied. This has no
impact on current builds since the NWP is always enabled alongside these
features today.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
2026-05-29 07:36:02 +02:00
Tomi Fontanilles
d57e496acb secure_storage: rename MBEDTLS macros to PSA_CRYPTO
Using Mbed TLS in the names wasn't accurate as it may be some other
PSA Crypto implementation.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2026-05-28 11:11:22 +01:00
Tomi Fontanilles
e564449161 modules: mbedtls: add CONFIG_TF_PSA_CRYPTO_MODULE_DIR
To allow specifying a different TF-PSA-Crypto paths when using
CONFIG_TF_PSA_CRYPTO_CUSTOM.

This is useful as Mbed TLS automatically compiles with include
directories pointing to TF_PSA_CRYPTO_DIR.

The Kconfig option is made available even when CONFIG_MBEDTLS
is disabled because there are tests that manually make use
of the TF-PSA-Crypto path, and enabling CONFIG_PSA_CRYPTO
makes them crash somehow (at least net.lwm2m.lwm2m_engine
on mps2/an385).

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2026-05-28 11:11:22 +01:00
Tomi Fontanilles
bce4d7bdc0 modules: mbedtls: introduce CONFIG_TF_PSA_CRYPTO_(BUILTIN|CUSTOM)
Just as we have for Mbed TLS, provide the option for users that want
to bring their own TF-PSA-Crypto.

To that end, guard references to the tfpsacrypto CMake
library as well as the inclusion of zephyr_entropy.c
and zephyr_init.c behind CONFIG_TF_PSA_CRYPTO_BUILTIN.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2026-05-28 11:11:22 +01:00
Clark Jarvis
3be4013581 boards: infineon: kit_pse84_ai: enable WiFi support
Enable WiFi (CYW55513 via SDIO) on the PSOC Edge E84 AI evaluation kit.
The kit uses a Murata LBEE5HY2FY (Type 2FY) module with the CYW55500
family WiFi 6/6E chipset, connected via SDHC0 4-bit SDIO interface.

Changes:
- Add SDHC0 SDIO pinctrl entries (6 pins with appropriate bias)
- Add SDHC0 node with airoc-wifi child in board DTS
- Add WiFi Kconfig defaults selecting CYW55513_MURATA_2FY_SM module
- Add wifi and sdhc to supported features in board YAML
- Add CYW55513_MURATA_2FY_SM module choice in Kconfig.airoc
- Add NVRAM/CLM path mapping for Murata 2FY in whd-expansion CMakeLists

Hardware-verified on physical KIT_PSE84_AI: WiFi firmware boots,
MAC address obtained, WHD driver initialized successfully.

Note: Requires corresponding NVRAM file addition in hal_infineon
(cyw55500-sdio-mur-2FY.txt from Infineon/wifi-resources).

Signed-off-by: Clark Jarvis <Clark.Jarvis@infineon.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-27 21:33:50 -04:00
Aymen LAOUINI
0d744a0cc6 hal_nordic: ironside: Add 9251 peripherals
- Add Fast peripherals, GRTC CLCK pin, VPR121, VPR130
and MIPIRFFE Ctrlsel configuration to nRF9251.

- Add Trace port Ctrlsel support for nRF9251 and nRF9280.

- Simplify script by removing Family and rely only on SoC
number.

Signed-off-by: Aymen LAOUINI <aymen.laouini@nordicsemi.no>
2026-05-27 15:17:56 +01:00
Valerio Setti
c15cba4e7a modules: mbedtls: rename mbedTLS library and documentation usage
Having an interface library named "mbedTLS" and the real library named
"mbedtls" (as provided by the Mbed TLS module) is misleading.
This commit replaces:
- mbedTLS -> mbedtls_iface for the CMake library. "mbedTLS" is still
             available as alias to "mbedtls_iface" for backward
             compatibility, but this should be removed in the future.
- mbedTLS -> Mbed TLS in comments and documentation.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2026-05-27 15:16:06 +01:00
Valerio Setti
840ea1b98a modules: hal_infineon: add missing include directory in TF-M build
Add missing include directory for the TF-M build.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Signed-off-by: Laura Carlesso <laura.carlesso@infineon.com>
2026-05-27 15:12:44 +01:00
Valerio Setti
fb6982c875 modules: tf-m: add Kconfigs for signature public key storing options
- Add TFM_PUBLIC_KEY_FORMAT as Kconfig instead of CMake variable. It tells
  in which format the public key is stored in the signed images.
  Available options:
  * full: store the public key in raw format;
  * hash: store only the hash of the key.

- Modify all the boards that were previously setting TFM_PUBLIC_KEY_FORMAT
  in their cmake files. Those changes were not required before because
  "full" was already set by default when not otherwise specified, and
  they are not needed now because that's the default for the Kconfig.

- Fix TF-M Cmake logic to properly set the key format used for the signing
  key.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2026-05-27 15:12:44 +01:00
Valerio Setti
dffc4d1f50 modules: tf-m: do not install TF-PSA-Crypto headers
By default TF-M will installs TF-PSA-Crypto headers in the binary folder,
but this will duplicate what the TF-PSA-Crypto library already exports
in Zephyr. Disable this feature.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2026-05-27 15:12:44 +01:00
Valerio Setti
dec46b664f modules: tf-m: fix image signing for TF-M v2.3
Prevent TF-M from signing images as this requires installing some extra
unnecesary Python packages (and it also wastes time), but keep generating
object files that are required to sign images.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2026-05-27 15:12:44 +01:00
Valerio Setti
3b49728a78 modules: tf-m: adjust debug print arguments for TF-M v2.3
Minor debug print adjustments to adapt for TF-M v2.3.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2026-05-27 15:12:44 +01:00
Valerio Setti
5c7dc194c9 modules: tf-m: fix path of wrapper.py
Adjust the path of the "wrapper.py" script that's used to sign images.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2026-05-27 15:12:44 +01:00
Valerio Setti
73fe127187 modules: tf-m: do not specify MCUBOOT_USE_PSA_CRYPTO
PSA Crypto is used by default since the switch to TF-PSA-Crypto.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2026-05-27 15:12:44 +01:00
Valerio Setti
15922c4f6d modules: tf-m: replace Mbed TLS path with TF-PSA-Crypto one
Specify TF-PSA-Crypto path instead of the Mbed TLS 3.6 one. This is
required to build the crypto support in TF-M.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2026-05-27 15:12:44 +01:00
Laura Carlesso
49ebf62228 modules: hal_infineon: serial-memory: Add relocation to RAM for edge if XIP
The serial-memory library allows to interact with the external flash but
its code needs to be relocated to RAM if the external flash is where the
code is executing from or it could cause faults.

Signed-off-by: Laura Carlesso <laura.carlesso@infineon.com>
2026-05-26 14:48:49 -05:00
Magdalena Pastula
cf51105c81 modules: hal: nordic: nrfx: ifdef part of the cmake
Add a new Kconfig option to disable the stable BSP from build
and make part of the CMake file dependable on it to avoid conflicts
with external BSPs.
Also, remove remains of the old solution.

Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
2026-05-26 15:18:49 +02:00
Aaron Kim
3c3aae68c6 modules: hal_tdk: Add tad2144 support
tad2144 is TMR angle sensors.
https://invensense.tdk.com/en-us/tmr

Signed-off-by: Aaron Kim <aaron.kim@tdk.com>
2026-05-22 21:55:54 +02:00
Jeremy Truttmann
82276ab6ed modules: mbedtls: fix build with address sanitizer on 32-bit
When building with the address sanitizer and size optimizations on 32-bit
x86 (e.g. native_sim), the TF-PSA-Crypto bignum_core.c assembly fails
with: error: 'asm' operand has impossible constraints

A similar fix existed for the previous mbedtls 3.x integration (commit
691486de83) but was lost during the CMakeLists.txt rewrite for
Mbed TLS 4.x / TF-PSA-Crypto 1.x (commit 393350fd65).

Restore the workaround by forcing speed optimization (-O2) for
bignum_core.c when ASAN is enabled on 32-bit POSIX targets.

Signed-off-by: Jeremy Truttmann <jetstreeam.code@outlook.com>
2026-05-22 18:24:18 +02:00
McAtee Maxwell
478d5afefd drivers: qspi: Update external flash support for Infineon edge family
- Modify Infineon module's CMakeLists.txt to include the correct .c
  file, based on the devicetree flash node's "compatible" variable for
  the supported, Infineon "edge" family platforms
- Add component name to kit_pse84_eval board's dtsi "flash" node
- Add component name to kit_pse84_ai board's dtsi "flash" node
- Update version of hal_infineon module in west.yml

Assisted-by: GitHub Copilot:claude-sonnet-4.6
Signed-off-by: McAtee Maxwell <maxwell.mcatee@infineon.com>
2026-05-22 10:47:38 +02:00
Jukka Rissanen
40ded8a8eb net: ip: Clarify route and forwarding Kconfig
Make the per-family unicast route-table options user visible and
separate them more clearly from packet forwarding.

Expose NET_IPV4_ROUTE and NET_IPV6_ROUTE as the route-table support
symbols used for static routes, shell route commands, and host-side
route selection. Rename NET_IPV4_ROUTING and NET_IPV6_ROUTING to
NET_IPV4_FORWARDING and NET_IPV6_FORWARDING so the forwarding options
describe router behavior only.

Keep the old routing symbols as deprecated compatibility aliases,
move orig_iface packet metadata behind an internal helper symbol, and
update route test configs to select the route-table options
explicitly. Also add migration-guide notes so out-of-tree users know
how the old and new symbols map.

Assisted-by: Copilot:GPT-5.4
Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2026-05-21 06:32:22 -04:00
Travis Lam
a7e9c057c1 boards: nordic: nrf7120: Disbale TFM_LOG_LEVEL_SILENCE for tfm regression
Current upstream zephyr have enabled CONFIG_TFM_LOG_LEVEL_SILENCE
which will break the build when TFM_REGRESSION_S enabled. The reason
that it breaks is that the variable which shares the UART instance,
this is also aligning to other 54L soc, we can reenable it when
NCSDK-31930 is resolved.

Added nrf71 support for tf-m to use TFM_PERIPHERAL_UART30_SECURE when
SECURE_UART is enabled, aligning to 54L impplementation.

Signed-off-by: Travis Lam <travis.lam@nordicsemi.no>
2026-05-20 20:06:10 -04:00
sree sreerajatha
6fbd02b682 drivers: ieee802154: Add RX fail reasons for RX failed event
Extend enum ieee802154_rx_fail_reason and map them
to OT errors. This ensures that otPlatRadioReceiveDone is
handled as per Openthread spec.

Signed-off-by: sree sreerajatha <sree.sreerajatha@silabs.com>
2026-05-19 17:47:38 -04:00
Fin Maaß
4d859419d9 drivers: serial: don't check return value of uart_irq_update()
Remove return value checks of uart_irq_update().
Needed for changing it's return value to void.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
2026-05-19 17:46:51 -04:00
Ruoshan Shi
3b348c7956 drivers: display: add Socionext DPU driver support
Added Socionext Display Processing Unit driver to enable display
function on i.MX95 platform

Signed-off-by: Ruoshan Shi <ruoshan.shi@nxp.com>
2026-05-19 14:58:29 +01:00
Tomi Fontanilles
02d5017d42 modules: mbedtls: remove CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED
This key exchange was removed with Mbed TLS v4.0, but it was left by
mistake in Zephyr.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2026-05-19 11:56:49 +01:00
Tomi Fontanilles
3f5a3b01a2 modules: mbedtls: remove CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED
This key exchange was removed with Mbed TLS v4.0, but it was left by
mistake in Zephyr.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2026-05-19 11:56:49 +01:00
Triveni Danda
2521857b3d modules: hostap: Adjust memory for P2P
Recent changes increased stack usage in the P2P path,
causing stack overflow issues. Adjust memory allocation
to handle the increased stack requirements.

Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
2026-05-18 15:22:47 +01:00
Riadh Ghaddab
de9f49ab6e drivers: nrf_mram: wait until mramc is ready before write
When writes are issued to the mram controller without verifying that it
is ready, it can cause the reads to be stalled until all writes finish.
Fix this by adding a wait busy loop before each MRAM_WORD aligned write
and disable autopowerdown before starting the write.

Signed-off-by: Riadh Ghaddab <riadh.ghaddab@nordicsemi.no>
2026-05-18 15:15:30 +01:00
Holt Sun
01c9f2bd9d hal_nxp: mcux: Gate SMC/LLWU HAL drivers on config
Convert SMC driver inclusion from SOC-specific configuration to
devicetree-based configuration:
- CONFIG_SOC_SERIES_KINETIS_K2X → CONFIG_DT_HAS_NXP_SMC_ENABLED
- CONFIG_SOC_SERIES_KE1XZ → CONFIG_DT_HAS_NXP_SMC_ENABLED

Gate LLWU HAL driver on CONFIG_WUC_MCUX_LLWU (the Zephyr WUC driver
Kconfig) rather than DT node presence, since the DT node may exist
in disabled state without the driver being needed.

Signed-off-by: Holt Sun <holt.sun@nxp.com>
2026-05-17 10:40:43 +02:00
Tomi Fontanilles
b97f0ae81d modules: mbedtls: remove CONFIG_PSA_CRYPTO_CLIENT
It doesn't really serve a purpose since the addition of
CONFIG_PSA_CRYPTO.

Replace remaining uses of the former by the latter.

TF-M now implies CONFIG_PSA_CRYPTO the same way as
CONFIG_MBEDTLS because otherwise we get build failures
if we build Mbed TLS without CONFIG_PSA_CRYPTO enabled.
Hopefully we can remove these two in a later PR.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2026-05-14 21:55:23 +02:00
Tomi Fontanilles
64c2161c4e modules: mbedtls: improve enablement of CONFIG_MBEDTLS_PSA_CRYPTO_CLIENT
Simply make it depend on CONFIG_PSA_CRYPTO which allows to cover the
case where a PSA Crypto provider other than TF-M or Mbed TLS is used
and CONFIG_MBEDTLS_PSA_CRYPTO_C is not enabled.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2026-05-14 21:55:23 +02:00
Jukka Rissanen
c2740b65fe net: route: Rename APIs to make them IPv6 specific
As the route API is IPv6 specific, rename the functions to reflect that.
Renaming routing related Kconfig options and files and add IPv6
prefix there as the routing calls are IPv6 specific.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2026-05-14 21:53:53 +02:00
Felix Wang
3e24271ad5 drivers: counter: add NXP MCUX SYS_CTR driver
Add a Zephyr counter driver for the NXP MCUXpresso System Counter
(SYS_CTR). The driver supports:
- 56-bit free-running up-counter
- Selectable clock source: 24 MHz base clock or 32 kHz slow clock
- Two compare frames (alarm channels) with a shared interrupt
- Standard Zephyr counter alarm API

Signed-off-by: Felix Wang <fei.wang_3@nxp.com>
2026-05-14 15:13:33 +02:00
Muhammad Waleed Badar
c30809bd60 lvgl: update default value of LV_Z_POINTER_INPUT_MSGQ_COUNT
When INPUT_MODE_THREAD is selected, default LV_Z_POINTER_INPUT_MSGQ_COUNT
to INPUT_QUEUE_MAX_MSGS so that the LVGL pointer queue depth matches the
input subsystem queue, preventing dropped touch/pointer events.

Signed-off-by: Muhammad Waleed Badar <walid.badar@gmail.com>
2026-05-13 05:13:36 +02:00
Davide Di Lello
57e5904bc8 modules: infineon: Update copyright for Infineon
Update structure of the copyright

Signed-off-by: Davide Di Lello <Davide.Dilello@Infineon.com>
2026-05-12 22:19:02 +02:00
Krzysztof Chruściński
c07bbb75e7 modules: hal_nordic: nrfx: Add MDK flags based on the devicetree
Parse DT information regarding NFCT pins and pass it as compiler flags
which are used by the MDK startup code.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2026-05-12 11:21:15 +02:00
Sayed Naser Moravej
bb3850f374 mbedtls: psa: expose MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS as Kconfig option
Introduce a new Kconfig option, MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS,
to control the corresponding TF-PSA-Crypto configuration macro.
Previously, this option was implicitly enabled whenever
MBEDTLS_PSA_CRYPTO_C was set. This change makes the behavior explicit
and user-configurable through Kconfig.
The default remains 'y' to preserve existing behavior.
This option allows applications to disable the assumption of
non-overlapping input/output buffers when required, at the cost of
additional internal buffer handling.
Part of update-psa-crypto-build-symbols.

Signed-off-by: Sayed Naser Moravej <seyednasermoravej@gmail.com>
2026-05-11 10:57:58 +02:00
Yongxu Wang
0527bec550 modules: hal_nxp: Add meccc drivers to zephyr build tree
Add mecc driver to zephyr build tree.

Signed-off-by: Yongxu Wang <yongxu.wang@nxp.com>
2026-05-11 04:02:46 +02:00
William Markezana
b4193f101a drivers: bluetooth: add BL60x on-chip BLE HCI driver
Extend the shared BFLB HCI driver with BL60x (BL602) support: BL60x
include paths, controller init macros, IRQ setup, and platform shim
forward declarations.

Kconfig adds BT_BFLB_BL60X with two controller variant choices
(m1s1, m8s1) and smart defaults based on enabled BT roles.

Signed-off-by: William Markezana <william.markezana@gmail.com>
2026-05-08 16:00:22 -05:00
Krzysztof Chruściński
55450eaa89 modules: hal_nordic: nrfx: Enable external PPIB function
If SD2PPI configuration for GPPI is used, it indicates that
external function for configuring PPIB need to be used.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2026-05-08 14:42:10 +01:00
Adam Kondraciuk
98395af2b2 drivers: timer: nrf_grtc_timer: Add Kconfig options for uninit behavior
Add Kconfig options to control whether the GRTC timer is stopped
and/or cleared when the driver is uninitialized (e.g. when
sys_clock_disable() is called).

Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
2026-05-08 06:45:11 -05:00
Egill Sigurdur
16ac4a5b78 kernel: mem_slab: add K_MEM_SLAB_DEFINE_TYPE for automatic alignment
Introduces K_MEM_SLAB_DEFINE_TYPE() and K_MEM_SLAB_DEFINE_STATIC_TYPE()
helpers to allow the user to declare slabs for types without having to
manually ensure the alignment is correct.

Manual slab alignment was very error-prone and this change fixes several
instances of misalignment that would be trapped by the undefined
behavior sanitizer when running on 64-bit targets.

Signed-off-by: Egill Sigurdur <egill@egill.xyz>
2026-05-07 18:09:41 -05:00
Sudan Landge
d7cf5fee73 modules: cmsis_6: switch to upstream CMSIS_6 and drop fork delta
Upstream CMSIS_6 is now consumable as a Zephyr module, but does
not provide CMake build files to preserve portability for
non-Zephyr users.

CMSIS Core is header-only, so integration only requires headers.
Drop add_subdirectory() and add the include path via
zephyr_include_directories().

Keep __PROGRAM_START handling in the Zephyr module integration layer.

Signed-off-by: Sudan Landge <sudan.landge@arm.com>
2026-05-07 18:08:35 -05:00
Mohammad Odeh
24744e2052 modules: fatfs: handle optional STM32 SDMMC disk-name
Handle optional `disk-name` for `st,stm32-sdmmc` entries in
FF_VOLUME_STRS to avoid build failures when the property is not present.

Signed-off-by: Mohammad Odeh <zephyr@exalt.ps>
2026-05-07 18:03:20 -05:00
Aksel Skauge Mellbye
b0344892f7 manifest: Update hal_silabs
Update hal_silabs to new HAL versions:

* SiSDK 2025.12.3
* WiSeConnect 4.0.2

This HAL update requires a minor change to the `memc` driver
for SiWx91x because an API has been renamed.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
2026-05-07 13:19:13 +01:00
William Markezana
6952bc7229 modules: hal_bouffalolab: bl70x: remove uarthci blob variant
The uarthci blob contains its own UART transport layer and does not
export bt_onchiphci_* symbols, making it incompatible with the Zephyr
HCI driver.

Signed-off-by: William Markezana <william.markezana@gmail.com>
2026-05-07 09:16:15 +02:00