diff options
author | flabbergast <s3+flabbergast@sdfeu.org> | 2016-04-04 09:19:44 +0100 |
---|---|---|
committer | flabbergast <s3+flabbergast@sdfeu.org> | 2016-04-04 09:19:44 +0100 |
commit | 51703da9dfc26179be2ae096a21e84d3ed725aa6 (patch) | |
tree | dbb910d14af8a9eb65857ac4a6d2d0ef0aac0c29 | |
parent | 6852dce930c7503082bd0849e6c7a0cf432a364f (diff) | |
download | ChibiOS-Contrib-51703da9dfc26179be2ae096a21e84d3ed725aa6.tar.gz ChibiOS-Contrib-51703da9dfc26179be2ae096a21e84d3ed725aa6.tar.bz2 ChibiOS-Contrib-51703da9dfc26179be2ae096a21e84d3ed725aa6.zip |
[KINETIS] Rename HAL LLD files.
-rw-r--r-- | os/hal/ports/KINETIS/K20x/hal_pwm_lld.c (renamed from os/hal/ports/KINETIS/K20x/pwm_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/K20x/hal_pwm_lld.h (renamed from os/hal/ports/KINETIS/K20x/pwm_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/K20x/hal_spi_lld.c (renamed from os/hal/ports/KINETIS/K20x/spi_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/K20x/hal_spi_lld.h (renamed from os/hal/ports/KINETIS/K20x/spi_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/K20x/platform.mk | 20 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/KL2x/hal_pwm_lld.c (renamed from os/hal/ports/KINETIS/KL2x/pwm_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/KL2x/hal_pwm_lld.h (renamed from os/hal/ports/KINETIS/KL2x/pwm_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/KL2x/platform.mk | 18 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_adc_lld.c (renamed from os/hal/ports/KINETIS/LLD/adc_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_adc_lld.h (renamed from os/hal/ports/KINETIS/LLD/adc_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_ext_lld.c (renamed from os/hal/ports/KINETIS/LLD/ext_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_ext_lld.h (renamed from os/hal/ports/KINETIS/LLD/ext_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_gpt_lld.c (renamed from os/hal/ports/KINETIS/LLD/gpt_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_gpt_lld.h (renamed from os/hal/ports/KINETIS/LLD/gpt_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_i2c_lld.c (renamed from os/hal/ports/KINETIS/LLD/i2c_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_i2c_lld.h (renamed from os/hal/ports/KINETIS/LLD/i2c_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_pal_lld.c (renamed from os/hal/ports/KINETIS/LLD/pal_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_pal_lld.h (renamed from os/hal/ports/KINETIS/LLD/pal_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_serial_lld.c (renamed from os/hal/ports/KINETIS/LLD/serial_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_serial_lld.h (renamed from os/hal/ports/KINETIS/LLD/serial_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_st_lld.c (renamed from os/hal/ports/KINETIS/LLD/st_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_st_lld.h (renamed from os/hal/ports/KINETIS/LLD/st_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_usb_lld.c (renamed from os/hal/ports/KINETIS/LLD/usb_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/hal_usb_lld.h (renamed from os/hal/ports/KINETIS/LLD/usb_lld.h) | 0 |
24 files changed, 19 insertions, 19 deletions
diff --git a/os/hal/ports/KINETIS/K20x/pwm_lld.c b/os/hal/ports/KINETIS/K20x/hal_pwm_lld.c index f5a8d96..f5a8d96 100644 --- a/os/hal/ports/KINETIS/K20x/pwm_lld.c +++ b/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 index 176e8a8..176e8a8 100644 --- a/os/hal/ports/KINETIS/K20x/pwm_lld.h +++ b/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 index 29ab4e8..29ab4e8 100644 --- a/os/hal/ports/KINETIS/K20x/spi_lld.c +++ b/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 index a1f2a99..a1f2a99 100644 --- a/os/hal/ports/KINETIS/K20x/spi_lld.h +++ b/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 baa90a2..beee336 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 index 2f56216..2f56216 100644 --- a/os/hal/ports/KINETIS/KL2x/pwm_lld.c +++ b/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 index 5a3d7c2..5a3d7c2 100644 --- a/os/hal/ports/KINETIS/KL2x/pwm_lld.h +++ b/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 8ababc3..dda7a6d 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 index c0904c8..c0904c8 100644 --- a/os/hal/ports/KINETIS/LLD/adc_lld.c +++ b/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 index 22db2c0..22db2c0 100644 --- a/os/hal/ports/KINETIS/LLD/adc_lld.h +++ b/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 index 21bb6e0..21bb6e0 100644 --- a/os/hal/ports/KINETIS/LLD/ext_lld.c +++ b/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 index 465bb89..465bb89 100644 --- a/os/hal/ports/KINETIS/LLD/ext_lld.h +++ b/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 index 6e88f88..6e88f88 100644 --- a/os/hal/ports/KINETIS/LLD/gpt_lld.c +++ b/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 index 5c3e233..5c3e233 100644 --- a/os/hal/ports/KINETIS/LLD/gpt_lld.h +++ b/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 index 3659a93..3659a93 100644 --- a/os/hal/ports/KINETIS/LLD/i2c_lld.c +++ b/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 index 5f1ed87..5f1ed87 100644 --- a/os/hal/ports/KINETIS/LLD/i2c_lld.h +++ b/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 index b307833..b307833 100644 --- a/os/hal/ports/KINETIS/LLD/pal_lld.c +++ b/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 index 2bd9872..2bd9872 100644 --- a/os/hal/ports/KINETIS/LLD/pal_lld.h +++ b/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 index c80cf22..c80cf22 100644 --- a/os/hal/ports/KINETIS/LLD/serial_lld.c +++ b/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 index cc66eb3..cc66eb3 100644 --- a/os/hal/ports/KINETIS/LLD/serial_lld.h +++ b/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 index e6ed9e5..e6ed9e5 100644 --- a/os/hal/ports/KINETIS/LLD/st_lld.c +++ b/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 index c67a5d0..c67a5d0 100644 --- a/os/hal/ports/KINETIS/LLD/st_lld.h +++ b/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 index 159aef9..159aef9 100644 --- a/os/hal/ports/KINETIS/LLD/usb_lld.c +++ b/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 index 978e8a6..978e8a6 100644 --- a/os/hal/ports/KINETIS/LLD/usb_lld.h +++ b/os/hal/ports/KINETIS/LLD/hal_usb_lld.h |