From 9d0e65f47a47dbc3c81cdcff29edfae7e008af54 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Mon, 1 Aug 2016 14:07:12 -0500 Subject: [PATCH] Add toolchain flag to DS-5 exporter --- tools/export/ds5_5.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/export/ds5_5.py b/tools/export/ds5_5.py index b6b9d3efe1..71242efdd7 100644 --- a/tools/export/ds5_5.py +++ b/tools/export/ds5_5.py @@ -40,6 +40,8 @@ class DS5_5(Exporter): 's_sources':'2' } + TOOLCHAIN = "ARM" + def get_toolchain(self): return 'uARM' if (self.target in self.USING_MICROLIB) else 'ARM'