Add overlay and conf for emulated boards allowing the test suite along with the emulated GNSS driver to be built and tested by CI. Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
17 lines
201 B
Plaintext
17 lines
201 B
Plaintext
/*
|
|
* Copyright 2024 Trackunit Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
aliases {
|
|
gnss = &gnss;
|
|
};
|
|
|
|
gnss: gnss {
|
|
compatible = "zephyr,gnss-emul";
|
|
status = "okay";
|
|
};
|
|
};
|