mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 19:06:03 +00:00
This commit adds a sample which configures a GNSS modem to enable all available systems, registers callbacks to the GNSS data and satellites callbacks, and prints the GNSS data and satellites from the callbacks when invoked using printk. Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
13 lines
236 B
YAML
13 lines
236 B
YAML
# Copyright (c) 2023 Trackunit Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
sample:
|
|
name: GNSS sample
|
|
tests:
|
|
sample.drivers.gnss:
|
|
tags:
|
|
- drivers
|
|
- gnss
|
|
filter: dt_alias_exists("gnss")
|
|
depends_on: gnss
|