Skip to content

Commit c3b9a74

Browse files
committed
travis: revove rtos support for NUCLEO_L053R8
1 parent 2d2a4bc commit c3b9a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_travis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{ "target": "LPC11U24_301", "toolchains": "GCC_ARM", "libs": ["fat"] },
3737

3838
{ "target": "B96B_F446VE", "toolchains": "GCC_ARM", "libs": ["dsp", "fat"] },
39-
{ "target": "NUCLEO_L053R8", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
39+
{ "target": "NUCLEO_L053R8", "toolchains": "GCC_ARM", "libs": ["dsp", "fat"] },
4040
{ "target": "NUCLEO_L152RE", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
4141
{ "target": "NUCLEO_F030R8", "toolchains": "GCC_ARM", "libs": ["dsp", "fat"] },
4242
{ "target": "NUCLEO_F031K6", "toolchains": "GCC_ARM", "libs": ["dsp", "fat"] },

0 commit comments

Comments
 (0)