|
|
|
@ -1036,6 +1036,16 @@ class rst_zynq(linux):
@@ -1036,6 +1036,16 @@ class rst_zynq(linux):
|
|
|
|
|
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_LINUX_RST_ZYNQ', |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
class obal(linux): |
|
|
|
|
toolchain = 'arm-linux-gnueabihf' |
|
|
|
|
|
|
|
|
|
def configure_env(self, cfg, env): |
|
|
|
|
super(obal, self).configure_env(cfg, env) |
|
|
|
|
|
|
|
|
|
env.DEFINES.update( |
|
|
|
|
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_LINUX_OBAL_V1', |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
class SITL_static(sitl): |
|
|
|
|
def configure_env(self, cfg, env): |
|
|
|
|
super(SITL_static, self).configure_env(cfg, env) |
|
|
|
|