RTEMS | Lowercase all directories and files in source. (#5080)
Amar Takhar (@amar)
gitlab at rtems.org
Mon Jul 29 20:54:09 UTC 2024
Amar Takhar created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5080
Assignee: Amar Takhar
## Summary
We have always had inconsistent directory and file naming. There is no consistency it would be nice if files sorted correctly and we had a policy going forward that all files must be lower case. With the exception of the file extension `.S` which does have some meaning and text files which again denotes that it's text, typically.
I'm proposing this in the spirit of wanting the source code reformatted for %6.1 we should take this opportunity to change the file names as well as cleaning up our in-source documentation with the MarkDown conversion. I consider this a purely documentation change.
We have no especial files in the source that are absolutely required to be upper case or CamelCase that I can see. Below are a list of directories and files:
## Directories
```
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1052
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1052/drivers
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1052/gcc
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1052/xip
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1166
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1166/drivers
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1166/drivers/cm4
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1166/drivers/cm7
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1166/gcc
./bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1166/xip
./bsps/arm/stm32h7/boards/stm/Components
./bsps/arm/stm32h7/boards/stm/Components/mt25tl01g
./bsps/arm/stm32h7/hal/Legacy
./bsps/arm/stm32h7/include/Legacy
./bsps/bfin/bf537Stamp
./bsps/bfin/bf537Stamp/config
./bsps/bfin/bf537Stamp/console
./bsps/bfin/bf537Stamp/include
./bsps/bfin/bf537Stamp/include/bsp
./bsps/bfin/bf537Stamp/start
./bsps/bfin/eZKit533
./bsps/bfin/eZKit533/config
./bsps/bfin/eZKit533/console
./bsps/bfin/eZKit533/include
./bsps/bfin/eZKit533/include/bsp
./bsps/bfin/eZKit533/start
./bsps/bfin/TLL6527M
./bsps/bfin/TLL6527M/config
./bsps/bfin/TLL6527M/console
./bsps/bfin/TLL6527M/include
./bsps/bfin/TLL6527M/include/bsp
./bsps/bfin/TLL6527M/start
./bsps/include/xil/arm/ARMv8
./bsps/include/xil/arm/ARMv8/32bit
./bsps/include/xil/arm/ARMv8/64bit
./bsps/lm32/milkymist/Documentation
./bsps/m68k/uC5282
./bsps/m68k/uC5282/btimer
./bsps/m68k/uC5282/clock
./bsps/m68k/uC5282/config
./bsps/m68k/uC5282/console
./bsps/m68k/uC5282/include
./bsps/m68k/uC5282/include/bsp
./bsps/m68k/uC5282/start
./bsps/powerpc/mvme5500/GT64260
./bsps/shared/xil/arm/ARMv8
./make/Templates
./spec/build/bsps/bfin/bf537Stamp
./spec/build/bsps/bfin/eZKit533
./spec/build/bsps/bfin/TLL6527M
./spec/build/bsps/m68k/uC5282
./testsuites/libtests/POSIX
```
## Files
```
_Exit
bf537Stamp
BSP_irq
bspException
bspIo
bspMvme5500
bspVmeDmaList
bspVmeDmaListP
cecRegs
ChangeLog
COBRA5475
consoleIo
COPYING
coreTimerRegs
cpuIdent
cpuModel
displayCpu
dmaRegs
ebiuRegs
errata_SSWF021_45
ethernetRegs
eZKit533
FD_CLR
FD_ISSET
FD_SET
FD_ZERO
flashPgm
flashPgmPvt
fsl-mpc564xL
gpioRegs
GT64260eth
GT64260ethreg
GT64260TWSI
intelFlash
interruptmask_TX49
m5484FireEngine
Makefile
MCD_dma
MCD_dmaApi
MCD_progCheck
MCD_tasks
MCD_tasksInit
mediaLB
memoryRegs
memProbe
MIMXRT1052
MIMXRT1052_features
MIMXRT1166_cm4
MIMXRT1166_cm4_features
MIMXRT1166_cm7
MIMXRT1166_cm7_features
mmuAsm
mmuRegs
MVME5500I2C
ppiRegs
probeMemEnd
ReleaseNotes
rtcRegs
sicRegs
spansionFlash
spiRegs
sportRegs
stackTrace
startAP
startup_MIMXRT1052
startup_MIMXRT1166_cm4
startup_MIMXRT1166_cm7
system_MIMXRT1052
system_MIMXRT1166_cm4
system_MIMXRT1166_cm7
tfsDriver
tftpDriver
timerRegs
twiRegs
uartRegs
uC5282
Unlimited
uuidP
videoAsm
VME
VMEConfig
VMEDMA
vmeTsi148
vmeTsi148DMA
vmeUniverse
vmeUniverseDMA
VPD
wdogRegs
```
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5080
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240729/e6625e28/attachment-0001.htm>
More information about the bugs
mailing list