Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-Core-3.5.0/scripts/ci/
Dversion_mgr.py75 date = pdate.strftime("%b %d %Y %H:%M:%S")
88 date = item_compat.get("date", False)
91 if date:
/Zephyr-Core-3.5.0/subsys/bindesc/
DKconfig.build_time62 bool "Build date and time as string"
64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000"
67 bool "Build date as string"
69 The date of compilation as a string, such as "2023-09-29"
96 Format of the build date string. This value is passed to cmake's string(TIMESTAMP ...)
DCMakeLists.txt64 # done to ensure that the timestamp is always up to date.
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/os_mgmt_info/
DKconfig9 bool "Build date time test"
/Zephyr-Core-3.5.0/scripts/checkpatch/
Dtimestamp73 output=$(date +${output_date}${output_time})
/Zephyr-Core-3.5.0/doc/_static/latex/
Dtitle.tex36 \large \@author\\\@date
/Zephyr-Core-3.5.0/subsys/logging/
Dlog_output.c271 struct YMD_date date; in timestamp_print()
273 get_YMD_from_seconds(total_seconds, &date); in timestamp_print()
277 date.year, date.month, date.day, in timestamp_print()
/Zephyr-Core-3.5.0/scripts/west_commands/
DREADME.txt11 date. The mypy static type checker is also run on the runners package.
/Zephyr-Core-3.5.0/samples/sensor/lsm6dso/
DREADME.rst8 This sample sets the date rate of LSM6DSO accelerometer and gyroscope to
/Zephyr-Core-3.5.0/doc/develop/west/
Dwithout-west.rst12 addition to the main zephyr repository, and keeping them up to date
47 and keeping existing ones up to date at the latest revisions.
127 up to date build of the Zephyr application, so it's compiled before
/Zephyr-Core-3.5.0/subsys/shell/modules/
DKconfig40 This shell provides access to date and time based on Unix time.
Ddate_service.c215 SHELL_CMD_REGISTER(date, &sub_date, "Date commands", NULL);
/Zephyr-Core-3.5.0/samples/drivers/counter/maxim_ds3231/
DREADME.rst28 counter value is read, and its value formatted as the date, time, day of
79 and displayed. Alarms do not include date but can include day-of-week
80 or day-of-month; the date is selected to preserve that information::
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig166 bool "Show build date and time"
168 Will allow returning the build date and time of the firmware by using the info with
172 build date/time in the output firmware image.
/Zephyr-Core-3.5.0/subsys/mgmt/osdp/
DKconfig.pd238 - 00: The PD does not support time/date functionality
239 - 01: The PD understands time/date settings per Command osdp_TDSET
240 - 02: The PD is able to locally update the time and date
/Zephyr-Core-3.5.0/samples/sensor/lsm6dso_i2c_on_i3c/
DREADME.rst8 This sample sets the date rate of LSM6DSO accelerometer and gyroscope to
/Zephyr-Core-3.5.0/samples/net/sockets/dumb_http_server/src/
Dresponse_big.html.bin19 for up to date information.
/Zephyr-Core-3.5.0/samples/net/sockets/dumb_http_server_mt/src/
Dresponse_big.html.bin19 for up to date information.
/Zephyr-Core-3.5.0/drivers/disk/
Dsdmmc_sdhc.h237 uint16_t date; member
745 cid->date = (uint16_t)((raw_cid[0U] & 0xFFF00U) >> 8U); in sdhc_decode_cid()
/Zephyr-Core-3.5.0/doc/releases/
Dindex.rst57 | Release | Release date | EOL |
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_0.rst358 The command allows to obtain string representing current time-date on a device
367 The command allows to obtain date-time from a device.
452 The command allows to set date-time to a device.
733 date/time, processor type and application-defined details to be returned. This
772 | | * ``b`` Build date and time (requires |
/Zephyr-Core-3.5.0/include/zephyr/sd/
Dsd_spec.h512 uint16_t date; member
/Zephyr-Core-3.5.0/doc/project/
Drelease_process.rst224 before the scheduled release date. The stabilization period for LTS is extended
226 release date. The time between code freeze and release date is extended in this case.
/Zephyr-Core-3.5.0/doc/security/
Dsensor-threat.rst87 5. **Current date/time**. TLS certificate verification requires
88 knowledge of the current date and time in order to determine if the
92 valid. Certificate validation requires the device's notion of date and
366 date/time.
/Zephyr-Core-3.5.0/scripts/
Dset_assignees.py347 today = datetime.date.today()

123