mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: ardupilotwaf: Add navigator board
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
f42c42df02
commit
994a934f88
@ -621,6 +621,16 @@ class linux(Board):
|
||||
# Avoid infinite recursion
|
||||
bld.options.upload = False
|
||||
|
||||
class navigator(linux):
|
||||
toolchain = 'arm-linux-gnueabihf'
|
||||
|
||||
def configure_env(self, cfg, env):
|
||||
super(navigator, self).configure_env(cfg, env)
|
||||
|
||||
env.DEFINES.update(
|
||||
CONFIG_HAL_BOARD_SUBTYPE='HAL_BOARD_SUBTYPE_LINUX_NAVIGATOR',
|
||||
)
|
||||
|
||||
class erleboard(linux):
|
||||
toolchain = 'arm-linux-gnueabihf'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user