Searched refs:date (Results 1 – 25 of 61) sorted by relevance
123
/Zephyr-Core-3.5.0/scripts/ci/ |
D | version_mgr.py | 75 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/ |
D | Kconfig.build_time | 62 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 ...)
|
D | CMakeLists.txt | 64 # done to ensure that the timestamp is always up to date.
|
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/os_mgmt_info/ |
D | Kconfig | 9 bool "Build date time test"
|
/Zephyr-Core-3.5.0/scripts/checkpatch/ |
D | timestamp | 73 output=$(date +${output_date}${output_time})
|
/Zephyr-Core-3.5.0/doc/_static/latex/ |
D | title.tex | 36 \large \@author\\\@date
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | log_output.c | 271 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/ |
D | README.txt | 11 date. The mypy static type checker is also run on the runners package.
|
/Zephyr-Core-3.5.0/samples/sensor/lsm6dso/ |
D | README.rst | 8 This sample sets the date rate of LSM6DSO accelerometer and gyroscope to
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | without-west.rst | 12 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/ |
D | Kconfig | 40 This shell provides access to date and time based on Unix time.
|
D | date_service.c | 215 SHELL_CMD_REGISTER(date, &sub_date, "Date commands", NULL);
|
/Zephyr-Core-3.5.0/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 28 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/ |
D | Kconfig | 166 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/ |
D | Kconfig.pd | 238 - 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/ |
D | README.rst | 8 This sample sets the date rate of LSM6DSO accelerometer and gyroscope to
|
/Zephyr-Core-3.5.0/samples/net/sockets/dumb_http_server/src/ |
D | response_big.html.bin | 19 for up to date information.
|
/Zephyr-Core-3.5.0/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_big.html.bin | 19 for up to date information.
|
/Zephyr-Core-3.5.0/drivers/disk/ |
D | sdmmc_sdhc.h | 237 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/ |
D | index.rst | 57 | Release | Release date | EOL |
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 358 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/ |
D | sd_spec.h | 512 uint16_t date; member
|
/Zephyr-Core-3.5.0/doc/project/ |
D | release_process.rst | 224 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/ |
D | sensor-threat.rst | 87 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/ |
D | set_assignees.py | 347 today = datetime.date.today()
|
123