Skip to content

Commit

Permalink
waf: enable IMU in simulated AP_Periph
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Nov 30, 2024
1 parent d2f945b commit cc06a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ def configure_env(self, cfg, env):
HAL_PERIPH_ENABLE_AIRSPEED = 1,
HAL_PERIPH_ENABLE_MAG = 1,
HAL_PERIPH_ENABLE_BARO = 1,
HAL_PERIPH_ENABLE_IMU = 1,
HAL_PERIPH_ENABLE_RANGEFINDER = 1,
HAL_PERIPH_ENABLE_BATTERY = 1,
HAL_PERIPH_ENABLE_EFI = 1,
Expand All @@ -963,6 +964,7 @@ def configure_env(self, cfg, env):
HAL_WITH_ESC_TELEM = 1,
AP_EXTENDED_ESC_TELEM_ENABLED = 1,
AP_TERRAIN_AVAILABLE = 1,
HAL_GYROFFT_ENABLED = 0,
)

class sitl_periph_gps(sitl_periph):
Expand Down

0 comments on commit cc06a6e

Please sign in to comment.