Skip to content

Commit 74fa6ee

Browse files
committed
Exporters - progen targets - name fixes (nr51x,..)
1 parent 5632d13 commit 74fa6ee

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

workspace_tools/export/exporters.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ class Exporter(object):
3434
'LPC4330_M4':'lpc4330',
3535
'LPC4337':'lpc4337',
3636
'LPC812':'lpc812m101',
37+
'LPC824': 'lpc824m201',
3738
'LPC1549':'lpc1549',
3839
'LPC11U68':'lpc11u68',
3940
'LPC11U35_501':'lpc11u35_501',
41+
'LPC11U35_401': 'lpc11u35_401',
4042
'LPC11U37H_401':'lpc11u37_401',
4143

4244
'KL05Z':'mkl05z32xxx4',
@@ -79,15 +81,17 @@ class Exporter(object):
7981
'UBLOX_C027':'ublox-c027',
8082
'NRF51822':'mkit',
8183
'HRM1017':'hrm1017',
82-
'RBLAB_NRF51822':'nrf51',
84+
'RBLAB_NRF51822':'nrf51822',
8385
'ARCH_PRO':'arch-pro',
8486
'ARCH_BLE':'arch-ble',
8587
'MTS_GAMBIT':'mts-gambit',
8688
'ARCH_MAX':'lpc1768',
8789
'MTS_MDOT_F405RG':'stm32f405rg',
88-
'NRF51_DK':'nrf51',
89-
'NRF51_DONGLE':'nrf51',
90-
'SEEED_TINY_BLE':'nrf51',
90+
'MTS_MDOT_F411RE': 'stm32f411re',
91+
'MTS_DRAGONFLY_F411RE': 'stm32f411re',
92+
'NRF51_DK':'nrf51822',
93+
'NRF51_DONGLE':'nrf51822',
94+
'SEEED_TINY_BLE':'nrf51822',
9195

9296
'DELTA_DFCM_NNN40':'dfcm-nnn40',
9397
'MAXWSNENV':'maxwsnenv',

0 commit comments

Comments
 (0)