mirror of https://github.com/ARMmbed/mbed-os.git
Removed non-functional LPC1347 uVision export support, and added LPC1114 support, which does work.
parent
0f7ece02a8
commit
fa19362d61
|
@ -30,7 +30,7 @@ def setup_test_user_prj():
|
||||||
mkdir(d)
|
mkdir(d)
|
||||||
|
|
||||||
# Sources
|
# Sources
|
||||||
print 'Coping sources...'
|
print 'Copying sources...'
|
||||||
copy_file(join(TEST_DIR, "rtos", "mbed", "basic", "main.cpp"), join(USER_SRC, "main.cpp"))
|
copy_file(join(TEST_DIR, "rtos", "mbed", "basic", "main.cpp"), join(USER_SRC, "main.cpp"))
|
||||||
copytree(join(LIB_DIR, "rtos"), join(USER_LIB, "rtos"))
|
copytree(join(LIB_DIR, "rtos"), join(USER_LIB, "rtos"))
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ if __name__ == '__main__':
|
||||||
setup_test_user_prj()
|
setup_test_user_prj()
|
||||||
|
|
||||||
for toolchain, target in [
|
for toolchain, target in [
|
||||||
('uvision', 'LPC1768'), ('uvision', 'LPC11U24'), ('uvision', 'KL25Z'), ('uvision', 'LPC1347'),
|
('uvision', 'LPC1768'), ('uvision', 'LPC11U24'), ('uvision', 'KL25Z'), ('uvision', 'LPC1114'),
|
||||||
|
|
||||||
('codered', 'LPC1768'),
|
('codered', 'LPC1768'),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue