mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
Tools: ardupilotwaf: Add navigator board
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
27033682e0
commit
fb7c7a5345
@ -602,6 +602,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