zephyr/tests/drivers/gnss/gnss_api/boards/native_sim.conf
Bjarki Arge Andreasen 2d0b24bff2 tests: drivers: gnss: gnss_api: Add overlay for emulated boards
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>
2024-05-09 15:45:34 +02:00

14 lines
332 B
Plaintext

# Copyright (c) 2024 Trackunit Corporation
# SPDX-License-Identifier: Apache-2.0
CONFIG_GNSS_SATELLITES=y
# GPS
CONFIG_TEST_ENABLED_SYSTEMS_0=1
# GPS + GLONASS
CONFIG_TEST_ENABLED_SYSTEMS_1=3
# GPS + GLONASS + QZSS
CONFIG_TEST_ENABLED_SYSTEMS_2=19
# GPS + GLONASS + GALILEO + BEIDOU + QZSS + SBAS
CONFIG_TEST_ENABLED_SYSTEMS_3=95