Skip to content

Commit 9a48fd7

Browse files
committed
qmsi: move to a zephyr module
Adds https://github.com/zephyrproject-rtos/hal_qmsi as a module managed by west. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent b1f3825 commit 9a48fd7

File tree

105 files changed

+3
-32037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+3
-32037
lines changed

ext/hal/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ add_subdirectory_if_kconfig(libmetal)
55
add_subdirectory(nordic)
66
add_subdirectory(nxp)
77
add_subdirectory(openisa)
8-
add_subdirectory_if_kconfig(qmsi)
98
add_subdirectory(st)
109
add_subdirectory(ti)
1110
add_subdirectory(silabs)

ext/hal/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ source "ext/hal/nxp/imx/Kconfig"
3030

3131
source "ext/hal/openisa/vega_sdk_riscv/Kconfig"
3232

33-
source "ext/hal/qmsi/Kconfig"
34-
3533
source "ext/hal/silabs/gecko/Kconfig"
3634

3735
source "ext/hal/st/stm32cube/Kconfig"

ext/hal/README

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ pdl
4141
The Cypress Peripheral Driver Library (PDL) provides device header files and
4242
peripheral drivers for PSoC6 SoCs.
4343

44-
qmsi
45-
-------
46-
Intel® Quark™ Microcontroller Software Interface (QMSI) is a Hardware
47-
Abstraction Layer (HAL) for Intel® Quark™ Microcontroller products. It
48-
currently support the following SoCs:
49-
50-
- Intel® Quark™ D2000 Microcontroller
51-
- Intel® Quark™ SE Microcontroller
52-
5344
stm32cube
5445
---------
5546
ST Microelectronics STM32Cube SDK

ext/hal/qmsi/CMakeLists.txt

Lines changed: 0 additions & 52 deletions
This file was deleted.

ext/hal/qmsi/Kconfig

Lines changed: 0 additions & 16 deletions
This file was deleted.

ext/hal/qmsi/README

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)