Searched refs:Stm32flashBinaryRunner (Results 1 – 2 of 2) sorted by relevance
12 from runners.stm32flash import Stm32flashBinaryRunner84 runner = Stm32flashBinaryRunner(runner_config, device=TEST_DEVICE,106 Stm32flashBinaryRunner.add_parser(parser)108 runner = Stm32flashBinaryRunner.create(runner_config, arg_namespace)
16 class Stm32flashBinaryRunner(ZephyrBinaryRunner): class82 return Stm32flashBinaryRunner(cfg, device=args.device, action=args.action,