diff options
author | Fabio Utzig <utzig@utzig.org> | 2016-04-04 19:22:07 -0300 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2016-04-04 19:22:07 -0300 |
commit | dd9ca763bd552a76851c614a1b2dc2c6f3f516ea (patch) | |
tree | cab19155eb09ee42e511c4705e217646623c5d22 /os/hal | |
parent | 0bafaa0473267aea00bdc8a005be69d80b96431c (diff) | |
download | ChibiOS-Contrib-dd9ca763bd552a76851c614a1b2dc2c6f3f516ea.tar.gz ChibiOS-Contrib-dd9ca763bd552a76851c614a1b2dc2c6f3f516ea.tar.bz2 ChibiOS-Contrib-dd9ca763bd552a76851c614a1b2dc2c6f3f516ea.zip |
Move files to new naming std
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_adc_lld.c (renamed from os/hal/ports/NRF51/NRF51822/adc_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_adc_lld.h (renamed from os/hal/ports/NRF51/NRF51822/adc_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_ext_lld.c (renamed from os/hal/ports/NRF51/NRF51822/ext_lld.c) | 2 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_ext_lld.h (renamed from os/hal/ports/NRF51/NRF51822/ext_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_ext_lld_isr.c (renamed from os/hal/ports/NRF51/NRF51822/ext_lld_isr.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_ext_lld_isr.h (renamed from os/hal/ports/NRF51/NRF51822/ext_lld_isr.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_gpt_lld.c (renamed from os/hal/ports/NRF51/NRF51822/gpt_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_gpt_lld.h (renamed from os/hal/ports/NRF51/NRF51822/gpt_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_i2c_lld.c (renamed from os/hal/ports/NRF51/NRF51822/i2c_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_i2c_lld.h (renamed from os/hal/ports/NRF51/NRF51822/i2c_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_pal_lld.c (renamed from os/hal/ports/NRF51/NRF51822/pal_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_pal_lld.h (renamed from os/hal/ports/NRF51/NRF51822/pal_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_rng_lld.c (renamed from os/hal/ports/NRF51/NRF51822/rng_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_rng_lld.h (renamed from os/hal/ports/NRF51/NRF51822/rng_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_serial_lld.c (renamed from os/hal/ports/NRF51/NRF51822/serial_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_serial_lld.h (renamed from os/hal/ports/NRF51/NRF51822/serial_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_spi_lld.c (renamed from os/hal/ports/NRF51/NRF51822/spi_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_spi_lld.h (renamed from os/hal/ports/NRF51/NRF51822/spi_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_st_lld.c (renamed from os/hal/ports/NRF51/NRF51822/st_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_st_lld.h (renamed from os/hal/ports/NRF51/NRF51822/st_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_wdg_lld.c (renamed from os/hal/ports/NRF51/NRF51822/wdg_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_wdg_lld.h (renamed from os/hal/ports/NRF51/NRF51822/wdg_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/platform.mk | 44 |
23 files changed, 23 insertions, 23 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/adc_lld.c b/os/hal/ports/NRF51/NRF51822/hal_adc_lld.c index 7f3413c..7f3413c 100644 --- a/os/hal/ports/NRF51/NRF51822/adc_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_adc_lld.c diff --git a/os/hal/ports/NRF51/NRF51822/adc_lld.h b/os/hal/ports/NRF51/NRF51822/hal_adc_lld.h index 52d8e78..52d8e78 100644 --- a/os/hal/ports/NRF51/NRF51822/adc_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_adc_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/ext_lld.c b/os/hal/ports/NRF51/NRF51822/hal_ext_lld.c index b8ea34b..47736c7 100644 --- a/os/hal/ports/NRF51/NRF51822/ext_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_ext_lld.c @@ -26,7 +26,7 @@ #if HAL_USE_EXT || defined(__DOXYGEN__)
-#include "ext_lld_isr.h"
+#include "hal_ext_lld_isr.h"
/*===========================================================================*/
/* Driver local definitions. */
diff --git a/os/hal/ports/NRF51/NRF51822/ext_lld.h b/os/hal/ports/NRF51/NRF51822/hal_ext_lld.h index 11eae69..11eae69 100644 --- a/os/hal/ports/NRF51/NRF51822/ext_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_ext_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/ext_lld_isr.c b/os/hal/ports/NRF51/NRF51822/hal_ext_lld_isr.c index bdb25da..bdb25da 100644 --- a/os/hal/ports/NRF51/NRF51822/ext_lld_isr.c +++ b/os/hal/ports/NRF51/NRF51822/hal_ext_lld_isr.c diff --git a/os/hal/ports/NRF51/NRF51822/ext_lld_isr.h b/os/hal/ports/NRF51/NRF51822/hal_ext_lld_isr.h index 5ea8763..5ea8763 100644 --- a/os/hal/ports/NRF51/NRF51822/ext_lld_isr.h +++ b/os/hal/ports/NRF51/NRF51822/hal_ext_lld_isr.h diff --git a/os/hal/ports/NRF51/NRF51822/gpt_lld.c b/os/hal/ports/NRF51/NRF51822/hal_gpt_lld.c index f39470f..f39470f 100644 --- a/os/hal/ports/NRF51/NRF51822/gpt_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_gpt_lld.c diff --git a/os/hal/ports/NRF51/NRF51822/gpt_lld.h b/os/hal/ports/NRF51/NRF51822/hal_gpt_lld.h index 2c84d6c..2c84d6c 100644 --- a/os/hal/ports/NRF51/NRF51822/gpt_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_gpt_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/i2c_lld.c b/os/hal/ports/NRF51/NRF51822/hal_i2c_lld.c index 611a004..611a004 100644 --- a/os/hal/ports/NRF51/NRF51822/i2c_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_i2c_lld.c diff --git a/os/hal/ports/NRF51/NRF51822/i2c_lld.h b/os/hal/ports/NRF51/NRF51822/hal_i2c_lld.h index be3ea5b..be3ea5b 100644 --- a/os/hal/ports/NRF51/NRF51822/i2c_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_i2c_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/pal_lld.c b/os/hal/ports/NRF51/NRF51822/hal_pal_lld.c index 69fc9fe..69fc9fe 100644 --- a/os/hal/ports/NRF51/NRF51822/pal_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_pal_lld.c diff --git a/os/hal/ports/NRF51/NRF51822/pal_lld.h b/os/hal/ports/NRF51/NRF51822/hal_pal_lld.h index d2f0dfb..d2f0dfb 100644 --- a/os/hal/ports/NRF51/NRF51822/pal_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_pal_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/rng_lld.c b/os/hal/ports/NRF51/NRF51822/hal_rng_lld.c index 74bba64..74bba64 100644 --- a/os/hal/ports/NRF51/NRF51822/rng_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_rng_lld.c diff --git a/os/hal/ports/NRF51/NRF51822/rng_lld.h b/os/hal/ports/NRF51/NRF51822/hal_rng_lld.h index 8d4db02..8d4db02 100644 --- a/os/hal/ports/NRF51/NRF51822/rng_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_rng_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/serial_lld.c b/os/hal/ports/NRF51/NRF51822/hal_serial_lld.c index 029c5da..029c5da 100644 --- a/os/hal/ports/NRF51/NRF51822/serial_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_serial_lld.c diff --git a/os/hal/ports/NRF51/NRF51822/serial_lld.h b/os/hal/ports/NRF51/NRF51822/hal_serial_lld.h index 5fc5e87..5fc5e87 100644 --- a/os/hal/ports/NRF51/NRF51822/serial_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_serial_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/spi_lld.c b/os/hal/ports/NRF51/NRF51822/hal_spi_lld.c index 7a70c13..7a70c13 100644 --- a/os/hal/ports/NRF51/NRF51822/spi_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_spi_lld.c diff --git a/os/hal/ports/NRF51/NRF51822/spi_lld.h b/os/hal/ports/NRF51/NRF51822/hal_spi_lld.h index 4deb4c7..4deb4c7 100644 --- a/os/hal/ports/NRF51/NRF51822/spi_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_spi_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/st_lld.c b/os/hal/ports/NRF51/NRF51822/hal_st_lld.c index 181bc06..181bc06 100644 --- a/os/hal/ports/NRF51/NRF51822/st_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_st_lld.c diff --git a/os/hal/ports/NRF51/NRF51822/st_lld.h b/os/hal/ports/NRF51/NRF51822/hal_st_lld.h index 957f80b..957f80b 100644 --- a/os/hal/ports/NRF51/NRF51822/st_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_st_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/wdg_lld.c b/os/hal/ports/NRF51/NRF51822/hal_wdg_lld.c index 0a25ceb..0a25ceb 100644 --- a/os/hal/ports/NRF51/NRF51822/wdg_lld.c +++ b/os/hal/ports/NRF51/NRF51822/hal_wdg_lld.c diff --git a/os/hal/ports/NRF51/NRF51822/wdg_lld.h b/os/hal/ports/NRF51/NRF51822/hal_wdg_lld.h index 581c25b..581c25b 100644 --- a/os/hal/ports/NRF51/NRF51822/wdg_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_wdg_lld.h diff --git a/os/hal/ports/NRF51/NRF51822/platform.mk b/os/hal/ports/NRF51/NRF51822/platform.mk index f14d7cf..fbe977e 100644 --- a/os/hal/ports/NRF51/NRF51822/platform.mk +++ b/os/hal/ports/NRF51/NRF51822/platform.mk @@ -4,50 +4,50 @@ HALCONF := $(strip $(shell cat halconf.h halconf_community.h 2>/dev/null | egrep # List of all the NRF51x platform files. PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \ ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/st_lld.c + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_st_lld.c ifneq ($(findstring HAL_USE_PAL TRUE,$(HALCONF)),) -PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/pal_lld.c +PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_pal_lld.c endif ifneq ($(findstring HAL_USE_SERIAL TRUE,$(HALCONF)),) -PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/serial_lld.c +PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_serial_lld.c endif ifneq ($(findstring HAL_USE_SPI TRUE,$(HALCONF)),) -PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/spi_lld.c +PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_spi_lld.c endif ifneq ($(findstring HAL_USE_EXT TRUE,$(HALCONF)),) -PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/ext_lld_isr.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/ext_lld.c +PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_ext_lld_isr.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_ext_lld.c endif ifneq ($(findstring HAL_USE_I2C TRUE,$(HALCONF)),) -PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/i2c_lld.c +PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_i2c_lld.c endif ifneq ($(findstring HAL_USE_ADC TRUE,$(HALCONF)),) -PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/adc_lld.c +PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_adc_lld.c endif ifneq ($(findstring HAL_USE_GPT TRUE,$(HALCONF)),) -PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/gpt_lld.c +PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_gpt_lld.c endif ifneq ($(findstring HAL_USE_WDG TRUE,$(HALCONF)),) -PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/wdg_lld.c +PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_wdg_lld.c endif ifneq ($(findstring HAL_USE_RNG TRUE,$(HALCONF)),) -PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/rng_lld.c +PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_rng_lld.c endif else PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \ ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/pal_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/serial_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/st_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/spi_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/ext_lld_isr.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/ext_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/i2c_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/adc_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/gpt_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/wdg_lld.c \ - ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/rng_lld.c + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_pal_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_serial_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_st_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_spi_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_ext_lld_isr.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_ext_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_i2c_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_adc_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_gpt_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_wdg_lld.c \ + ${CHIBIOS_CONTRIB}/os/hal/ports/NRF51/NRF51822/hal_rng_lld.c endif # Required include directories |