Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/Zephyr-Core-3.5.0/subsys/logging/
DKconfig.template.log_config3 choice "$(module)_LOG_LEVEL_CHOICE"
4 prompt "Max compiled-in log level for $(module-str)"
5 default $(module)_LOG_LEVEL_DEFAULT
8 config $(module)_LOG_LEVEL_OFF
11 config $(module)_LOG_LEVEL_ERR
14 config $(module)_LOG_LEVEL_WRN
17 config $(module)_LOG_LEVEL_INF
20 config $(module)_LOG_LEVEL_DBG
23 config $(module)_LOG_LEVEL_DEFAULT
28 config $(module)_LOG_LEVEL
[all …]
DKconfig.template.log_config_inherit5 # This template allow module to use the parent module log level by default.
8 # - module:
9 # Name of the new log module.
11 # - parent-module:
12 # Name of the module that will be inherited by the new module.
15 choice "$(module)_LOG_LEVEL_CHOICE"
16 default $(module)_LOG_LEVEL_INHERIT if y
18 config $(module)_LOG_LEVEL_INHERIT
19 bool "Inherit $(parent-module)_LOG_LEVEL"
23 config $(module)_LOG_LEVEL
[all …]
/Zephyr-Core-3.5.0/modules/
DKconfig.stm3219 Enable STM32Cube Analog-to-Digital Converter (ADC) HAL module driver
25 module driver
30 Enable STM32Cube Controller Area Network (CAN) HAL module driver
35 Enable STM32Cube HDMI-CEC controller (CEC) HAL module driver
40 Enable STM32Cube Ultra Low Power Comparator channels (COMP) HAL module
46 Enable STM32Cube CORDIC co-processor (CORDIC) functions HAL module
52 Enable STM32Cube CORTEX HAL module driver
58 module driver
64 (CRC) HAL module driver
69 Enable STM32Cube Cryptographic processor (CRYP) HAL module driver
[all …]
DKconfig.mcux16 Set if the 12B1MSPS SAR ADC module is present in the SoC.
21 Set if the 12-bit ADC (ADC12) module is present in the SoC.
26 Set if the 16-bit ADC (ADC16) module is present in the SoC.
31 Set if the LPADC module is present in the SoC.
41 Set if the clock control module (CCM) module is present in the SoC.
46 Set if the revision 2 of clock control module (CCM) module is present in the SoC.
52 Set if the syscon module is present in the SoC.
57 Set if the peripheral clock controller module (PCC) module is
63 Set if the enhanced LCD interface (eLCDIF) module is present in the
69 Set if the MIPI DSI module is present in the SoC.
[all …]
DKconfig54 # comment "<module_name> module not available."
57 # Remember to add the following code inside the `<module>/Kconfig file:
62 comment "hal_gigadevice module not available."
65 comment "hal_nordic module not available."
68 comment "liblc3 module not available."
71 comment "LittleFS module not available."
74 comment "mbedtls module not available."
77 comment "Trusted-firmware-m module not available."
80 comment "Trusted-firmware-a module not available."
83 comment "Nanopb module not available."
[all …]
DKconfig.nuvoton18 module driver
33 module driver
37 Enable Nuvoton gpio HAL module driver
41 Enable Nuvoton FMC HAL module driver
45 Enable Nuvoton I2C HAL module driver
49 Enable Nuvoton SPI HAL module driver
53 Enable Nuvoton PWM HAL module driver
57 Enable Nuvoton USB 1.1 device controller HAL module driver
61 Enable Nuvoton high-speed USB 2.0 device controller HAL module driver
65 Enable Nuvoton ETH EMAC HAL module driver
[all …]
/Zephyr-Core-3.5.0/subsys/net/
DKconfig.template.log_config.net8 prompt "$(module-str)"
9 default $(module)_LOG_LEVEL_DEFAULT
10 depends on $(module-dep)
14 # $(module-help)
16 config $(module)_LOG_LEVEL_OFF
21 config $(module)_LOG_LEVEL_ERR
26 config $(module)_LOG_LEVEL_WRN
31 config $(module)_LOG_LEVEL_INF
36 config $(module)_LOG_LEVEL_DBG
41 config $(module)_LOG_LEVEL_DEFAULT
[all …]
DKconfig.template.log_config.default.net9 prompt "$(module-str)"
10 default $(module)_$(module-def)
11 depends on $(module-dep)
15 # $(module-help)
17 config $(module)_LOG_LEVEL_OFF
22 config $(module)_LOG_LEVEL_ERR
27 config $(module)_LOG_LEVEL_WRN
32 config $(module)_LOG_LEVEL_INF
37 config $(module)_LOG_LEVEL_DBG
44 config $(module)_LOG_LEVEL
[all …]
/Zephyr-Core-3.5.0/subsys/net/ip/
DKconfig.debug14 module = NET_PKT
15 module-dep = NET_LOG
16 module-str = Log level for network packet and buffer allocation
17 module-help = Enables debug of network packet and buffer allocations and frees.
48 module = NET_CORE
49 module-dep = NET_LOG
50 module-str = Log level for core IP stack
51 module-help = Enables core network stack code to output debug messages.
54 module = NET_IF
55 module-dep = NET_LOG
[all …]
/Zephyr-Core-3.5.0/drivers/sensor/vl53l1x/
Dvl53l1_platform_log.h127 uint32_t module,
161 #define _LOG_TRACE_PRINT(module, level, function, ...) \ argument
162 VL53L1_trace_print_module_function(module, level, function, ##__VA_ARGS__);
164 #define _LOG_FUNCTION_START(module, fmt, ...) \ argument
165 VL53L1_trace_print_module_function(module, _trace_level, VL53L1_TRACE_FUNCTION_ALL,\
168 #define _LOG_FUNCTION_END(module, status, ...)\ argument
169 VL53L1_trace_print_module_function(module, _trace_level, VL53L1_TRACE_FUNCTION_ALL,\
172 #define _LOG_FUNCTION_END_FMT(module, status, fmt, ...)\ argument
173 VL53L1_trace_print_module_function(module, _trace_level, VL53L1_TRACE_FUNCTION_ALL,\
190 #define _LOG_TRACE_PRINT(module, level, function, ...) argument
[all …]
/Zephyr-Core-3.5.0/scripts/
Dzephyr_module.py173 def process_module(module): argument
174 module_path = PurePath(module)
205 def process_cmake(module, meta): argument
207 module_path = PurePath(module)
218 if not validate_setting(cmake_setting, module, 'CMakeLists.txt'):
223 cmake_path = os.path.join(module, cmake_setting or 'zephyr')
236 def process_sysbuildcmake(module, meta): argument
238 module_path = PurePath(module)
249 if not validate_setting(cmake_setting, module, 'CMakeLists.txt'):
257 cmake_path = os.path.join(module, cmake_setting or 'zephyr')
[all …]
/Zephyr-Core-3.5.0/subsys/bluetooth/
DKconfig.logging625 module = BT
626 module-str = "Bluetooth"
631 module = BT_HCI_DRIVER
633 module-str = "Bluetooth HCI driver"
636 module = BT_RPA
638 module-str = "Bluetooth Resolvable Private Address (RPA)"
645 module = BT_AICS
647 module-str = "Audio Input Control Service"
650 module = BT_AICS_CLIENT
652 module-str = "Audio Input Control Service client"
[all …]
/Zephyr-Core-3.5.0/modules/trusted-firmware-m/
DKconfig.tfm.crypto_modules11 bool "Random number generator crypto module"
14 Enables the random number generator module within the crypto partition.
18 bool "KEY crypto module"
21 Enables the KEY crypto module within the crypto partition.
26 bool "AEAD crypto module"
29 Enables the AEAD crypto module within the crypto partition.
34 bool "MAC crypto module"
37 Enables the MAC crypto module within the crypto partition.
42 bool "HASH crypto module"
45 Enables the HASH crypto module within the crypto partition.
[all …]
/Zephyr-Core-3.5.0/modules/hal_gigadevice/
DKconfig85 Enable GD32 Analog-to-Digital Converter (ADC) HAL module driver
90 Enable GD32 Backup Registers (BKP) HAL module driver
95 Enable GD32 Controller Area Network (CAN) HAL module driver
100 Enable GD32 Consumer Electronics Control (CEC) HAL module driver
105 Enable GD32 Comparator (CMP) HAL module driver
111 module driver
116 Enable GD32 Clock Trim Controller (CTC) HAL module driver
121 Enable GD32 Digital-to-Analog Converter (DAC) HAL module driver
126 Enable GD32 Debug (DBG) HAL module driver
131 Enable GD32 Digital Camera Interface (DCI) HAL module driver
[all …]
/Zephyr-Core-3.5.0/cmake/modules/
Dzephyr_module.cmake11 # CMakeLists.txt and Kconfig files can reside directly in the Zephyr module or
13 # The `<module>/zephyr/module.yml` file specifies whether the build files are
14 # located in the Zephyr module or in a MODULE_EXT_ROOT.
17 # -DZEPHYR_MODULES=<module-path>[;<additional-module(s)-path>]
19 # It looks for: <module>/zephyr/module.yml or
20 # <module>/zephyr/CMakeLists.txt
21 # to load the Zephyr module into Zephyr build system.
23 # search for zephyr/module.yml from the current workspace's manifest.
25 # If the module.yml file specifies that build files are located in a
31 # Settings used by Zephyr module but where systems may define an alternative value.
[all …]
/Zephyr-Core-3.5.0/modules/hal_infineon/
DKconfig12 Enable Analog-to-Digital Converter (ADC) HAL module driver for Infineon devices
17 Enable Inter-Integrated Circuit Interface (I2C) HAL module driver for Infineon devices
22 Enable Real-Time Clock (RTC) HAL module driver for Infineon devices
27 Enable Secure Digital Input/Output interface (SDIO) HAL module for Infineon devices
33 Enable Serial Peripheral Interface (SPI) HAL module driver for Infineon devices
39 Enable Timer (Timer/Counter) HAL module driver for Infineon devices
44 Enable Low-Power Timer (LPTimer) HAL module driver for Infineon devices
49 Enable True Random Number Generator (TRNG) HAL module driver for Infineon devices
54 Enable Universal Asynchronous Receiver/Transmitter (UART) HAL module
60 Enable Pulse Width Modulator (PWM) HAL module
[all …]
/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_control_renesas_cpg_mssr.c33 int rcar_cpg_mstp_clock_endisable(uint32_t base_address, uint32_t module, bool enable) in rcar_cpg_mstp_clock_endisable() argument
35 uint32_t reg = module / 100; in rcar_cpg_mstp_clock_endisable()
36 uint32_t bit = module % 100; in rcar_cpg_mstp_clock_endisable()
41 module); in rcar_cpg_mstp_clock_endisable()
61 uint32_t module = (uintptr_t)key; in cmp_cpg_clk_info_table_items() local
63 if (e->module == module) { in cmp_cpg_clk_info_table_items()
65 } else if (e->module < module) { in cmp_cpg_clk_info_table_items()
111 divider = data->get_div_helper(reg_val, clk_info->module); in rcar_cpg_get_divider()
207 dev->name, children_list->domain, children_list->module); in rcar_cpg_change_children_in_out_freq()
233 clk_info = rcar_cpg_find_clk_info_by_module_id(dev, clk->domain, clk->module); in rcar_cpg_get_rate()
[all …]
/Zephyr-Core-3.5.0/doc/develop/
Dmodules.rst23 :ref:`module licensing requirements<modules_licensing>` and
25 Zephyr developer that is committed to maintain the module codebase.
53 Modules are repositories that contain a :file:`zephyr/module.yml` file, so that
65 general (unless they are a module themselves).
73 * The module repository codebase shall include a *module.yml* file in a
78 new module repositories, except for repositories that are directly
84 Existing module repositories that do not conform to the above convention
87 * Module repositories names should be explicitly set in the :file:`zephyr/module.yml` file.
90 branch. Branches for specific purposes, for example, a module branch for
93 * If the module has an external (upstream) project repository, the module
[all …]
/Zephyr-Core-3.5.0/subsys/modem/
DKconfig10 bool "Modem chat module"
23 bool "Modem CMUX module"
30 bool "Modem pipe module"
33 bool "Modem PPP module"
48 module = MODEM_MODULES
49 module-str = modem_modules
/Zephyr-Core-3.5.0/modules/percepio/
DKconfig1 # Zephyr module config for percepio.
2 # The real Kconfig for the module is located in the module repository,
4 # module is unavailable.
/Zephyr-Core-3.5.0/subsys/bluetooth/common/
DKconfig.template.log_config_bt9 # - module:
17 config $(module)_LOG_LEVEL
20 module := $(module)
21 parent-module := BT
/Zephyr-Core-3.5.0/subsys/net/lib/socks/
DKconfig13 module = SOCKS
14 module-dep = NET_LOG
15 module-str = Log level for SOCKS proxy
16 module-help = Enable debug messages for SOCKS5 protocol
/Zephyr-Core-3.5.0/subsys/net/lib/sntp/
DKconfig12 module = SNTP
13 module-dep = NET_LOG
14 module-str = Log level for SNTP
15 module-help = Enable debug message of SNTP client library.
/Zephyr-Core-3.5.0/boards/arm/apollo4p_evb/
Dapollo4p_evb-pinctrl.dtsi91 ambiq,iom-nce-module = <0>;
101 ambiq,iom-nce-module = <4>;
111 ambiq,iom-nce-module = <8>;
121 ambiq,iom-nce-module = <12>;
131 ambiq,iom-nce-module = <16>;
141 ambiq,iom-nce-module = <20>;
151 ambiq,iom-nce-module = <24>;
161 ambiq,iom-nce-module = <28>;
174 ambiq,iom-nce-module = <32>;
187 ambiq,iom-nce-module = <34>;
[all …]
/Zephyr-Core-3.5.0/boards/arm/apollo4p_blue_kxr_evb/
Dapollo4p_blue_kxr_evb-pinctrl.dtsi83 ambiq,iom-nce-module = <0>;
93 ambiq,iom-nce-module = <4>;
103 ambiq,iom-nce-module = <8>;
113 ambiq,iom-nce-module = <12>;
123 ambiq,iom-nce-module = <16>;
133 ambiq,iom-nce-module = <20>;
143 ambiq,iom-nce-module = <24>;
153 ambiq,iom-nce-module = <28>;
166 ambiq,iom-nce-module = <32>;
179 ambiq,iom-nce-module = <34>;
[all …]

12345678910>>...25