Searched refs:format (Results 451 – 475 of 530) sorted by relevance
1...<<11121314151617181920>>...22
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 91 Write the received data to file in PCAP format
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 435 fp_module_file.write("ZEPHYR_{}_KCONFIG = {}\n".format( 1282 and all 'source's are relative to it.""".format(match.group(1), fname))
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 173 # zephyr_get_${build_information}_for_lang${format}(lang x [STRIP_PREFIX]) 183 # ${format} can be 940 # FORMAT <LETTER | NUMBER | MAJOR.MINOR.PATCH>: Specify the revision format. 941 # LETTER: Revision format is a single letter from A - Z. 942 # NUMBER: Revision format is a single integer number. 943 # MAJOR.MINOR.PATCH: Revision format is three numbers, separated by `.`, 1036 message(FATAL_ERROR "Invalid format specified for \ 1041 message(FATAL_ERROR "Invalid revision format used for `${BOARD_REVISION}`. \ 1042 Board `${BOARD}` uses revision format: ${BOARD_REV_FORMAT}.") 1811 COMMAND ${WEST} blobs list ${BLOBS_VERIFY_MODULE} --format "{status} {abspath}" [all …]
|
/Zephyr-latest/soc/espressif/esp32/ |
D | default_appcpu.ld | 14 #error "APPCPU image must use MCUboot image format."
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 1045 .format(thread_counter, -(-thread_counter // 8)))
|
/Zephyr-latest/boards/arm/mps3/doc/ |
D | index.rst | 308 Applications can be in elf, hex or bin format. The binaries are flashed when
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 109 By default certificates in DER format are supported. PEM support can be enabled
|
D | lwm2m.rst | 403 …ICATE_FORMAT` Kconfig option is enabled, certificates and private key can be entered in PEM format. 404 Otherwise, they must be in binary DER format.
|
/Zephyr-latest/boards/arm/v2m_musca_b1/doc/ |
D | index.rst | 354 Applications must be converted to Intel's hex format before being flashed to a
|
/Zephyr-latest/doc/develop/west/ |
D | west-apis.rst | 471 The (now removed) ``Project.format`` method is no longer called on
|
D | built-in.rst | 253 manifest, according to a format string
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | audio.c | 90 .format = INIT_AS_FORMAT_I(CH_CNT(dev, i), GET_RES(dev, i), GET_RATE(dev, i)), \
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 357 - Add multiple format ATE support to be able to use ZMS with different ATE formats that satisfies 367 - Add the possibility to force formatting the storage partition to the ZMS format if something
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 194 By default the legacy format using EUI-64 (MAC address) specified in
|
/Zephyr-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 159 get_property(format GLOBAL PROPERTY ${STRING_OBJECT}_FORMAT)
|
/Zephyr-latest/ |
D | LICENSE | 184 comment syntax for the file format. We also recommend that a
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 113 build/zephyr/zephyr.elf: file format elf64-x86-64
|
/Zephyr-latest/cmake/linker/iar/ |
D | config_file_script.cmake | 196 get_property(format GLOBAL PROPERTY ${STRING_OBJECT}_FORMAT) 201 if("${format}" MATCHES "aarch64")
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/doc/ |
D | index.rst | 10 MEC150x except for an enhanced Boot-ROM SPI loader. The SPI image format has
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 240 * ``ZEP-598`` - CoAP Link format filtering is not supported
|
D | release-notes-2.6.rst | 700 * Added application/link-format content writer. 844 format includes information on the image's address range in flash, so 858 and the pyOCD documentation for details on its configuration format. 1291 * :github:`34935` - LwM2M: Block transfer with TLV format does not work 1526 * :github:`33814` - [Coverity CID: 220422] Extra argument to printf format specifier in tests/lib/s… 1535 * :github:`33805` - [Coverity CID: 220431] Extra argument to printf format specifier in tests/lib/s… 1539 * :github:`33801` - [Coverity CID: 220435] Extra argument to printf format specifier in tests/lib/s… 1557 * :github:`33783` - [Coverity CID: 220453] Extra argument to printf format specifier in tests/lib/s… 2238 * :github:`3933` - LWM2M: Create application/link-format writer object to handle discovery formatti…
|
D | release-notes-1.8.rst | 236 * ``ZEP-1599`` - printk() support for the '-' indicator in format string (left justifier)
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 181 in the format of a :ref:`bluetooth-hci` log.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 566 logger.warning("Found {} footprint deltas to {} as a baseline.".format(
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 47 - Generate device CSR in PEM format
|
1...<<11121314151617181920>>...22