From be5c01f86c96500def5079bcc58d2baefdffb6c8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 20 Aug 2019 06:07:21 -0700 Subject: [PATCH] modules: make openisa HAL a zephyr module Make this extract from ext/ a west module. Signed-off-by: Anas Nashif --- vega_sdk_riscv/Kconfig | 24 ------------------------ zephyr/module.yml | 2 ++ 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 vega_sdk_riscv/Kconfig create mode 100644 zephyr/module.yml diff --git a/vega_sdk_riscv/Kconfig b/vega_sdk_riscv/Kconfig deleted file mode 100644 index 6ef88c3..0000000 --- a/vega_sdk_riscv/Kconfig +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (c) 2018 Foundries.io -# -# SPDX-License-Identifier: Apache-2.0 - -menuconfig VEGA_SDK_HAL - bool "RV32M1 VEGA SDK support" - depends on SOC_OPENISA_RV32M1_RISCV32 - -config HAS_RV32M1_LPUART - bool - help - Set if the low power uart (LPUART) module is present in the SoC. - -config HAS_RV32M1_LPI2C - bool - help - Set if the low power i2c (LPI2C) module is present in the SoC. - -config HAS_RV32M1_FTFX - bool - help - Set if the flash memory (FTFA, FTFE, or FTFL) module is present in - the SoC. - diff --git a/zephyr/module.yml b/zephyr/module.yml new file mode 100644 index 0000000..eb317c3 --- /dev/null +++ b/zephyr/module.yml @@ -0,0 +1,2 @@ +build: + cmake: .