Clone of official tools

Revision:
41:2a77626a4c21
Parent:
40:7d3fa6b99b2b
Child:
42:2cf3f29fece1
--- a/export/sw4stm32/__init__.py	Tue Oct 10 16:56:30 2017 -0500
+++ b/export/sw4stm32/__init__.py	Wed Oct 25 14:46:50 2017 -0500
@@ -249,6 +249,11 @@
             'name': 'NUCLEO-L476RG',
             'mcuId': 'STM32L476RGTx'
         },
+        'NUCLEO_L486RG':
+        {
+            'name': 'NUCLEO-L486RG',
+            'mcuId': 'STM32L486RGTx'
+        },
     }
 
     TARGETS = BOARDS.keys()