Skip to content

Commit 8e21b1a

Browse files
committed
Merge branch 'master' of https://github.com/mbedmicro/mbed
2 parents 5018761 + 23e52b9 commit 8e21b1a

File tree

6 files changed

+1
-439
lines changed

6 files changed

+1
-439
lines changed

workspace_tools/autotest.py

Lines changed: 0 additions & 165 deletions
This file was deleted.

workspace_tools/client.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

workspace_tools/data/example_test_spec.json

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

workspace_tools/export_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_export(toolchain, target, expected_error=None):
7777

7878
for toolchain, target in [
7979
('uvision', 'LPC1768'), ('uvision', 'LPC11U24'), ('uvision', 'KL25Z'), ('uvision', 'LPC1347'), ('uvision', 'LPC1114'), ('uvision', 'LPC4088'),
80-
('uvision', 'NUCLEO_F103RB'), ('uvision', 'NUCLEO_L152RE'), ('uvision', 'NUCLEO_F401RE'), ('uvision', 'NUCLEO_F030R8'), ('uvision', 'LPC11U35_501'),
80+
('uvision', 'NUCLEO_F103RB'), ('uvision', 'NUCLEO_L152RE'), ('uvision', 'NUCLEO_F401RE'), ('uvision', 'NUCLEO_F030R8'),
8181

8282
('codered', 'LPC1768'), ('codered', 'LPC4088'),('codered', 'LPC1114'),
8383
('codered', 'LPC11U35_401'),

0 commit comments

Comments
 (0)