Clone of official tools

Revision:
42:2cf3f29fece1
Parent:
41:2a77626a4c21
Child:
43:2a7da56ebd24
--- a/export/sw4stm32/__init__.py	Wed Oct 25 14:46:50 2017 -0500
+++ b/export/sw4stm32/__init__.py	Mon Nov 06 13:17:14 2017 -0600
@@ -254,6 +254,11 @@
             'name': 'NUCLEO-L486RG',
             'mcuId': 'STM32L486RGTx'
         },
+        'NUCLEO_L496ZG':
+        {
+            'name': 'NUCLEO-L496ZG',
+            'mcuId': 'STM32L496ZGTx'
+        },        
     }
 
     TARGETS = BOARDS.keys()