Skip to content

Commit

Permalink
AP_HAL_ChibiOS: enable global time sync on Here4AP
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Jan 30, 2024
1 parent 190a959 commit 5ff3e06
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions libraries/AP_HAL_ChibiOS/hwdef/Here4AP/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,15 @@ define GPS_MOVING_BASELINE 1
define HAL_PERIPH_GPS_PORT_DEFAULT 3

#PD11 GPS_TP1 OUTPUT HIGH GPIO(5)
#PD7 GPS_PPS INPUT FLOATING GPIO(6)
#define CONFIGURE_PPS_PIN TRUE
#define HAL_GPIO_PPS 6
PD7 GPS_PPS INPUT FLOATING GPIO(6)
define CONFIGURE_PPS_PIN TRUE
define HAL_GPIO_PPS 6

# GPS enable pin
# PD13 GPS_ENABLE OUTPUT HIGH GPIO(20)

# for ProfiLed we need RC out and notify
define HAL_PERIPH_ENABLE_RC_OUT
define HAL_PERIPH_ENABLE_NOTIFY

define HAL_PERIPH_ENABLE_GLOBALTIMESYNC 1

0 comments on commit 5ff3e06

Please sign in to comment.