tests: build_all: remove floating files
Remove two unused files that were left floating around when the build_all sample was split up. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
df8a2c5366
commit
6b912e4cd8
2 changed files with 0 additions and 41 deletions
|
@ -1,12 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2020 Alexander Falb <fal3xx@gmail.com>
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
&sercom0 {
|
|
||||||
compatible = "atmel,sam0-i2c";
|
|
||||||
clock-frequency = <I2C_BITRATE_FAST>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
};
|
|
|
@ -1,29 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2012-2014 Wind River Systems, Inc.
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <zephyr.h>
|
|
||||||
#include <sys/printk.h>
|
|
||||||
#include <device.h>
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @file
|
|
||||||
* @brief Hello World demo
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
void main(void)
|
|
||||||
{
|
|
||||||
printk("Hello World!\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
#if DT_NODE_EXISTS(DT_INST(0, vnd_gpio))
|
|
||||||
/* Fake GPIO device, needed for building drivers that use DEVICE_DT_GET()
|
|
||||||
* to access GPIO controllers.
|
|
||||||
*/
|
|
||||||
DEVICE_DT_DEFINE(DT_INST(0, vnd_gpio), NULL, NULL, NULL, NULL,
|
|
||||||
POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, NULL);
|
|
||||||
#endif
|
|
Loading…
Add table
Add a link
Reference in a new issue