Home
last modified time | relevance | path

Searched full:compiled (Results 1 – 25 of 160) sorted by relevance

1234567

/Zephyr-latest/subsys/bindesc/
DKconfig.build_time28 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
DKconfig.host_info14 The name of the host that the image was compiled on
/Zephyr-latest/tests/bsim/bluetooth/audio/
DREADME.txt2 Can be compiled targeting the *_bsim boards.
5 testcases which are compiled with it.
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/
DREADME.txt2 Can be compiled targeting the *_bsim boards.
5 testcases which are compiled with it.
/Zephyr-latest/samples/subsys/llext/modules/
DREADME.rst20 - 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/
Dmain.c50 * 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/
Dnordic,split-channels.yaml28 for use by the compiled CPU.
43 owned by the compiled CPU but intended to be used by its child
Dnordic,split-channel-groups.yaml11 owned for use by the compiled domain.
/Zephyr-latest/tests/subsys/logging/log_links/src/
Dmain.c157 "%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/
DCMakeLists.txt52 # The second stage bootloader is compiled without kconfig definitions.
56 # Generates a binary file from the compiled bootloader
/Zephyr-latest/subsys/timing/
DKconfig8 When enabled, timing related functions are compiled. This is
/Zephyr-latest/subsys/logging/
DKconfig11 compiled in.
DKconfig.template.log_config4 prompt "Max compiled-in log level for $(module-str)"
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
DKconfig.defconfig9 #PS/2 driver is compiled in terms of this flag.
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
DKconfig10 should be compiled.
/Zephyr-latest/include/zephyr/stats/
Dstats.h40 * 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/
Dproxy.rst7 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/
Dnordic,owned-memory.yaml8 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.gitignore1 # Byte-compiled / optimized / DLL files
/Zephyr-latest/boards/native/nrf_bsim/
Dipc_backend.c13 * Note that this file is only compiled as part of the application core image, and therefore
/Zephyr-latest/cmake/modules/
DFindBabbleSim.cmake55 is compiled to.\n\
86 message(WARNING "BabbleSim was never compiled (${version_file} not found)")
/Zephyr-latest/tests/lib/cbprintf_package/
Dtestcase.yaml71 # Same test but with test compiled as C++
172 # Same test but with test compiled as C++
/Zephyr-latest/include/zephyr/
Dbindesc.h77 /** 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/
Dlog_ctrl.h157 * @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/
DKconfig.xen44 Xen, compiled with CONFIG_DEBUG flag.

1234567