mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
waf: added mini-pix build target
This commit is contained in:
parent
23555f4c25
commit
3d50bbe2c0
@ -415,6 +415,15 @@ class revo_mini(chibios):
|
||||
)
|
||||
env.CHIBIOS_FATFS_FLAG = 'USE_FATFS=no'
|
||||
|
||||
class mini_pix(chibios):
|
||||
name = 'mini-pix'
|
||||
def configure_env(self, cfg, env):
|
||||
super(mini_pix, self).configure_env(cfg, env)
|
||||
env.DEFINES.update(
|
||||
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_CHIBIOS_MINIPIX',
|
||||
)
|
||||
env.CHIBIOS_FATFS_FLAG = 'USE_FATFS=no'
|
||||
|
||||
class linux(Board):
|
||||
def configure_env(self, cfg, env):
|
||||
super(linux, self).configure_env(cfg, env)
|
||||
|
Loading…
Reference in New Issue
Block a user