summaryrefslogtreecommitdiff
path: root/templates/uvis.mpt
diff options
context:
space:
mode:
authorChad Elliott <elliott_c@ociweb.com>2016-11-09 11:58:46 -0600
committerChad Elliott <elliott_c@ociweb.com>2016-11-09 11:58:46 -0600
commite7a2791ddadf8bdce24daedb9d97e11338591edf (patch)
tree6c7f2b2c5b209f0a6290c2b1fb62cef23b979a3e /templates/uvis.mpt
parentb518f6aac4bf7a148fc02d043fcd6259fbf0bd0b (diff)
downloadMPC-e7a2791ddadf8bdce24daedb9d97e11338591edf.tar.gz
Wed Nov 9 17:57:54 UTC 2016 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/uvis.mpt')
-rw-r--r--templates/uvis.mpt17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/uvis.mpt b/templates/uvis.mpt
new file mode 100644
index 00000000..9210ec47
--- /dev/null
+++ b/templates/uvis.mpt
@@ -0,0 +1,17 @@
+configurations = Release
+devices = STM32L476ZGTx
+
+Debug {
+ debuginformation = 1
+}
+
+Release {
+ debuginformation = 0
+}
+
+STM32L476ZGTx {
+ vendor = STMicroelectronics
+ flash = STM32L4xx_1024.FLM
+ register = stm32l4xx.h
+ sfd = STM32L4x6.svd
+}