Skip to content

Commit 91c11ea

Browse files
zapb-0borneoa
authored andcommitted
rtos: Use lower case filenames
Change-Id: I309c7a649e33f516e28037fef2dc6e574d48c000 Signed-off-by: Marc Schink <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/8334 Tested-by: jenkins Reviewed-by: Tomas Vanek <[email protected]> Reviewed-by: Antonio Borneo <[email protected]>
1 parent 9470853 commit 91c11ea

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

src/rtos/Makefile.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ noinst_LTLIBRARIES += %D%/librtos.la
1111
%D%/rtos_ucos_iii_stackings.c \
1212
%D%/rtos_riot_stackings.c \
1313
%D%/rtos_nuttx_stackings.c \
14-
%D%/FreeRTOS.c \
15-
%D%/ThreadX.c \
16-
%D%/eCos.c \
14+
%D%/freertos.c \
15+
%D%/threadx.c \
16+
%D%/ecos.c \
1717
%D%/linux.c \
1818
%D%/chibios.c \
1919
%D%/chromium-ec.c \
20-
%D%/embKernel.c \
20+
%D%/embkernel.c \
2121
%D%/mqx.c \
22-
%D%/uCOS-III.c \
22+
%D%/ucos_iii.c \
2323
%D%/nuttx.c \
2424
%D%/rtkernel.c \
2525
%D%/hwthread.c \
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)