Ardupilot2/libraries/AP_GPS
Lucas De Marchi 831d8acca5 Remove use of PROGMEM
Now variables don't have to be declared with PROGMEM anymore, so remove
them. This was automated with:

    git grep -l -z PROGMEM | xargs -0 sed -i 's/ PROGMEM / /g'
    git grep -l -z PROGMEM | xargs -0 sed -i 's/PROGMEM//g'

The 2 commands were done so we don't leave behind spurious spaces.

AVR-specific places were not changed.
2015-10-30 14:35:16 +09:00
..
config AP_GPS: config file for Ublox M8N 2015-08-27 09:54:22 +09:00
examples AP_GPS: remove unnecessary board includes from examples 2015-10-21 09:16:11 +11:00
AP_GPS_GSOF.cpp AP_GPS_GSOF: minor tweak to avoid warning 2015-10-10 14:34:54 +09:00
AP_GPS_GSOF.h AP_GPS_GSOF: add trimble gsof driver 2015-10-06 15:00:46 +11:00
AP_GPS_MTK19.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_MTK19.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_MTK_Common.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
AP_GPS_MTK.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_GPS_MTK.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_NMEA.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_GPS_NMEA.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_PX4.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_PX4.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_SBF.cpp AP_GPS_SBF: add accuracy estimates 2015-09-09 12:28:25 +10:00
AP_GPS_SBF.h AP_GPS_SBF: add accuracy estimates 2015-09-09 12:28:25 +10:00
AP_GPS_SBP.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_GPS_SBP.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_SIRF.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_GPS_SIRF.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_UBLOX.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_GPS_UBLOX.h AP_GPS: Use state.instance instead of trying to track instance numbers inside of the ublox driver 2015-09-23 20:42:42 -07:00
AP_GPS.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_GPS.h AP_GPS_GSOF: add trimble gsof driver 2015-10-06 15:00:46 +11:00
GPS_Backend.cpp AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPS_Backend.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPS_detect_state.h AP_GPS_GSOF: add trimble gsof driver 2015-10-06 15:00:46 +11:00