Skip to content

Commit

Permalink
AP_HAL_ChibiOS: add RTC support to GPS periphs that log
Browse files Browse the repository at this point in the history
this re-adds support for RTC into GPS peripherals that also log.  This was removed as these boards were calling methods on the nullptr
  • Loading branch information
peterbarker committed Oct 8, 2023
1 parent 6865668 commit 1145065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/HerePro/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ FLASH_RESERVE_START_KB 256
define GPS_UBLOX_MOVING_BASELINE TRUE
define HAL_GCS_ENABLED 1
define HAL_LOGGING_ENABLED TRUE
define HAL_PERIPH_ENABLE_RTC 1
define HAL_NO_MONITOR_THREAD


Expand Down
1 change: 1 addition & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/Sierra-F9P/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ define GPS_MOVING_BASELINE 1

# Logging
define HAL_LOGGING_ENABLED 1
define HAL_PERIPH_ENABLE_RTC 1
define HAL_OS_FATFS_IO 1

# SD Card pins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ define GPS_MAX_RATE_MS 200

# Logging
define HAL_LOGGING_ENABLED 1
define HAL_PERIPH_ENABLE_RTC 1
define HAL_OS_FATFS_IO 1

# SD Card pins
Expand Down

0 comments on commit 1145065

Please sign in to comment.