Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
Diff: export_test.py
- Revision:
- 13:ab47a20b66f0
- Parent:
- 0:66f3b5499f7f
- Child:
- 29:1210849dba19
diff -r f2e8a005c7d3 -r ab47a20b66f0 export_test.py --- a/export_test.py Tue Jun 14 11:33:06 2016 +0100 +++ b/export_test.py Thu Jul 14 20:21:19 2016 +0100 @@ -37,7 +37,7 @@ print 'Test user project already generated...' return - setup_user_prj(USER_PRJ, join(TEST_DIR, "rtos", "mbed", "basic"), [join(LIB_DIR, "rtos"), join(LIB_DIR, "tests", "mbed", "env")]) + setup_user_prj(USER_PRJ, join(TEST_DIR, "rtos", "mbed", "basic"), [join(ROOT, "rtos"), join(LIB_DIR, "tests", "mbed", "env")]) # FAKE BUILD URL open(join(USER_SRC, "mbed.bld"), 'w').write("http://mbed.org/users/mbed_official/code/mbed/builds/976df7c37ad5\n") @@ -107,6 +107,7 @@ ('coide', 'NUCLEO_F410RB'), ('coide', 'NUCLEO_F411RE'), ('coide', 'DISCO_F429ZI'), + ('coide', 'NUCLEO_F429ZI'), #('coide', 'DISCO_F469NI'), removed because template not available ('coide', 'NUCLEO_F334R8'), ('coide', 'MTS_MDOT_F405RG'), @@ -141,10 +142,15 @@ ('uvision', 'NUCLEO_F401RE'), ('uvision', 'NUCLEO_F410RB'), ('uvision', 'NUCLEO_F411RE'), + ('uvision', 'NUCLEO_F429ZI'), ('uvision', 'NUCLEO_F446RE'), + ('uvision', 'NUCLEO_F446ZE'), + ('uvision', 'NUCLEO_L011K4'), + ('uvision', 'NUCLEO_L031K6'), ('uvision', 'NUCLEO_L053R8'), ('uvision', 'NUCLEO_L073RZ'), ('uvision', 'NUCLEO_L152RE'), + ('uvision', 'NUCLEO_L432KC'), ('uvision', 'NUCLEO_L476RG'), ('uvision', 'MTS_MDOT_F405RG'), ('uvision', 'MAXWSNENV'), @@ -160,6 +166,7 @@ ('uvision', 'DISCO_F469NI'), ('uvision', 'DISCO_L476VG'), ('uvision', 'MOTE_L152RC'), + ('uvision', 'ARM_BEETLE_SOC'), ('lpcxpresso', 'LPC1768'), ('lpcxpresso', 'LPC4088'), @@ -204,10 +211,15 @@ ('gcc_arm', 'NUCLEO_F401RE'), ('gcc_arm', 'NUCLEO_F410RB'), ('gcc_arm', 'NUCLEO_F411RE'), + ('gcc_arm', 'NUCLEO_F429ZI'), ('gcc_arm', 'NUCLEO_F446RE'), + ('gcc_arm', 'NUCLEO_F446ZE'), ('gcc_arm', 'ELMO_F411RE'), ('gcc_arm', 'DISCO_F469NI'), ('gcc_arm', 'NUCLEO_F334R8'), + ('gcc_arm', 'NUCLEO_L011K4'), + ('gcc_arm', 'NUCLEO_L031K6'), + ('gcc_arm', 'NUCLEO_L432KC'), ('gcc_arm', 'MAX32600MBED'), ('gcc_arm', 'MTS_MDOT_F405RG'), ('gcc_arm', 'MTS_MDOT_F411RE'), @@ -230,6 +242,7 @@ ('gcc_arm', 'EFM32WG_STK3800'), ('gcc_arm', 'EFM32ZG_STK3200'), ('gcc_arm', 'EFM32HG_STK3400'), + ('gcc_arm', 'EFM32PG_STK3401'), ('ds5_5', 'LPC1768'), ('ds5_5', 'LPC11U24'), @@ -253,10 +266,15 @@ ('iar', 'NUCLEO_F401RE'), ('iar', 'NUCLEO_F410RB'), ('iar', 'NUCLEO_F411RE'), + ('iar', 'NUCLEO_F429ZI'), ('iar', 'NUCLEO_F446RE'), + ('iar', 'NUCLEO_F446ZE'), + ('iar', 'NUCLEO_L011K4'), + ('iar', 'NUCLEO_L031K6'), ('iar', 'NUCLEO_L053R8'), ('iar', 'NUCLEO_L073RZ'), ('iar', 'NUCLEO_L152RE'), + ('iar', 'NUCLEO_L432KC'), ('iar', 'NUCLEO_L476RG'), ('iar', 'DISCO_L053C8'), ('iar', 'DISCO_F334C8'), @@ -297,15 +315,21 @@ ('sw4stm32', 'NUCLEO_F401RE'), ('sw4stm32', 'NUCLEO_F410RB'), ('sw4stm32', 'NUCLEO_F411RE'), + ('sw4stm32', 'NUCLEO_F429ZI'), ('sw4stm32', 'NUCLEO_F446RE'), + ('sw4stm32', 'NUCLEO_F446ZE'), + ('sw4stm32', 'NUCLEO_L011K4'), ('sw4stm32', 'NUCLEO_L053R8'), ('sw4stm32', 'NUCLEO_L073RZ'), ('sw4stm32', 'NUCLEO_L152RE'), + ('sw4stm32', 'NUCLEO_L432KC'), ('sw4stm32', 'NUCLEO_L476RG'), ('sw4stm32', 'NUCLEO_F031K6'), ('sw4stm32', 'NUCLEO_F042K6'), ('sw4stm32', 'NUCLEO_F303K8'), ('sw4stm32', 'NUCLEO_F410RB'), + + ('e2studio', 'RZ_A1H'), # Removed following item to avoid script error #(None, None), ]: