/* * Copyright (c) 2024 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include #include int main(void) { printk("Hello World from %s on %s, slot %s!\n", MCUBOOT_HELLO_WORLD_FROM, CONFIG_BOARD, DT_PROP(DT_CHOSEN(zephyr_code_partition), label)); }