Home
last modified time | relevance | path

Searched refs:endianness (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Ddata_types.py131 endianness = "<"
133 endianness = ">"
135 formatter = endianness + fmt
Dlog_database.py152 def set_tgt_endianness(self, endianness): argument
158 self.database['target']['little_endianness'] = endianness
/Zephyr-latest/scripts/build/
Dllext_prepare_exptab.py43 def _llext_const_symbol_struct(ptr_size: int, endianness: str):
48 endspec = "<" if endianness == 'little' else ">"
256 sh_flags = int.from_bytes(self.elf_fd.read(SHF_SIZE), self.endianness)
261 self.elf_fd.write(int.to_bytes(sh_flags, self.ptrsize, self.endianness))
280 self.endianness = 'little' if self.elf.little_endian else 'big'
281 self.lcs_struct = _llext_const_symbol_struct(self.ptrsize, self.endianness)
/Zephyr-latest/boards/digilent/arty_a7/
DCMakeLists.txt11 # affecting endianness: https://sourceware.org/bugzilla/show_bug.cgi?id=25202
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_protocol.rst23 Frames are encoded in "Big Endian" (Network endianness) when fields are more than
/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst51 in the endianness native to the SoC. ``west bindesc`` assumes little endian by default,
/Zephyr-latest/doc/build/dts/
Dintro-syntax-structure.rst384 necessary to specify the endianness of an individual cell here.
/Zephyr-latest/boards/native/doc/
Dbsim_boards_design.rst365 may not work in the other due to endianness bugs.
/Zephyr-latest/scripts/
Dspelling.txt603 endianess||endianness
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst941 * Fixed a bug where LL address endianness was swapped twice when deciphering a frame.
Drelease-notes-2.3.rst1162 * :github:`23444` - drivers: hwinfo: shell command "hwinfo devid" output ignores endianness
Drelease-notes-3.7.rst1521 * Fixed the protocol field endianness for ``AF_PACKET`` type sockets.
Drelease-notes-2.0.rst523 * :github:`18799` - bt_uuid_create_le() and bt_uuid_create() have endianness issues, and only one o…
Drelease-notes-3.1.rst1797 * :github:`42799` - gptp correction field in sync follow up message does not have correct endianness
Drelease-notes-2.6.rst1212 * :github:`35151` - [Coverity CID: 235943] Reliance on integer endianness in include/sys/cbprintf_c…