]> www.infradead.org Git - users/borneoa/openocd-next.git/commitdiff
rtos: Use lower case filenames
authorMarc Schink <dev@zapb.de>
Wed, 12 Jun 2024 11:34:48 +0000 (13:34 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 22 Feb 2025 22:58:23 +0000 (22:58 +0000)
Change-Id: I309c7a649e33f516e28037fef2dc6e574d48c000
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8334
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/rtos/Makefile.am
src/rtos/ecos.c [moved from src/rtos/eCos.c with 100% similarity]
src/rtos/embkernel.c [moved from src/rtos/embKernel.c with 100% similarity]
src/rtos/freertos.c [moved from src/rtos/FreeRTOS.c with 100% similarity]
src/rtos/threadx.c [moved from src/rtos/ThreadX.c with 100% similarity]
src/rtos/ucos_iii.c [moved from src/rtos/uCOS-III.c with 100% similarity]

index 0796910de8072b740fcf0b270cec44279de7522c..5267fea248f0b2cf9d2d71bf04afc0282a31d820 100644 (file)
@@ -11,15 +11,15 @@ noinst_LTLIBRARIES += %D%/librtos.la
        %D%/rtos_ucos_iii_stackings.c \
        %D%/rtos_riot_stackings.c \
        %D%/rtos_nuttx_stackings.c \
-       %D%/FreeRTOS.c \
-       %D%/ThreadX.c \
-       %D%/eCos.c \
+       %D%/freertos.c \
+       %D%/threadx.c \
+       %D%/ecos.c \
        %D%/linux.c \
        %D%/chibios.c \
        %D%/chromium-ec.c \
-       %D%/embKernel.c \
+       %D%/embkernel.c \
        %D%/mqx.c \
-       %D%/uCOS-III.c \
+       %D%/ucos_iii.c \
        %D%/nuttx.c \
        %D%/rtkernel.c \
        %D%/hwthread.c \
similarity index 100%
rename from src/rtos/eCos.c
rename to src/rtos/ecos.c
similarity index 100%
rename from src/rtos/embKernel.c
rename to src/rtos/embkernel.c
similarity index 100%
rename from src/rtos/FreeRTOS.c
rename to src/rtos/freertos.c
similarity index 100%
rename from src/rtos/ThreadX.c
rename to src/rtos/threadx.c
similarity index 100%
rename from src/rtos/uCOS-III.c
rename to src/rtos/ucos_iii.c