Searched refs:module (Results 1 – 25 of 356) sorted by relevance
12345678910>>...15
3 choice "$(module)_LOG_LEVEL_CHOICE"4 prompt "Max compiled-in log level for $(module-str)"5 default $(module)_LOG_LEVEL_INF8 config $(module)_LOG_LEVEL_OFF11 config $(module)_LOG_LEVEL_ERR14 config $(module)_LOG_LEVEL_WRN17 config $(module)_LOG_LEVEL_INF20 config $(module)_LOG_LEVEL_DBG25 config $(module)_LOG_LEVEL28 default 0 if $(module)_LOG_LEVEL_OFF[all …]
19 Enable STM32Cube Analog-to-Digital Converter (ADC) HAL module driver25 module driver30 Enable STM32Cube Controller Area Network (CAN) HAL module driver35 Enable STM32Cube HDMI-CEC controller (CEC) HAL module driver40 Enable STM32Cube Ultra Low Power Comparator channels (COMP) HAL module46 Enable STM32Cube CORTEX HAL module driver52 module driver58 (CRC) HAL module driver63 Enable STM32Cube Cryptographic processor (CRYP) HAL module driver68 Enable STM32Cube Extended Cryptographic processor (CRYP) HAL module[all …]
16 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 is58 Set if the enhanced LCD interface (eLCDIF) module is present in the64 Set if the ethernet (ENET) module is present in the SoC.69 Set if the FlexCAN module is presents in the SoC.[all …]
41 # 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."
5 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)
11 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
8 prompt "$(module-str)"9 default $(module)_LOG_LEVEL_DEFAULT10 depends on $(module-dep)14 # $(module-help)16 config $(module)_LOG_LEVEL_OFF21 config $(module)_LOG_LEVEL_ERR26 config $(module)_LOG_LEVEL_WRN31 config $(module)_LOG_LEVEL_INF36 config $(module)_LOG_LEVEL_DBG41 config $(module)_LOG_LEVEL_DEFAULT[all …]
9 prompt "$(module-str)"10 default $(module)_$(module-def)11 depends on $(module-dep)15 # $(module-help)17 config $(module)_LOG_LEVEL_OFF22 config $(module)_LOG_LEVEL_ERR27 config $(module)_LOG_LEVEL_WRN32 config $(module)_LOG_LEVEL_INF37 config $(module)_LOG_LEVEL_DBG44 config $(module)_LOG_LEVEL[all …]
14 module = NET_PKT15 module-dep = NET_LOG16 module-str = Log level for network packet and buffer allocation17 module-help = Enables debug of network packet and buffer allocations and frees.48 module = NET_CORE49 module-dep = NET_LOG50 module-str = Log level for core IP stack51 module-help = Enables core network stack code to output debug messages.54 module = NET_IF55 module-dep = NET_LOG[all …]
87 module = NET_IPV488 module-dep = NET_LOG89 module-str = Log level for core IPv490 module-help = Enables core IPv4 code to output debug messages.93 module = NET_ICMPV494 module-dep = NET_LOG95 module-str = Log level for ICMPv496 module-help = Enables ICMPv4 code to output debug messages.100 module = NET_DHCPV4101 module-dep = NET_LOG[all …]
113 def process_module(module): argument114 module_path = PurePath(module)144 def process_cmake(module, meta): argument146 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): argument184 root_path = PurePath(module) / setting205 def process_kconfig(module, meta): argument207 module_path = PurePath(module)[all …]
11 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 …]
6 # CMakeLists.txt and Kconfig files can reside directly in the module or in a8 # The `<module>/zephyr/module.yml` file specifies whether the build files are9 # 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 or15 # <module>/zephyr/CMakeLists.txt16 # to load the module into Zephyr build system.18 # search for zephyr/module.yml20 # If the module.yml file specifies that build files are located in a42 # Zephyr module uses west, so only call it if west is installed or[all …]
23 :ref:`module licensing requirements<modules_licensing>` and25 Zephyr developer that is committed to maintain the module codebase.44 * The module repository codebase shall include a *module.yml* file in a49 new module repositories, except for repositories that are directly55 Existing module repositories that do not conform to the above convention59 branch. Branches for specific purposes, for example, a module branch for62 * If the module has an external (upstream) project repository, the module67 It is not required in module repositories to maintain a 'master'69 is not recommended as this may generate confusion around the module's77 It is preferred to synchronize a module respository with the latest stable[all …]
69 uint32_t module, uint32_t rate, bool enable) in cpg_core_clock_endisable() argument77 if (module != CPG_CORE_CLK_CANFD) { in cpg_core_clock_endisable()108 uint32_t module, bool enable) in cpg_rmstp_clock_endisable() argument111 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 …]
1 # Zephyr module config for TraceRecorder.2 # The real Kconfig for the module is located in the module repository,4 # module is unavailable.
48 module = NET_L2_BT49 module-dep = NET_LOG50 module-str = Log level for Bluetooth L2 layer51 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_MGMT91 module-dep = NET_LOG92 module-str = Log level for Wi-Fi management layer93 module-help = Enables Wi-Fi management interface to output debug messages.[all …]
13 module = SOCKS14 module-dep = NET_LOG15 module-str = Log level for SOCKS proxy16 module-help = Enable debug messages for SOCKS5 protocol
13 module = SNTP14 module-dep = NET_LOG15 module-str = Log level for SNTP16 module-help = Enable debug message of SNTP client library.
23 module = NET_WEBSOCKET24 module-dep = NET_LOG25 module-str = Log level for Websocket26 module-help = Enable debug message of Websocket client library.
13 module = NET_L2_ETHERNET14 module-dep = NET_LOG15 module-str = Log level for Ethernet L2 layer16 module-help = Enables Ethernet L2 to output debug messages.69 module = NET_ARP70 module-dep = NET_LOG71 module-str = Log level for IPv4 ARP72 module-help = Enables core ARP code to output debug messages.87 module = NET_ETHERNET_BRIDGE88 module-dep = NET_LOG[all …]
46 #define _LOG_FUNCTION_START(module, fmt, ...) (void)0 argument47 #define _LOG_FUNCTION_END(module, status, ...) (void)0 argument48 #define _LOG_FUNCTION_END_FMT(module, status, fmt, ...) (void)0 argument
28 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 …]
31 mkdir -p /var/lib/buildkite-agent/zephyr-module-cache/modules32 mkdir -p /var/lib/buildkite-agent/zephyr-module-cache/tools33 mkdir -p /var/lib/buildkite-agent/zephyr-module-cache/bootloader36 cd /var/lib/buildkite-agent/zephyr-module-cache
10 module = SAMPLE_MODULE11 module-str = Sample module