Home
last modified time | relevance | path

Searched refs:days (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/subsys/shell/modules/kernel_service/
Duptime.c19 int64_t days; in cmd_kernel_uptime() local
35 days = milliseconds / DAYS_FACTOR; in cmd_kernel_uptime()
46 days, hours, minutes, seconds, milliseconds); in cmd_kernel_uptime()
/Zephyr-latest/lib/libc/common/source/time/
Dgmtime_r.c85 bigint_type days = (z >= 0 ? z : z - 86399) / 86400; in gmtime_r() local
86 unsigned int rem = z - days * 86400; in gmtime_r()
90 time_civil_from_days(days, result); in gmtime_r()
/Zephyr-latest/samples/net/sockets/http_server/src/certs/
Dgen_ca_cert.sh14 -days 36500 \
Dgen_server_cert.sh32 -days 36500 \
/Zephyr-latest/samples/subsys/mgmt/updatehub/
Doverlay-prj.conf.example13 #(min: 0 minute, máx: 30 days)
DREADME.rst152 (30 days). The default value is 1440 minutes (24h).
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_timeout.rst15 32-bit unsigned values. The 32-bit value rolls over at 49 days 17 hours 2 minutes
22 number (``INT32_MAX``), which overflows at 24 days 20 hours 31 minutes 23.648
/Zephyr-latest/tests/kernel/timer/starve/
DREADME.txt12 minutes, hours, or days to fail, depending on the hardware clock rate
/Zephyr-latest/scripts/ci/stats/
Dmerged_prs.py89 dates = (created + timedelta(idx + 1) for idx in range((pr.closed_at - created).days))
/Zephyr-latest/doc/security/
Dreporting.rst107 embargo period of at most 90 days. The intent is to allow 30 days
108 within the Zephyr project to fix the issues, and 60 days for external
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig36 This time interval is zero and 43200 minutes(30 days).
/Zephyr-latest/samples/modules/canopennode/objdict/
DCO_OD.h49 unsigned days : 16; member
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig35 This time interval is zero and 43200 minutes(30 days). This will be overridden
/Zephyr-latest/scripts/
Dset_assignees.py366 since = today - datetime.timedelta(days=1)
/Zephyr-latest/doc/project/
Dproject_roles.rst319 (2) days to object to any of the changes to maintainership of areas or the
376 organisation. In such cases, the minimum review period of at least 2 days
382 * A minimum review period of 2 business days, 4 hours for trivial changes (see
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst185 openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
/Zephyr-latest/kernel/
DKconfig838 int "Max timeout (in days) used in conversions"
/Zephyr-latest/doc/contribute/
Dguidelines.rst331 business days.
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1245 * :github:`39704` - Using OpenThread makes the system unresponsive after 49.7 days
Drelease-notes-3.5.rst785 devices that stay on for more than 49 days when the 32 bit uptime counter might roll over and
Drelease-notes-2.4.rst1671 * :github:`23319` - hci interface stopped working after few hours/days