Searched full:compiled (Results 1 – 25 of 160) sorted by relevance
1234567
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 28 The year the image was compiled, such as 2023 33 The month the image was compiled, such as 5 (May) 38 The day of the month the image was compiled, such as 9 43 The hour of the day the image was compiled, such as 13 in 13:34:52 48 The minute the image was compiled, such as 34 in 13:34:52 53 The second the image was compiled, such as 52 in 13:34:52 58 The UNIX time at which the image was compiled. This is an integer
|
D | Kconfig.host_info | 14 The name of the host that the image was compiled on
|
/Zephyr-latest/tests/bsim/bluetooth/audio/ |
D | README.txt | 2 Can be compiled targeting the *_bsim boards. 5 testcases which are compiled with it.
|
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/ |
D | README.txt | 2 Can be compiled targeting the *_bsim boards. 5 testcases which are compiled with it.
|
/Zephyr-latest/samples/subsys/llext/modules/ |
D | README.rst | 20 - if it is ``y``, the function is directly compiled and called by the Zephyr 24 - if it is ``m``, the function is compiled as an llext and it is included in 49 compiled separately and included in the Zephyr image as a binary blob:
|
/Zephyr-latest/tests/bluetooth/host/conn/src/ |
D | main.c | 50 * The test must be compiled with and without CONFIG_BT_CONN_CHECK_NULL_BEFORE_CREATE 74 * The printk is used to see what actually was compiled. in ZTEST() 94 * The test must be compiled with and without CONFIG_BT_CONN_CHECK_NULL_BEFORE_CREATE 120 * The printk is used to see what actually was compiled. in ZTEST()
|
/Zephyr-latest/dts/bindings/misc/ |
D | nordic,split-channels.yaml | 28 for use by the compiled CPU. 43 owned by the compiled CPU but intended to be used by its child
|
D | nordic,split-channel-groups.yaml | 11 owned for use by the compiled domain.
|
/Zephyr-latest/tests/subsys/logging/log_links/src/ |
D | main.c | 157 "%d:%d Unexpected compiled level (%d vs %d)", in test_single_compile_level() 180 "%d:%d Unexpected compiled level (%d vs %d)", in test_single_runtime_level() 183 "%d:%d Unexpected compiled level (%d vs %d)", in test_single_runtime_level() 190 zassert_equal(level1, 1, "%d:%d Unexpected compiled level (%d vs %d)", in test_single_runtime_level() 192 zassert_equal(level2, 2, "%d:%d Unexpected compiled level (%d vs %d)", in test_single_runtime_level() 197 "%d:%d Unexpected compiled level (got:%d exp:%d)", in test_single_runtime_level()
|
/Zephyr-latest/modules/hal_rpi_pico/bootloader/ |
D | CMakeLists.txt | 52 # The second stage bootloader is compiled without kconfig definitions. 56 # Generates a binary file from the compiled bootloader
|
/Zephyr-latest/subsys/timing/ |
D | Kconfig | 8 When enabled, timing related functions are compiled. This is
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig | 11 compiled in.
|
D | Kconfig.template.log_config | 4 prompt "Max compiled-in log level for $(module-str)"
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/ |
D | Kconfig.defconfig | 9 #PS/2 driver is compiled in terms of this flag.
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | Kconfig | 10 should be compiled.
|
/Zephyr-latest/include/zephyr/stats/ |
D | stats.h | 40 * This is compiled out when the CONFIGURE_STATS_NAME setting is undefined. 92 * not defined, then invocations of these macros get compiled out. 136 * Increases a statistic entry by the specified amount. Compiled out if 149 * Increments a statistic entry by one. Compiled out if CONFIG_STATS is not 161 * Set a statistic entry to the specified amount. Compiled out if 174 * Sets a statistic entry to zero. Compiled out if CONFIG_STATS is not
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 7 GATT. The Proxy feature is only compiled in if the :kconfig:option:`CONFIG_BT_MESH_GATT_PROXY` 34 :func:`bt_mesh_proxy_solicit` function. To enable this feature, the device must to be compiled with
|
/Zephyr-latest/dts/bindings/reserved-memory/ |
D | nordic,owned-memory.yaml | 8 will be recorded in the UICR of the compiled domain. Memory ownership and 70 the ownership will default to the domain being compiled.
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | ipc_backend.c | 13 * Note that this file is only compiled as part of the application core image, and therefore
|
/Zephyr-latest/cmake/modules/ |
D | FindBabbleSim.cmake | 55 is compiled to.\n\ 86 message(WARNING "BabbleSim was never compiled (${version_file} not found)")
|
/Zephyr-latest/tests/lib/cbprintf_package/ |
D | testcase.yaml | 71 # Same test but with test compiled as C++ 172 # Same test but with test compiled as C++
|
/Zephyr-latest/include/zephyr/ |
D | bindesc.h | 77 /** The year the image was compiled in */ 80 /** The month of the year the image was compiled in */ 83 /** The day of the month the image was compiled in */ 86 /** The hour of the day the image was compiled in */ 89 /** The minute the image was compiled in */ 92 /** The second the image was compiled in */ 95 /** The UNIX time (seconds since midnight of 1970/01/01) the image was compiled in */ 107 /** The name of the host that compiled the image */
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_ctrl.h | 157 * @param runtime True for runtime filter or false for compiled in. 172 * @return Actual level set which may be limited by compiled level. If filter 183 * @param runtime True for runtime filter or false for compiled in. 195 * @return Actual level set which may be limited by compiled level.
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.xen | 44 Xen, compiled with CONFIG_DEBUG flag.
|
1234567