From 51703da9dfc26179be2ae096a21e84d3ed725aa6 Mon Sep 17 00:00:00 2001 From: flabbergast Date: Mon, 4 Apr 2016 09:19:44 +0100 Subject: [PATCH] [KINETIS] Rename HAL LLD files. --- .../KINETIS/K20x/{pwm_lld.c => hal_pwm_lld.c} | 0 .../KINETIS/K20x/{pwm_lld.h => hal_pwm_lld.h} | 0 .../KINETIS/K20x/{spi_lld.c => hal_spi_lld.c} | 0 .../KINETIS/K20x/{spi_lld.h => hal_spi_lld.h} | 0 os/hal/ports/KINETIS/K20x/platform.mk | 20 +++++++++---------- .../KINETIS/KL2x/{pwm_lld.c => hal_pwm_lld.c} | 0 .../KINETIS/KL2x/{pwm_lld.h => hal_pwm_lld.h} | 0 os/hal/ports/KINETIS/KL2x/platform.mk | 18 ++++++++--------- .../KINETIS/LLD/{adc_lld.c => hal_adc_lld.c} | 0 .../KINETIS/LLD/{adc_lld.h => hal_adc_lld.h} | 0 .../KINETIS/LLD/{ext_lld.c => hal_ext_lld.c} | 0 .../KINETIS/LLD/{ext_lld.h => hal_ext_lld.h} | 0 .../KINETIS/LLD/{gpt_lld.c => hal_gpt_lld.c} | 0 .../KINETIS/LLD/{gpt_lld.h => hal_gpt_lld.h} | 0 .../KINETIS/LLD/{i2c_lld.c => hal_i2c_lld.c} | 0 .../KINETIS/LLD/{i2c_lld.h => hal_i2c_lld.h} | 0 .../KINETIS/LLD/{pal_lld.c => hal_pal_lld.c} | 0 .../KINETIS/LLD/{pal_lld.h => hal_pal_lld.h} | 0 .../LLD/{serial_lld.c => hal_serial_lld.c} | 0 .../LLD/{serial_lld.h => hal_serial_lld.h} | 0 .../KINETIS/LLD/{st_lld.c => hal_st_lld.c} | 0 .../KINETIS/LLD/{st_lld.h => hal_st_lld.h} | 0 .../KINETIS/LLD/{usb_lld.c => hal_usb_lld.c} | 0 .../KINETIS/LLD/{usb_lld.h => hal_usb_lld.h} | 0 24 files changed, 19 insertions(+), 19 deletions(-) rename os/hal/ports/KINETIS/K20x/{pwm_lld.c => hal_pwm_lld.c} (100%) rename os/hal/ports/KINETIS/K20x/{pwm_lld.h => hal_pwm_lld.h} (100%) rename os/hal/ports/KINETIS/K20x/{spi_lld.c => hal_spi_lld.c} (100%) rename os/hal/ports/KINETIS/K20x/{spi_lld.h => hal_spi_lld.h} (100%) rename os/hal/ports/KINETIS/KL2x/{pwm_lld.c => hal_pwm_lld.c} (100%) rename os/hal/ports/KINETIS/KL2x/{pwm_lld.h => hal_pwm_lld.h} (100%) rename os/hal/ports/KINETIS/LLD/{adc_lld.c => hal_adc_lld.c} (100%) rename os/hal/ports/KINETIS/LLD/{adc_lld.h => hal_adc_lld.h} (100%) rename os/hal/ports/KINETIS/LLD/{ext_lld.c => hal_ext_lld.c} (100%) rename os/hal/ports/KINETIS/LLD/{ext_lld.h => hal_ext_lld.h} (100%) rename os/hal/ports/KINETIS/LLD/{gpt_lld.c => hal_gpt_lld.c} (100%) rename os/hal/ports/KINETIS/LLD/{gpt_lld.h => hal_gpt_lld.h} (100%) rename os/hal/ports/KINETIS/LLD/{i2c_lld.c => hal_i2c_lld.c} (100%) rename os/hal/ports/KINETIS/LLD/{i2c_lld.h => hal_i2c_lld.h} (100%) rename os/hal/ports/KINETIS/LLD/{pal_lld.c => hal_pal_lld.c} (100%) rename os/hal/ports/KINETIS/LLD/{pal_lld.h => hal_pal_lld.h} (100%) rename os/hal/ports/KINETIS/LLD/{serial_lld.c => hal_serial_lld.c} (100%) rename os/hal/ports/KINETIS/LLD/{serial_lld.h => hal_serial_lld.h} (100%) rename os/hal/ports/KINETIS/LLD/{st_lld.c => hal_st_lld.c} (100%) rename os/hal/ports/KINETIS/LLD/{st_lld.h => hal_st_lld.h} (100%) rename os/hal/ports/KINETIS/LLD/{usb_lld.c => hal_usb_lld.c} (100%) rename os/hal/ports/KINETIS/LLD/{usb_lld.h => hal_usb_lld.h} (100%) diff --git a/os/hal/ports/KINETIS/K20x/pwm_lld.c b/os/hal/ports/KINETIS/K20x/hal_pwm_lld.c similarity index 100% rename from os/hal/ports/KINETIS/K20x/pwm_lld.c rename to os/hal/ports/KINETIS/K20x/hal_pwm_lld.c diff --git a/os/hal/ports/KINETIS/K20x/pwm_lld.h b/os/hal/ports/KINETIS/K20x/hal_pwm_lld.h similarity index 100% rename from os/hal/ports/KINETIS/K20x/pwm_lld.h rename to os/hal/ports/KINETIS/K20x/hal_pwm_lld.h diff --git a/os/hal/ports/KINETIS/K20x/spi_lld.c b/os/hal/ports/KINETIS/K20x/hal_spi_lld.c similarity index 100% rename from os/hal/ports/KINETIS/K20x/spi_lld.c rename to os/hal/ports/KINETIS/K20x/hal_spi_lld.c diff --git a/os/hal/ports/KINETIS/K20x/spi_lld.h b/os/hal/ports/KINETIS/K20x/hal_spi_lld.h similarity index 100% rename from os/hal/ports/KINETIS/K20x/spi_lld.h rename to os/hal/ports/KINETIS/K20x/hal_spi_lld.h diff --git a/os/hal/ports/KINETIS/K20x/platform.mk b/os/hal/ports/KINETIS/K20x/platform.mk index baa90a20..beee3365 100644 --- a/os/hal/ports/KINETIS/K20x/platform.mk +++ b/os/hal/ports/KINETIS/K20x/platform.mk @@ -1,16 +1,16 @@ # List of all platform files. PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/hal_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/pal_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/serial_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/spi_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/i2c_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/ext_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/adc_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/gpt_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/pwm_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/st_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/usb_lld.c + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_pal_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_serial_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/hal_spi_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_i2c_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_ext_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_adc_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_gpt_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/hal_pwm_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_st_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_usb_lld.c # Required include directories PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \ diff --git a/os/hal/ports/KINETIS/KL2x/pwm_lld.c b/os/hal/ports/KINETIS/KL2x/hal_pwm_lld.c similarity index 100% rename from os/hal/ports/KINETIS/KL2x/pwm_lld.c rename to os/hal/ports/KINETIS/KL2x/hal_pwm_lld.c diff --git a/os/hal/ports/KINETIS/KL2x/pwm_lld.h b/os/hal/ports/KINETIS/KL2x/hal_pwm_lld.h similarity index 100% rename from os/hal/ports/KINETIS/KL2x/pwm_lld.h rename to os/hal/ports/KINETIS/KL2x/hal_pwm_lld.h diff --git a/os/hal/ports/KINETIS/KL2x/platform.mk b/os/hal/ports/KINETIS/KL2x/platform.mk index 8ababc38..dda7a6d2 100644 --- a/os/hal/ports/KINETIS/KL2x/platform.mk +++ b/os/hal/ports/KINETIS/KL2x/platform.mk @@ -1,15 +1,15 @@ # List of all platform files. PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/KL2x/hal_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/pal_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/serial_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/i2c_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/ext_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/adc_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/gpt_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/KL2x/pwm_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/st_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/usb_lld.c + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_pal_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_serial_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_i2c_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_ext_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_adc_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_gpt_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/KL2x/hal_pwm_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_st_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/hal_usb_lld.c # Required include directories PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \ diff --git a/os/hal/ports/KINETIS/LLD/adc_lld.c b/os/hal/ports/KINETIS/LLD/hal_adc_lld.c similarity index 100% rename from os/hal/ports/KINETIS/LLD/adc_lld.c rename to os/hal/ports/KINETIS/LLD/hal_adc_lld.c diff --git a/os/hal/ports/KINETIS/LLD/adc_lld.h b/os/hal/ports/KINETIS/LLD/hal_adc_lld.h similarity index 100% rename from os/hal/ports/KINETIS/LLD/adc_lld.h rename to os/hal/ports/KINETIS/LLD/hal_adc_lld.h diff --git a/os/hal/ports/KINETIS/LLD/ext_lld.c b/os/hal/ports/KINETIS/LLD/hal_ext_lld.c similarity index 100% rename from os/hal/ports/KINETIS/LLD/ext_lld.c rename to os/hal/ports/KINETIS/LLD/hal_ext_lld.c diff --git a/os/hal/ports/KINETIS/LLD/ext_lld.h b/os/hal/ports/KINETIS/LLD/hal_ext_lld.h similarity index 100% rename from os/hal/ports/KINETIS/LLD/ext_lld.h rename to os/hal/ports/KINETIS/LLD/hal_ext_lld.h diff --git a/os/hal/ports/KINETIS/LLD/gpt_lld.c b/os/hal/ports/KINETIS/LLD/hal_gpt_lld.c similarity index 100% rename from os/hal/ports/KINETIS/LLD/gpt_lld.c rename to os/hal/ports/KINETIS/LLD/hal_gpt_lld.c diff --git a/os/hal/ports/KINETIS/LLD/gpt_lld.h b/os/hal/ports/KINETIS/LLD/hal_gpt_lld.h similarity index 100% rename from os/hal/ports/KINETIS/LLD/gpt_lld.h rename to os/hal/ports/KINETIS/LLD/hal_gpt_lld.h diff --git a/os/hal/ports/KINETIS/LLD/i2c_lld.c b/os/hal/ports/KINETIS/LLD/hal_i2c_lld.c similarity index 100% rename from os/hal/ports/KINETIS/LLD/i2c_lld.c rename to os/hal/ports/KINETIS/LLD/hal_i2c_lld.c diff --git a/os/hal/ports/KINETIS/LLD/i2c_lld.h b/os/hal/ports/KINETIS/LLD/hal_i2c_lld.h similarity index 100% rename from os/hal/ports/KINETIS/LLD/i2c_lld.h rename to os/hal/ports/KINETIS/LLD/hal_i2c_lld.h diff --git a/os/hal/ports/KINETIS/LLD/pal_lld.c b/os/hal/ports/KINETIS/LLD/hal_pal_lld.c similarity index 100% rename from os/hal/ports/KINETIS/LLD/pal_lld.c rename to os/hal/ports/KINETIS/LLD/hal_pal_lld.c diff --git a/os/hal/ports/KINETIS/LLD/pal_lld.h b/os/hal/ports/KINETIS/LLD/hal_pal_lld.h similarity index 100% rename from os/hal/ports/KINETIS/LLD/pal_lld.h rename to os/hal/ports/KINETIS/LLD/hal_pal_lld.h diff --git a/os/hal/ports/KINETIS/LLD/serial_lld.c b/os/hal/ports/KINETIS/LLD/hal_serial_lld.c similarity index 100% rename from os/hal/ports/KINETIS/LLD/serial_lld.c rename to os/hal/ports/KINETIS/LLD/hal_serial_lld.c diff --git a/os/hal/ports/KINETIS/LLD/serial_lld.h b/os/hal/ports/KINETIS/LLD/hal_serial_lld.h similarity index 100% rename from os/hal/ports/KINETIS/LLD/serial_lld.h rename to os/hal/ports/KINETIS/LLD/hal_serial_lld.h diff --git a/os/hal/ports/KINETIS/LLD/st_lld.c b/os/hal/ports/KINETIS/LLD/hal_st_lld.c similarity index 100% rename from os/hal/ports/KINETIS/LLD/st_lld.c rename to os/hal/ports/KINETIS/LLD/hal_st_lld.c diff --git a/os/hal/ports/KINETIS/LLD/st_lld.h b/os/hal/ports/KINETIS/LLD/hal_st_lld.h similarity index 100% rename from os/hal/ports/KINETIS/LLD/st_lld.h rename to os/hal/ports/KINETIS/LLD/hal_st_lld.h diff --git a/os/hal/ports/KINETIS/LLD/usb_lld.c b/os/hal/ports/KINETIS/LLD/hal_usb_lld.c similarity index 100% rename from os/hal/ports/KINETIS/LLD/usb_lld.c rename to os/hal/ports/KINETIS/LLD/hal_usb_lld.c diff --git a/os/hal/ports/KINETIS/LLD/usb_lld.h b/os/hal/ports/KINETIS/LLD/hal_usb_lld.h similarity index 100% rename from os/hal/ports/KINETIS/LLD/usb_lld.h rename to os/hal/ports/KINETIS/LLD/hal_usb_lld.h