From 6db0eccbe5779be5c87b554132d8c22c9280c37a Mon Sep 17 00:00:00 2001 From: Liu_Weichao Date: Fri, 13 Oct 2023 13:54:23 +0800 Subject: [PATCH] feat add Ubiquitous/XiZi_Micro DIR and delete useless yaml files --- Ubiquitous/Kselector_features | 65 -------------------------- Ubiquitous/Kselector_features_meta | 65 -------------------------- Ubiquitous/Kselector_params | 26 ----------- Ubiquitous/Kselector_params_meta | 26 ----------- Ubiquitous/XiZi_Micro/Kconfig | 0 Ubiquitous/XiZi_Micro/Makefile | 0 Ubiquitous/feature_yaml/Nuttx.yaml | 21 --------- Ubiquitous/feature_yaml/RT_Thread.yaml | 21 --------- Ubiquitous/feature_yaml/XiZi.yaml | 21 --------- 9 files changed, 245 deletions(-) delete mode 100644 Ubiquitous/Kselector_features delete mode 100644 Ubiquitous/Kselector_features_meta delete mode 100644 Ubiquitous/Kselector_params delete mode 100644 Ubiquitous/Kselector_params_meta create mode 100644 Ubiquitous/XiZi_Micro/Kconfig create mode 100644 Ubiquitous/XiZi_Micro/Makefile delete mode 100755 Ubiquitous/feature_yaml/Nuttx.yaml delete mode 100755 Ubiquitous/feature_yaml/RT_Thread.yaml delete mode 100755 Ubiquitous/feature_yaml/XiZi.yaml diff --git a/Ubiquitous/Kselector_features b/Ubiquitous/Kselector_features deleted file mode 100644 index 60de293f0..000000000 --- a/Ubiquitous/Kselector_features +++ /dev/null @@ -1,65 +0,0 @@ -menu "Required Feature" # do not modify this, otherwise, (see `egrep '^# Required'` in kernel_selector.sh) - -menuconfig FS - bool "require file system" - default n - -if FS - config FS_VFS_FATFS - bool "Using FATFS file system" - default n - - config FS_CH376 - bool "Using CH376 file system" - default n - - config FS_LWEXT4 - bool "Using LWEXT4 file system" - default n -endif - - -menuconfig INDUSTRIAL - bool "Require industrial protocols support" - default n - -if INDUSTRIAL - config INDUSTRIAL_OPCUA - bool "Support OPCUA" - default n - - config INDUSTRIAL_SNAP7 - bool "Support Siemens Snap7" - default n - - config INDUSTRIAL_MODBUS - bool "Support Modbus" - default n - - config INDUSTRIAL_RS232 - bool "Support RS232" - default n - - config INDUSTRIAL_RS485 - bool "Support RS485" - default n -endif - - -menuconfig BUS - bool "require bus" - default y - -if BUS - menu "Required BUS" - config USB - bool "require USB bus" - default n - - config SERIAL - bool "require serial bus" - default n - endmenu -endif - -endmenu diff --git a/Ubiquitous/Kselector_features_meta b/Ubiquitous/Kselector_features_meta deleted file mode 100644 index 60de293f0..000000000 --- a/Ubiquitous/Kselector_features_meta +++ /dev/null @@ -1,65 +0,0 @@ -menu "Required Feature" # do not modify this, otherwise, (see `egrep '^# Required'` in kernel_selector.sh) - -menuconfig FS - bool "require file system" - default n - -if FS - config FS_VFS_FATFS - bool "Using FATFS file system" - default n - - config FS_CH376 - bool "Using CH376 file system" - default n - - config FS_LWEXT4 - bool "Using LWEXT4 file system" - default n -endif - - -menuconfig INDUSTRIAL - bool "Require industrial protocols support" - default n - -if INDUSTRIAL - config INDUSTRIAL_OPCUA - bool "Support OPCUA" - default n - - config INDUSTRIAL_SNAP7 - bool "Support Siemens Snap7" - default n - - config INDUSTRIAL_MODBUS - bool "Support Modbus" - default n - - config INDUSTRIAL_RS232 - bool "Support RS232" - default n - - config INDUSTRIAL_RS485 - bool "Support RS485" - default n -endif - - -menuconfig BUS - bool "require bus" - default y - -if BUS - menu "Required BUS" - config USB - bool "require USB bus" - default n - - config SERIAL - bool "require serial bus" - default n - endmenu -endif - -endmenu diff --git a/Ubiquitous/Kselector_params b/Ubiquitous/Kselector_params deleted file mode 100644 index 3f834ba3f..000000000 --- a/Ubiquitous/Kselector_params +++ /dev/null @@ -1,26 +0,0 @@ -menu "Required Parameter" - config RAM_LESS_THAN - int "RAM footprint limit (MB) upper bound" - default 10000 - help - Kernel RAM footprint should be lower than this limit - - config RAM_GREATER_THAN - int "RAM footprint limit (MB) lower bound" - default 0 - help - Kernel RAM footprint should be higher than this limit - - config ROM_LESS_THAN - int "ROM limit (MB) upper bound" - default 10000 - help - Kernel ROM requirement should be lower than this limit - - config ROM_GREATER_THAN - int "ROM limit (MB) lower bound" - default 0 - help - Kernel ROM requirement should be higher than this limit - -endmenu diff --git a/Ubiquitous/Kselector_params_meta b/Ubiquitous/Kselector_params_meta deleted file mode 100644 index 3f834ba3f..000000000 --- a/Ubiquitous/Kselector_params_meta +++ /dev/null @@ -1,26 +0,0 @@ -menu "Required Parameter" - config RAM_LESS_THAN - int "RAM footprint limit (MB) upper bound" - default 10000 - help - Kernel RAM footprint should be lower than this limit - - config RAM_GREATER_THAN - int "RAM footprint limit (MB) lower bound" - default 0 - help - Kernel RAM footprint should be higher than this limit - - config ROM_LESS_THAN - int "ROM limit (MB) upper bound" - default 10000 - help - Kernel ROM requirement should be lower than this limit - - config ROM_GREATER_THAN - int "ROM limit (MB) lower bound" - default 0 - help - Kernel ROM requirement should be higher than this limit - -endmenu diff --git a/Ubiquitous/XiZi_Micro/Kconfig b/Ubiquitous/XiZi_Micro/Kconfig new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_Micro/Makefile b/Ubiquitous/XiZi_Micro/Makefile new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/feature_yaml/Nuttx.yaml b/Ubiquitous/feature_yaml/Nuttx.yaml deleted file mode 100755 index 01879de18..000000000 --- a/Ubiquitous/feature_yaml/Nuttx.yaml +++ /dev/null @@ -1,21 +0,0 @@ -version: 0.1.0 -# Automatically generated file; DO NOT EDIT. -# Ubiquitous Kernel Selector - -Feature: - -# CONFIG_FS is not set - BUS: true - -BUS: - - USB: true -# CONFIG_SERIAL is not set - -Parameter: - - RAM_LESS_THAN: 20 - RAM_GREATER_THAN: 10000 - ROM_LESS_THAN: 10 - ROM_GREATER_THAN: 10000 - diff --git a/Ubiquitous/feature_yaml/RT_Thread.yaml b/Ubiquitous/feature_yaml/RT_Thread.yaml deleted file mode 100755 index a1d1ce726..000000000 --- a/Ubiquitous/feature_yaml/RT_Thread.yaml +++ /dev/null @@ -1,21 +0,0 @@ -version: 0.1.0 -# Automatically generated file; DO NOT EDIT. -# Ubiquitous Kernel Selector - -Feature: - -# CONFIG_FS is not set - BUS: true - -BUS: - - USB: true -# CONFIG_SERIAL is not set - -Parameter: - - RAM_LESS_THAN: 5 - RAM_GREATER_THAN: 10000 - ROM_LESS_THAN: 5 - ROM_GREATER_THAN: 10000 - diff --git a/Ubiquitous/feature_yaml/XiZi.yaml b/Ubiquitous/feature_yaml/XiZi.yaml deleted file mode 100755 index 2e9c4b8c4..000000000 --- a/Ubiquitous/feature_yaml/XiZi.yaml +++ /dev/null @@ -1,21 +0,0 @@ -version: 0.1.0 -# Automatically generated file; DO NOT EDIT. -# Ubiquitous Kernel Selector - -Feature: - -# CONFIG_FS is not set - BUS: true - -BUS: - - USB: true -# CONFIG_SERIAL is not set - -Parameter: - - RAM_LESS_THAN: 3 - RAM_GREATER_THAN: 10000 - ROM_LESS_THAN: 10 - ROM_GREATER_THAN: 10000 -