Home
last modified time | relevance | path

Searched +full:- +full:- +full:iso +full:- +full:8601 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bindesc/
DKconfig.build_time2 # SPDX-License-Identifier: Apache-2.0
64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000"
69 The date of compilation as a string, such as "2023-09-29"
77 string "Date-Time format"
78 default "%Y-%m-%dT%H:%M:%S%z"
83 example, setting the format to "2023-02-05T00:07:04+0000" will set it as the build time,
87 Example of the default format: 2023-09-29T17:43:14+0000.
88 Note: the default format complies with ISO-8601.
92 default "%Y-%m-%d"
97 example, setting the format to "2023-02-05" will set it as the build time,
[all …]
/Zephyr-latest/scripts/schemas/
Dpatch-schema.yml3 # SPDX-License-Identifier: Apache-2.0
8 schema;patch-schema:
11 - type: map
15 # E.g. zephyr/kernel-pipe-fix-not-k-no-wait-and-ge-min-xfer-bytes.patch
20 # The SHA-256 checksum of the patch file
25 pattern: "^[0-9a-f]{64}$"
44 # The date the patch was created, in ISO 8601 date format YYYY-MM-DD
48 format: "%Y-%m-%d"
56 # e.g. https://github.com/zephyrproject-rtos/zephyr/pull/24486
57 merge-pr:
[all …]
/Zephyr-latest/.github/workflows/
Dtwister-publish.yaml7 - main
9 - completed
12 upload-to-elasticsearch:
14 github.repository == 'zephyrproject-rtos/zephyr' &&
19 runs-on: ubuntu-22.04
22 - name: Checkout
25 fetch-depth: 0
26 persist-credentials: false
28 - name: Download Artifacts
29 id: download-artifacts
[all …]
Dfootprint-tracking.yml6 - cron: '50 1/12 * * *'
9 - 'VERSION'
10 - '.github/workflows/footprint-tracking.yml'
12 - main
13 - v*-branch
15 # only publish v* tags, do not care about zephyr-v* which point to the
17 - 'v*'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
21 cancel-in-progress: true
24 footprint-tracking:
[all …]
Dcodecov.yaml5 - cron: '25 06,18 * * *'
8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
13 if: github.repository_owner == 'zephyrproject-rtos'
14 runs-on:
15 group: zephyr-runner-v2-linux-x64-4xlarge
17 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
18 options: '--entrypoint /bin/bash'
20 fail-fast: false
24 - platform: 'mps2/an385'
[all …]
/Zephyr-latest/subsys/logging/
DKconfig.formatting2 # SPDX-License-Identifier: Apache-2.0
6 menu "Prepend non-hexdump log message with function name"
25 bool "MIPI SyS-T format output"
29 Enable MIPI SyS-T format output for the logger system.
34 bool "Use MIPI Sys-T Catalog for logging"
39 Use MIPI Sys-T Catalog for logging instead of plain text.
42 bool "Disable MIPI Sys-T protocol timestamp"
44 Remove the timestamp from the MIPI Sys-T protocol.
47 int "Size of temporary arguments buffer when using Sys-T Catalog"
52 argument list needed for the MIPI Sys-T library for processing
[all …]
/Zephyr-latest/doc/kernel/
Dtimeutil.rst19 discontinuities due to `leap seconds <https://what-if.xkcd.com/26/>`__ and
48 <https://tools.ietf.org/html/rfc8536#section-2>`__.
61 Sub-second timestamps like ``struct timespec`` can also use this to produce
62 the calendar time representation and deal with sub-second offsets separately.
84 conditioned by a 1-pulse-per-second GPS signal will be much more accurate
85 than a Zephyr system clock driven by a RC oscillator with a +/- 250 ppm
88 Synchronization or alignment between time scales is done with a multi-step
91 * An instant in a time scale is represented by an (unsigned) 64-bit integer,
114 Terms from `ISO/TC 154/WG 5 N0038
115 <https://www.loc.gov/standards/datetime/iso-tc154-wg5_n0038_iso_wd_8601-1_2016-02-16.pdf>`__
[all …]
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/
Dmosquitto.conf50 # Defaults to 'auto-'
51 #auto_id_prefix auto-
71 # maximum. Setting to 1 will guarantee in-order delivery of QoS 1
110 # QoS 1 and 2 messages above those currently in-flight will be queued per
122 # above those that are currently in-flight. Defaults to 1000. Set
146 # do not reconnect within a certain time frame. This is a non-standard option
169 # start-stop-daemon or similar.
176 # This is a non-standard option for the MQTT v3.1 spec but is allowed in
198 # This is a non-standard option explicitly disallowed by the spec.
206 # If run as a non-root user, this setting has no effect.
[all …]