-
CONFIG_GPS_SIM_ELLIPSOID
¶
Generate ellipsoid GPS path
Type: bool
Help¶
GPS simulator will create a path that goes in an ellipsoid shape.
Default¶
y
Kconfig definition¶
At /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/gps/gps_sim/Kconfig:54
Included via Kconfig:8
→ Kconfig.zephyr:9
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:12
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/Kconfig:13
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/gps/Kconfig:9
Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → GPS Drivers → GPS simulator
config GPS_SIM_ELLIPSOID
bool "Generate ellipsoid GPS path"
default y
depends on GPS_SIM
help
GPS simulator will create a path that goes in an ellipsoid
shape.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)