JianyuWang0623 opened a new pull request, #13548:
URL: https://github.com/apache/nuttx/pull/13548

   ## Summary
   Update GPS to GNSS.
   - Config
       - SENSORS_GPS => SENSORS_GNSS
   - Header
       - nuttx/sensors/gps.h => nuttx/sensors/gnss.h
   - Struct
       - gps_lowerhalf_s => gnss_lowerhalf_s
       - gps_ops_s => gnss_ops_s
       - sensor_gps => sensor_gnss
       - sensor_gps_satellite => sensor_gnss_satellite
   - Macro
       - SENSOR_GPS_SAT_INFO_MAX => SENSOR_GNSS_SAT_INFO_MAX
       - SENSOR_TYPE_GPS_SATELLITE => SENSOR_TYPE_GNSS_SATELLITE
       - SENSOR_TYPE_GPS => SENSOR_TYPE_GNSS
   - Function
       - gps_register() => gnss_register()
   - Related: 03f4ec7765ed8b3551f1a2bc8198c5007a542788 (A mistake that not 
using the lasted version while rename GPS to GNSS, missing 
42211cc1c3013431dbc03c4db49545b97a0574cd maybe)
   
   ## Impact
   nrf91: arch/boards
   
   ## Testing
   ```
   ./tools/configure.sh -l nrf9160-dk:modem_ns
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to