zephyr/subsys/mgmt/updatehub
Jukka Rissanen f27a26f9ec mgmt: updatehub: Use zsock_ API functions
The library should be using internal socket API functions
so that we do not need to depend on POSIX_API.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-03-27 13:40:13 -05:00
..
CMakeLists.txt mgmt: updatehub: Fix CMakeLists.txt file 2023-11-21 08:48:04 +00:00
Kconfig mgmt: updatehub: Use zsock_ API functions 2024-03-27 13:40:13 -05:00
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
updatehub.c mgmt: updatehub: Use zsock_ API functions 2024-03-27 13:40:13 -05:00
updatehub_device.c mgmt: updatehub: Clean-up device headers 2023-01-12 12:11:31 +01:00
updatehub_device.h mgmt: updatehub: Clean-up device headers 2023-01-12 12:11:31 +01:00
updatehub_firmware.c mgmt: updatehub: Clean-up firmware headers 2023-01-12 12:11:31 +01:00
updatehub_firmware.h mgmt: updatehub: Clean-up firmware headers 2023-01-12 12:11:31 +01:00
updatehub_handlers.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
updatehub_integrity.c mgmt: updatehub: Rework check integrity 2023-01-09 15:24:10 +00:00
updatehub_integrity.h mgmt: updatehub: Rework check integrity 2023-01-09 15:24:10 +00:00
updatehub_priv.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
updatehub_storage.c mgmt: updatehub: Add storage abstraction 2023-01-12 12:11:31 +01:00
updatehub_storage.h mgmt: updatehub: Add storage abstraction 2023-01-12 12:11:31 +01:00
updatehub_timer.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
updatehub_timer.h