From fc212067da9223fd9e5cb6c4cc0aeecee7a053dd Mon Sep 17 00:00:00 2001 From: Mihail Stoyanov Date: Thu, 27 Nov 2014 16:39:19 +0200 Subject: [PATCH] Add 2 seconds delay to Renesas RZ_A1H target config for the automated test suite --- workspace_tools/targets.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index 8c405ae0db..e13f16a0b5 100644 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -758,7 +758,10 @@ class RZ_A1H(Target): self.supported_toolchains = ["ARM"] self.supported_form_factors = ["ARDUINO"] self.default_toolchain = "ARM" - + + def program_cycle_s(self): + return 2 + # Get a single instance for each target