zephyr/drivers/gnss
Pisit Sawangvonganan 9a0283d5e2 drivers: gnss: make gnss_xxx_config and gnss_driver_api as const
This change marks each instance of the `gnss_xxx_config` and
`gnss_driver_api` as `const`.

By using `const`, we ensure immutability, leading to usage of only
`.rodata` and a reduction in the `.data` area.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-06-12 12:47:34 -04:00
..
gnss_u_blox_protocol ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00
CMakeLists.txt drivers: gnss: Add emulated GNSS device driver 2024-05-09 15:45:34 +02:00
gnss_dump.c
gnss_dump.h
gnss_emul.c drivers: gnss: make gnss_xxx_config and gnss_driver_api as const 2024-06-12 12:47:34 -04:00
gnss_luatos_air530z.c drivers: gnss: make gnss_xxx_config and gnss_driver_api as const 2024-06-12 12:47:34 -04:00
gnss_nmea0183_match.c
gnss_nmea0183_match.h
gnss_nmea0183.c drivers: gnss: Use correct GGA Elevation field 2024-04-23 19:46:42 -04:00
gnss_nmea0183.h
gnss_nmea_generic.c drivers: gnss: make gnss_xxx_config and gnss_driver_api as const 2024-06-12 12:47:34 -04:00
gnss_parse.c
gnss_parse.h
gnss_publish.c drivers: gnss: gnss_publish: Use sem for locking 2024-05-02 22:44:19 +01:00
gnss_quectel_lcx6g.c drivers: gnss: make gnss_xxx_config and gnss_driver_api as const 2024-06-12 12:47:34 -04:00
gnss_u_blox_m10.c drivers: gnss: make gnss_xxx_config and gnss_driver_api as const 2024-06-12 12:47:34 -04:00
Kconfig drivers: gnss: Add emulated GNSS device driver 2024-05-09 15:45:34 +02:00
Kconfig.emul drivers: gnss: Add emulated GNSS device driver 2024-05-09 15:45:34 +02:00
Kconfig.generic drivers: gnss: nmea_generic: some fixes/improvements 2024-04-24 15:00:10 -04:00
Kconfig.luatos_air530z drivers: gnss: Air530z: Add new driver 2024-05-06 22:50:30 +01:00
Kconfig.quectel_lcx6g
Kconfig.u_blox_m10 ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00