eclipse-archived / kiso

Kiso Project
Other
30 stars 31 forks source link

possible redundant configure files scattered in source code #173

Open yongbosch opened 4 years ago

yongbosch commented 4 years ago

There are places where we have configure files with the same name. If they are also the same in content, consider only place them in one place, otherwise consider different names for each.

./boards/CommonGateway/bsp/config/thirdparty/stm32cubel4/stm32l4xx_hal_conf.h ./ci/testing_config/thirdparty/stm32cubel4/stm32l4xx_hal_conf.h ./config/thirdparty/stm32cubel4/stm32l4xx_hal_conf.h

./boards/NucleoF767/bsp/config/thirdparty/stm32cubef7/stm32f7xx_hal_conf.h ./config/thirdparty/stm32cubef7/stm32f7xx_hal_conf.h

./ci/testing_config/thirdparty/freertos/FreeRTOSConfig.h ./config/thirdparty/freertos/FreeRTOSConfig.h