drivers: gnss: Add emulated GNSS device driver
The emulated GNSS driver behaves like a GNSS, implementing device pm and the GNSS APIs, using only kernel features ( zephyr work queue and uptime) making it buildable on all zephyr targets. The purpose of this device driver is to tailor and validate the gnss api test suite. Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
This commit is contained in:
parent
81e4b91bb5
commit
3769648793
5 changed files with 528 additions and 0 deletions
6
dts/bindings/gnss/zephyr,gnss-emul.yaml
Normal file
6
dts/bindings/gnss/zephyr,gnss-emul.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Copyright (c) 2024 Trackunit Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Zephyr emulated GNSS device
|
||||
|
||||
compatible: "zephyr,gnss-emul"
|
Loading…
Add table
Add a link
Reference in a new issue