Linux Audio
Check our new training course
1 2 3 4 5 6 7 8 9 10 11 12
/* * Copyright (c) 2012-2014 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 */ #include <zephyr/zephyr.h> void main(void) { printk("Hello World! %s\n", CONFIG_BOARD); }