firmware/src/gps
tuxphone 70712d859c
Enable compiling with gccnoneeabi 12.3.1 for nRF52 targets, additional small fixes (#3778)
* Fix type of nodeNum

Type of nodeNum is NodeNum, not uint

* typo

fixed typo "resumeAdverising()"

* fix missing #include "time.h"

Missing include breaks compilation with gccnoneeabi 12.3.1 for nrf52 targets on windows hosts.

* change type uint to unsigned int

uint is not a standard type. Using uint breaks compilation with gccnoneeabi 12.3.1 for nRF52 targets on windows hosts.

* fix type of channel_num

Type of channel_num should be uint32_t (as this is the type of hash() and numChannels).

Using uint non-standard type uint breaks compilation with gccnoneeabi 12.3.1 for nRF52 targets on windows hosts.

* Update nrf52.ini

Default build type should be "release" as this is the default of platformio.

* Update GPS.cpp

uint to unsigned int
2024-05-03 15:49:22 -05:00
..
cas.h Support for the ATGM336H series of GPS modules (#3610) 2024-04-16 09:03:51 -05:00
GeoCoord.cpp Various position fixes (#3297) 2024-02-26 20:24:36 -06:00
GeoCoord.h Add parens to macro (#3361) 2024-03-09 15:25:16 -06:00
GPS.cpp Enable compiling with gccnoneeabi 12.3.1 for nRF52 targets, additional small fixes (#3778) 2024-05-03 15:49:22 -05:00
GPS.h Support for the ATGM336H series of GPS modules (#3610) 2024-04-16 09:03:51 -05:00
NMEAWPL.cpp tryfix: use UTC on Phone API (#3576) 2024-04-08 17:26:23 -05:00
NMEAWPL.h NodeDB Lite migration (#2554) 2023-06-17 09:10:09 -05:00
RTC.cpp Prevent overflow when calculating timezones (#3730) 2024-04-26 20:43:09 -05:00
RTC.h Added more clear RTC handling and quality logging (#3691) 2024-04-21 14:40:47 -05:00
ubx.h Enable NMEA Messages on USB port for u-blox receivers (#3227) 2024-02-15 11:19:35 -06:00