Searched refs:date (Results 26 – 50 of 69) sorted by relevance
123
/Zephyr-latest/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.
|
D | security-overview.rst | 245 created and kept up-to-date with future development. 262 be created and kept up to date with future development. This document 391 the date of the analysis, the branch and parent revision number,
|
/Zephyr-latest/scripts/ |
D | set_assignees.py | 365 today = datetime.date.today()
|
D | checkpatch.pl | 951 my $date = POSIX::strftime("%Y%m%d%H%M", 953 $last_mod_date = $date if ($last_mod_date < $date);
|
/Zephyr-latest/doc/develop/languages/c/ |
D | index.rst | 50 the standards, in which case it will be necessary to use a more up-to-date
|
/Zephyr-latest/include/zephyr/sd/ |
D | sd_spec.h | 533 uint16_t date; member
|
/Zephyr-latest/boards/adafruit/itsybitsy/doc/ |
D | index.rst | 133 Ensure that the bootloader is up to date by following the
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 190 bool "Format timestamp in date format"
|
/Zephyr-latest/doc/develop/api/ |
D | api_lifecycle.rst | 20 An up-to-date table of all APIs and their maturity level can be found in the 259 The target removal date is 2 releases after deprecation is announced.
|
/Zephyr-latest/drivers/counter/ |
D | maxim_ds3231.c | 57 uint8_t date; member 63 uint8_t date; member
|
D | rtc_mcp7940n.c | 87 time.tm_mday = RTC_BCD_DECODE(data->registers.rtc_date.date); in decode_rtc()
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 78 If you need more BabbleSim components, or more up to date versions,
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 93 and host info. For example, to add the build date and time as a string, the following
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 95 Enable file system timestamping instead of using a hardcoded date
|
/Zephyr-latest/subsys/sd/ |
D | sd_ops.c | 201 cid->date = (uint16_t)((raw_cid[0U] & 0xFFF00U) >> 8U); in sdmmc_decode_cid()
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 28 Ensure your host system is up to date.
|
/Zephyr-latest/cmake/modules/ |
D | kconfig.cmake | 401 # succeeds, to avoid marking zephyr/.config as up-to-date when it hasn't been
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 322 1485663791: mosquitto version 1.3.4 (build date 2014-08-17 00:14:52-0300) starting
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_100k.html.bin | 19 for up to date information.
|
/Zephyr-latest/ |
D | LICENSE | 87 as of the date such litigation is filed.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 384 * :github:`5601` - docs for cc3220sf_launchxl are out of date/incorrect 423 * :github:`5794` - wiki/Development-Model is out of date
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 146 see an up-to-date list of all arguments to the Intel ADSP runner, run the
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 194 As long as :file:`zephyr/.config` exists and is up-to-date (is newer than any
|
/Zephyr-latest/doc/develop/west/ |
D | build-flash-debug.rst | 524 in order to ensure the information displayed is up to date! 641 in order to ensure the information displayed is up to date!
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.tls-generic | 449 expects a valid date/time for certificate validation."
|
123