From 95c5b78f347ff417d70f7a003ae0de44d93a0991 Mon Sep 17 00:00:00 2001 From: ohagendorf Date: Sat, 20 Aug 2016 23:59:14 +0200 Subject: [PATCH] [disco_f769ni] adding gcc_arm exporter definitions --- tools/export/gcc_arm_disco_f769ni.tmpl | 1 + tools/export/gccarm.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 tools/export/gcc_arm_disco_f769ni.tmpl diff --git a/tools/export/gcc_arm_disco_f769ni.tmpl b/tools/export/gcc_arm_disco_f769ni.tmpl new file mode 100644 index 0000000000..6e616cc884 --- /dev/null +++ b/tools/export/gcc_arm_disco_f769ni.tmpl @@ -0,0 +1 @@ +{% extends "gcc_arm_common.tmpl" %} diff --git a/tools/export/gccarm.py b/tools/export/gccarm.py index 7b70e0a5cd..71d4fdbf30 100644 --- a/tools/export/gccarm.py +++ b/tools/export/gccarm.py @@ -53,6 +53,7 @@ class GccArm(Exporter): 'DISCO_F469NI', 'DISCO_F303VC', 'DISCO_F746NG', + 'DISCO_F769NI', 'DISCO_L476VG', 'UBLOX_C027', 'ARCH_PRO',