Skip to content

Commit 689864e

Browse files
committed
modules: hal_nxp: tweak integration to utilize cmake-ext/kconfig-ext
Update zephyr side to handle hal_nxp using cmake-ext/kconfig-ext. This allows for having zephyr specific integration code live with the zephyr source tree. For now on the cmake side we just use add_subdirectory() of the hal_nxp repo so the integration is effectively transparent. For Kconfig we add a place holder Kconfig file since the hal_nxp repo doesn't have any Kconfig files in it currently. Signed-off-by: Kumar Gala <[email protected]>
1 parent a56c425 commit 689864e

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

modules/hal_nxp/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#
2+
# Copyright (c) 2021 Linaro, Limited
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
add_subdirectory(${ZEPHYR_CURRENT_MODULE_DIR} hal_nxp)

modules/hal_nxp/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#
2+
# Copyright (c) 2021 Linaro, Limited
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
# file is empty and kept as a place holder if/when Kconfig is needed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ manifest:
8888
groups:
8989
- hal
9090
- name: hal_nxp
91-
revision: bb97ba1cb3820d5799f53c7af765830d766b56a2
91+
revision: 1d823ea49bf7f6229a1097fbff33e27ba0dd389b
9292
path: modules/hal/nxp
9393
groups:
9494
- hal

0 commit comments

Comments
 (0)