zephyr/subsys/bindesc
Benjamin Cabé 3b60dec110 bindesc: fix typo in errno (ENONET->ENOENT)
Fix typo in errno which isn't caught when building since ENONET
is also a valid code, despite not being defined (nor allowed?)
in Zephyr proper.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-20 13:21:39 -04:00
..
x86
bindesc_build_time.c everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
bindesc_build_time.h.in bindesc: Update build time without re-running cmake entirely 2024-03-29 15:08:39 +00:00
bindesc_host_info.c everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
bindesc_no_vt.ld bindesc: Add initial support for binary descriptor definition 2023-09-28 07:39:09 -04:00
bindesc_read.c bindesc: fix typo in errno (ENONET->ENOENT) 2025-06-20 13:21:39 -04:00
bindesc_version.c bindesc: Add support for the build version values 2024-09-04 07:03:47 -04:00
bindesc.ld bindesc: Fix placing of the descriptors end tag 2024-10-11 13:20:49 -04:00
CMakeLists.txt bindesc: Add support for reading binary descriptors 2024-10-11 13:20:49 -04:00
gen_bindesc_build_time_h.cmake bindesc: Update build time without re-running cmake entirely 2024-03-29 15:08:39 +00:00
Kconfig bindesc: Add support for reading binary descriptors 2024-10-11 13:20:49 -04:00
Kconfig.build_time bindesc: Update build time without re-running cmake entirely 2024-03-29 15:08:39 +00:00
Kconfig.host_info bindesc: Add initial support for binary descriptor definition 2023-09-28 07:39:09 -04:00
Kconfig.version bindesc: Add support for the build version values 2024-09-04 07:03:47 -04:00