Skip to content

Commit 84a8f2b

Browse files
author
Bogdan Marinescu
committed
Remove not validated targets from build_release.py
1 parent 887fc11 commit 84a8f2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workspace_tools/build_release.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
('KL46Z', ('ARM', 'GCC_ARM')),
3838
('LPC11U35_401', ('ARM', 'uARM')),
3939
('NUCLEO_F103RB', ('ARM',)),
40-
('NUCLEO_L152RE', ('ARM',)),
41-
('NUCLEO_F401RE', ('ARM',)),
42-
('NUCLEO_F030R8', ('ARM',)),
40+
# ('NUCLEO_L152RE', ('ARM',)),
41+
# ('NUCLEO_F401RE', ('ARM',)),
42+
# ('NUCLEO_F030R8', ('ARM',)),
4343
)
4444

4545

0 commit comments

Comments
 (0)