zephyr/subsys/mgmt/updatehub
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with zephyr/
Namespaced the generated headers with `zephyr` to prevent
potential conflict with other headers.

Introduce a temporary Kconfig `LEGACY_GENERATED_INCLUDE_PATH`
that is enabled by default. This allows the developers to
continue the use of the old include paths for the time being
until it is deprecated and eventually removed. The Kconfig will
generate a build-time warning message, similar to the
`CONFIG_TIMER_RANDOM_GENERATOR`.

Updated the includes path of in-tree sources accordingly.

Most of the changes here are scripted, check the PR for more
info.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-28 22:03:55 +02:00
..
CMakeLists.txt mgmt: fix bad SPDX-License-Identifier header 2024-05-08 09:23:16 -04:00
Kconfig mgmt: fix bad SPDX-License-Identifier header 2024-05-08 09:23:16 -04:00
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
updatehub.c mgmt: updatehub: Fix json arrays 2024-05-02 10:55:34 +02: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 build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02: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 mgmt: updatehub: Fix json arrays 2024-05-02 10:55:34 +02:00
updatehub_storage.c mgmt: updatehub: Fix mark for update 2024-05-07 09:31:08 +02: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