Re-enable lr11xx out-of-tree driver

This commit is contained in:
2026-03-26 13:05:07 +01:00
parent 88bf6b56d2
commit 188af9bd40

View File

@@ -9,9 +9,10 @@ list(APPEND DTS_ROOT ${CMAKE_CURRENT_LIST_DIR}/..)
# LR11xx out-of-tree driver is currently not added as a Zephyr module
# to avoid Kconfig dependency issues during board prototyping.
# If needed, re-enable by appending the driver path to ZEPHYR_EXTRA_MODULES.
# list(APPEND ZEPHYR_EXTRA_MODULES
# ${CMAKE_CURRENT_LIST_DIR}/../drivers/lora/lr11xx
# )
list(APPEND ZEPHYR_EXTRA_MODULES
${CMAKE_CURRENT_LIST_DIR}/../drivers/lora/lr11xx
)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})