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>
14 lines
332 B
Plaintext
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
|