zephyr/doc/services
Yonatan Schachter c8c25b5c52 bindesc: Fix placing of the descriptors end tag
Prior to this fix the descriptors end tag was placed in the binary
using LONG. This was wrong because the tag is of type short, and
the size of the descriptor (0), should have also been placed.
It so happened that on little endian machines the incorrect linker
script yielded correct results, as the extra zeros added to make
the value a long ended up as the correct byte sequence
(FF FF 00 00). On big endian machines however, the wrong sequence
is generated (00 00 FF FF).
This patch correct this issue.

Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
2024-10-11 13:20:49 -04:00
..
binary_descriptors bindesc: Fix placing of the descriptors end tag 2024-10-11 13:20:49 -04:00
crypto doc: crypto: Add PSA Crypto documentation 2024-06-04 19:13:36 -04:00
debugging doc: samples: use :zephyr-app: for in-tree samples 2024-09-05 17:18:05 -04:00
device_mgmt doc: mcumgr: Use SPDX license list short identifier 2024-09-27 10:56:36 +01:00
dsp
file_system doc: fixed :c:enum: used in lieu of :c:enumerator: 2024-08-01 09:14:38 +01:00
input doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
ipc doc: ipc: icmsg: fix numbered list in bonding section 2024-09-17 09:44:52 +02:00
llext llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
logging doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
mem_mgmt doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
modbus
modem doc: modem: fix double from 2024-06-25 12:18:15 -04:00
net_buf doc: net_buf: move the network buffer documentation to services 2024-09-07 11:19:05 -05:00
pm doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
portability doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
profiling profiling: doc: clean up grammar/spelling 2024-08-16 16:30:07 +01:00
resource_management doc: misc fixes to C domain types 2024-08-01 09:14:38 +01:00
retention build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
rtio doc: sphinx-lint: fix missing-colon-in-role 2024-09-11 07:39:30 -04:00
sensing doc: Revamp sensor docs 2024-07-16 16:49:24 -04:00
serialization
settings docs: settings: clarify conditions for csi_save_start and csi_save_end 2024-10-10 20:24:21 -04:00
shell doc: shell: Add section for commonly-used commands 2024-06-13 17:57:36 +02:00
smf Lib: SMF Modify HSM operation for UML-Style transitions 2024-05-22 21:41:06 -04:00
storage doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
task_wdt
tfm doc: secure_storage: add documentation for the secure storage subsystem 2024-10-07 13:38:43 +02:00
tracing doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
virtualization
zbus doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
console.rst
formatted_output.rst
index.rst doc: secure_storage: add documentation for the secure storage subsystem 2024-10-07 13:38:43 +02:00
misc.rst
notify.rst
poweroff.rst
secure_storage.rst doc: secure_storage: add documentation for the secure storage subsystem 2024-10-07 13:38:43 +02:00