Home
last modified time | relevance | path

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

12345678910>>...15

/Zephyr-Core-2.7.6/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_INF
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
25 config $(module)_LOG_LEVEL
28 default 0 if $(module)_LOG_LEVEL_OFF
[all …]
/Zephyr-Core-2.7.6/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 CORTEX HAL module driver
52 module driver
58 (CRC) HAL module driver
63 Enable STM32Cube Cryptographic processor (CRYP) HAL module driver
68 Enable STM32Cube Extended Cryptographic processor (CRYP) HAL module
[all …]
DKconfig.mcux16 Set if the 12-bit ADC (ADC12) module is present in the SoC.
21 Set if the 16-bit ADC (ADC16) module is present in the SoC.
26 Set if the LPADC module is present in the SoC.
36 Set if the clock control module (CCM) module is present in the SoC.
41 Set if the revison 2 of clock control module (CCM) module is present in the SoC.
47 Set if the syscon module is present in the SoC.
52 Set if the peripheral clock controller module (PCC) module is
58 Set if the enhanced LCD interface (eLCDIF) module is present in the
64 Set if the ethernet (ENET) module is present in the SoC.
69 Set if the FlexCAN module is presents in the SoC.
[all …]
DKconfig41 # comment "<module_name> module not available."
44 # Remember to add the following code inside the `<module>/Kconfig file:
49 comment "hal_nordic module not available."
52 comment "mbedtls module not available."
55 comment "Trusted-firmware-m module not available."
58 comment "Nanopb module not available."
61 comment "Lz4 module not available."
64 comment "loramac-node module not available."
67 comment "CANopenNode module not available."
Dmodules.cmake5 foreach(module ${cmake_modules})
6 get_filename_component(module_dir ${module} DIRECTORY)
15 foreach(module ${kconfig_modules})
16 get_filename_component(module_dir ${module} DIRECTORY)
DKconfig.vega11 Set if the low power uart (LPUART) module is present in the SoC.
16 Set if the low power i2c (LPI2C) module is present in the SoC.
21 Set if the low power spi (LPSPI) module is present in the SoC.
26 Set if the Timer/PWM (TPM) module is present in the SoC.
31 Set if the flash memory (FTFA, FTFE, or FTFL) module is present in
/Zephyr-Core-2.7.6/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-2.7.6/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 …]
DKconfig.ipv487 module = NET_IPV4
88 module-dep = NET_LOG
89 module-str = Log level for core IPv4
90 module-help = Enables core IPv4 code to output debug messages.
93 module = NET_ICMPV4
94 module-dep = NET_LOG
95 module-str = Log level for ICMPv4
96 module-help = Enables ICMPv4 code to output debug messages.
100 module = NET_DHCPV4
101 module-dep = NET_LOG
[all …]
/Zephyr-Core-2.7.6/scripts/
Dzephyr_module.py113 def process_module(module): argument
114 module_path = PurePath(module)
144 def process_cmake(module, meta): argument
146 module_path = PurePath(module)
157 if not validate_setting(cmake_setting, module, 'CMakeLists.txt'):
162 cmake_path = os.path.join(module, cmake_setting or 'zephyr')
175 def process_settings(module, meta): argument
184 root_path = PurePath(module) / setting
205 def process_kconfig(module, meta): argument
207 module_path = PurePath(module)
[all …]
/Zephyr-Core-2.7.6/modules/trusted-firmware-m/
DKconfig.tfm.crypto_modules11 bool "Enable random number generator crypto module"
14 Enables the random number generator module within the crypto partition.
18 bool "Enable KEY crypto module"
21 Enables the KEY crypto module within the crypto partition.
26 bool "Enable AEAD crypto module"
29 Enables the AEAD crypto module within the crypto partition.
34 bool "Enable MAC crypto module"
37 Enables the MAC crypto module within the crypto partition.
42 bool "Enable HASH crypto module"
45 Enables the HASH crypto module within the crypto partition.
[all …]
/Zephyr-Core-2.7.6/cmake/
Dzephyr_module.cmake6 # CMakeLists.txt and Kconfig files can reside directly in the module or in a
8 # The `<module>/zephyr/module.yml` file specifies whether the build files are
9 # located in the module or in a MODULE_EXT_ROOT.
12 # -DZEPHYR_MODULES=<module-path>[;<additional-module(s)-path>]
14 # It looks for: <module>/zephyr/module.yml or
15 # <module>/zephyr/CMakeLists.txt
16 # to load the module into Zephyr build system.
18 # search for zephyr/module.yml
20 # If the module.yml file specifies that build files are located in a
42 # Zephyr module uses west, so only call it if west is installed or
[all …]
/Zephyr-Core-2.7.6/doc/guides/
Dmodules.rst23 :ref:`module licensing requirements<modules_licensing>` and
25 Zephyr developer that is committed to maintain the module codebase.
44 * The module repository codebase shall include a *module.yml* file in a
49 new module repositories, except for repositories that are directly
55 Existing module repositories that do not conform to the above convention
59 branch. Branches for specific purposes, for example, a module branch for
62 * If the module has an external (upstream) project repository, the module
67 It is not required in module repositories to maintain a 'master'
69 is not recommended as this may generate confusion around the module's
77 It is preferred to synchronize a module respository with the latest stable
[all …]
/Zephyr-Core-2.7.6/drivers/clock_control/
Dclock_control_rcar_cpg_mssr.c69 uint32_t module, uint32_t rate, bool enable) in cpg_core_clock_endisable() argument
77 if (module != CPG_CORE_CLK_CANFD) { in cpg_core_clock_endisable()
108 uint32_t module, bool enable) in cpg_rmstp_clock_endisable() argument
111 uint32_t reg = module / 100; in cpg_rmstp_clock_endisable()
112 uint32_t bit = module % 100; in cpg_rmstp_clock_endisable()
117 "Invalid module number for cpg clock: %d", module); in cpg_rmstp_clock_endisable()
145 ret = cpg_rmstp_clock_endisable(dev, clk->module, true); in cpg_mssr_blocking_start()
147 ret = cpg_core_clock_endisable(dev, clk->module, clk->rate, in cpg_mssr_blocking_start()
161 ret = cpg_rmstp_clock_endisable(dev, clk->module, false); in cpg_mssr_stop()
163 ret = cpg_core_clock_endisable(dev, clk->module, 0, false); in cpg_mssr_stop()
[all …]
/Zephyr-Core-2.7.6/modules/TraceRecorder/
DKconfig1 # Zephyr module config for TraceRecorder.
2 # The real Kconfig for the module is located in the module repository,
4 # module is unavailable.
/Zephyr-Core-2.7.6/subsys/net/l2/
DKconfig48 module = NET_L2_BT
49 module-dep = NET_LOG
50 module-str = Log level for Bluetooth L2 layer
51 module-help = Enables Bluetooth L2 to output debug messages.
62 bool "Enable Bluetooth shell module"
67 console via a shell module named "net_bt".
90 module = NET_L2_WIFI_MGMT
91 module-dep = NET_LOG
92 module-str = Log level for Wi-Fi management layer
93 module-help = Enables Wi-Fi management interface to output debug messages.
[all …]
/Zephyr-Core-2.7.6/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-2.7.6/subsys/net/lib/sntp/
DKconfig13 module = SNTP
14 module-dep = NET_LOG
15 module-str = Log level for SNTP
16 module-help = Enable debug message of SNTP client library.
/Zephyr-Core-2.7.6/subsys/net/lib/websocket/
DKconfig23 module = NET_WEBSOCKET
24 module-dep = NET_LOG
25 module-str = Log level for Websocket
26 module-help = Enable debug message of Websocket client library.
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/
DKconfig13 module = NET_L2_ETHERNET
14 module-dep = NET_LOG
15 module-str = Log level for Ethernet L2 layer
16 module-help = Enables Ethernet L2 to output debug messages.
69 module = NET_ARP
70 module-dep = NET_LOG
71 module-str = Log level for IPv4 ARP
72 module-help = Enables core ARP code to output debug messages.
87 module = NET_ETHERNET_BRIDGE
88 module-dep = NET_LOG
[all …]
/Zephyr-Core-2.7.6/drivers/sensor/vl53l0x/
Dvl53l0x_platform_log.h46 #define _LOG_FUNCTION_START(module, fmt, ...) (void)0 argument
47 #define _LOG_FUNCTION_END(module, status, ...) (void)0 argument
48 #define _LOG_FUNCTION_END_FMT(module, status, fmt, ...) (void)0 argument
/Zephyr-Core-2.7.6/soc/arm/silabs_exx32/
DKconfig28 Set if the Core interrupt handling (CORE) HAL module is used.
33 Set if the Ultra Low Energy Timer/Counter (CRYOTIMER) HAL module is used.
38 Set if the Energy Management Unit (EMU) HAL module is used.
43 Set if the General Purpose Input/Output (GPIO) HAL module is used.
48 Set if the Inter-Integrated Circuit Interface (I2C) HAL module is used.
53 Set if the Low Energy Timer (LETIMER) HAL module is used.
59 HAL module is used.
64 Set if the Memory System Controller (MSC) HAL module is used.
69 Set if the Peripheral Reflex System (PRS) HAL module is used.
74 Set if the Reset Management Unit (RMU) HAL module is used.
[all …]
/Zephyr-Core-2.7.6/.buildkite/hooks/
Dpre-command31 mkdir -p /var/lib/buildkite-agent/zephyr-module-cache/modules
32 mkdir -p /var/lib/buildkite-agent/zephyr-module-cache/tools
33 mkdir -p /var/lib/buildkite-agent/zephyr-module-cache/bootloader
36 cd /var/lib/buildkite-agent/zephyr-module-cache
/Zephyr-Core-2.7.6/samples/subsys/logging/logger/
DKconfig10 module = SAMPLE_MODULE
11 module-str = Sample module

12345678910>>...15