mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
waf: Add Intel Aero to waf build
This will be the first board that only build with waf.
This commit is contained in:
parent
13287f61e3
commit
6a9addb2a8
@ -374,6 +374,14 @@ class pxfmini(linux):
|
||||
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_LINUX_PXFMINI',
|
||||
)
|
||||
|
||||
class aero(linux):
|
||||
def configure_env(self, cfg, env):
|
||||
super(aero, self).configure_env(cfg, env)
|
||||
|
||||
env.DEFINES.update(
|
||||
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_LINUX_AERO',
|
||||
)
|
||||
|
||||
class px4(Board):
|
||||
abstract = True
|
||||
toolchain = 'arm-none-eabi'
|
||||
|
Loading…
Reference in New Issue
Block a user