aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorKonstantin K. Oblaukhov <oblaukhov.konstantin@gmail.com>2018-11-20 09:52:01 +0700
committerKonstantin K. Oblaukhov <oblaukhov.konstantin@gmail.com>2018-11-20 09:52:01 +0700
commitca35947f8132f1879b2706ecceb82c112bfe0f71 (patch)
treed35c00a3c15507fe0fb58ec2c78681f35b163254 /os
parent1391af251d17e4d6256175fd1140d70e3eae8be4 (diff)
downloadChibiOS-Contrib-ca35947f8132f1879b2706ecceb82c112bfe0f71.tar.gz
ChibiOS-Contrib-ca35947f8132f1879b2706ecceb82c112bfe0f71.tar.bz2
ChibiOS-Contrib-ca35947f8132f1879b2706ecceb82c112bfe0f71.zip
Reorganize NRF5x driver files.
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/NRF5/LLD/ADCv1/hal_adc_lld.c (renamed from os/hal/ports/NRF5/NRF51822/hal_adc_lld.c)4
-rw-r--r--os/hal/ports/NRF5/LLD/ADCv1/hal_adc_lld.h (renamed from os/hal/ports/NRF5/NRF51822/hal_adc_lld.h)4
-rw-r--r--os/hal/ports/NRF5/LLD/GPIOTEv1/hal_ext_lld.c (renamed from os/hal/ports/NRF5/NRF51822/hal_ext_lld.c)4
-rw-r--r--os/hal/ports/NRF5/LLD/GPIOTEv1/hal_ext_lld.h (renamed from os/hal/ports/NRF5/NRF51822/hal_ext_lld.h)4
-rw-r--r--os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.c (renamed from os/hal/ports/NRF5/LLD/hal_pal_lld.c)2
-rw-r--r--os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.h (renamed from os/hal/ports/NRF5/LLD/hal_pal_lld.h)2
-rw-r--r--os/hal/ports/NRF5/LLD/PWMv1/hal_pwm_lld.c (renamed from os/hal/ports/NRF5/NRF51822/hal_pwm_lld.c)2
-rw-r--r--os/hal/ports/NRF5/LLD/PWMv1/hal_pwm_lld.h (renamed from os/hal/ports/NRF5/NRF51822/hal_pwm_lld.h)2
-rw-r--r--os/hal/ports/NRF5/LLD/QDECv1/hal_qei_lld.c (renamed from os/hal/ports/NRF5/LLD/hal_qei_lld.c)4
-rw-r--r--os/hal/ports/NRF5/LLD/QDECv1/hal_qei_lld.h (renamed from os/hal/ports/NRF5/LLD/hal_qei_lld.h)4
-rw-r--r--os/hal/ports/NRF5/LLD/RNGv1/hal_rng_lld.c (renamed from os/hal/ports/NRF5/LLD/hal_rng_lld.c)2
-rw-r--r--os/hal/ports/NRF5/LLD/RNGv1/hal_rng_lld.h (renamed from os/hal/ports/NRF5/LLD/hal_rng_lld.h)2
-rw-r--r--os/hal/ports/NRF5/LLD/SPIv1/hal_spi_lld.c (renamed from os/hal/ports/NRF5/LLD/hal_spi_lld.c)2
-rw-r--r--os/hal/ports/NRF5/LLD/SPIv1/hal_spi_lld.h (renamed from os/hal/ports/NRF5/LLD/hal_spi_lld.h)2
-rw-r--r--os/hal/ports/NRF5/LLD/TIMERv1/hal_gpt_lld.c (renamed from os/hal/ports/NRF5/LLD/hal_gpt_lld.c)2
-rw-r--r--os/hal/ports/NRF5/LLD/TIMERv1/hal_gpt_lld.h (renamed from os/hal/ports/NRF5/LLD/hal_gpt_lld.h)2
-rw-r--r--os/hal/ports/NRF5/LLD/TIMERv1/hal_st_lld.c (renamed from os/hal/ports/NRF5/LLD/hal_st_lld.c)2
-rw-r--r--os/hal/ports/NRF5/LLD/TIMERv1/hal_st_lld.h (renamed from os/hal/ports/NRF5/LLD/hal_st_lld.h)2
-rw-r--r--os/hal/ports/NRF5/LLD/TWIv1/hal_i2c_lld.c (renamed from os/hal/ports/NRF5/LLD/hal_i2c_lld.c)2
-rw-r--r--os/hal/ports/NRF5/LLD/TWIv1/hal_i2c_lld.h (renamed from os/hal/ports/NRF5/LLD/hal_i2c_lld.h)2
-rw-r--r--os/hal/ports/NRF5/LLD/UARTv1/hal_serial_lld.c (renamed from os/hal/ports/NRF5/LLD/hal_serial_lld.c)2
-rw-r--r--os/hal/ports/NRF5/LLD/UARTv1/hal_serial_lld.h (renamed from os/hal/ports/NRF5/LLD/hal_serial_lld.h)2
-rw-r--r--os/hal/ports/NRF5/LLD/WDTv1/hal_wdg_lld.c (renamed from os/hal/ports/NRF5/LLD/hal_wdg_lld.c)2
-rw-r--r--os/hal/ports/NRF5/LLD/WDTv1/hal_wdg_lld.h (renamed from os/hal/ports/NRF5/LLD/hal_wdg_lld.h)2
24 files changed, 30 insertions, 30 deletions
diff --git a/os/hal/ports/NRF5/NRF51822/hal_adc_lld.c b/os/hal/ports/NRF5/LLD/ADCv1/hal_adc_lld.c
index 6c0f2c6..e1d8bc6 100644
--- a/os/hal/ports/NRF5/NRF51822/hal_adc_lld.c
+++ b/os/hal/ports/NRF5/LLD/ADCv1/hal_adc_lld.c
@@ -15,8 +15,8 @@
*/
/**
- * @file NRF51Fx22/adc_lld.c
- * @brief NRF51Fx22 ADC subsystem low level driver source.
+ * @file ADCv1/adc_lld.c
+ * @brief NRF51 ADC subsystem low level driver source.
*
* @addtogroup ADC
* @{
diff --git a/os/hal/ports/NRF5/NRF51822/hal_adc_lld.h b/os/hal/ports/NRF5/LLD/ADCv1/hal_adc_lld.h
index 2ee30ac..4e185d5 100644
--- a/os/hal/ports/NRF5/NRF51822/hal_adc_lld.h
+++ b/os/hal/ports/NRF5/LLD/ADCv1/hal_adc_lld.h
@@ -15,8 +15,8 @@
*/
/**
- * @file NRF51x22/adc_lld.h
- * @brief NRF51x22 ADC subsystem low level driver header.
+ * @file ADCv1/adc_lld.h
+ * @brief NRF51 ADC subsystem low level driver header.
*
* @addtogroup ADC
* @{
diff --git a/os/hal/ports/NRF5/NRF51822/hal_ext_lld.c b/os/hal/ports/NRF5/LLD/GPIOTEv1/hal_ext_lld.c
index 47736c7..f38fa0c 100644
--- a/os/hal/ports/NRF5/NRF51822/hal_ext_lld.c
+++ b/os/hal/ports/NRF5/LLD/GPIOTEv1/hal_ext_lld.c
@@ -15,8 +15,8 @@
*/
/**
- * @file NRF51822/ext_lld.c
- * @brief NRF51822 EXT subsystem low level driver source.
+ * @file GPIOTEv1/ext_lld.c
+ * @brief NRF51 EXT subsystem low level driver source.
*
* @addtogroup EXT
* @{
diff --git a/os/hal/ports/NRF5/NRF51822/hal_ext_lld.h b/os/hal/ports/NRF5/LLD/GPIOTEv1/hal_ext_lld.h
index 37ae721..8a93b6d 100644
--- a/os/hal/ports/NRF5/NRF51822/hal_ext_lld.h
+++ b/os/hal/ports/NRF5/LLD/GPIOTEv1/hal_ext_lld.h
@@ -15,8 +15,8 @@
*/
/**
- * @file NRF51822/ext_lld.h
- * @brief NRF51822 GPIOTE subsystem low level driver header.
+ * @file GPIOTEv1/ext_lld.h
+ * @brief NRF51 EXT subsystem low level driver header.
*
* @addtogroup EXT
* @{
diff --git a/os/hal/ports/NRF5/LLD/hal_pal_lld.c b/os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.c
index 21e4b0b..9cfad8d 100644
--- a/os/hal/ports/NRF5/LLD/hal_pal_lld.c
+++ b/os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_pal_lld.c
+ * @file GPIOv1/hal_pal_lld.c
* @brief NRF5 PAL subsystem low level driver source.
*
* @addtogroup PAL
diff --git a/os/hal/ports/NRF5/LLD/hal_pal_lld.h b/os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.h
index 745afd3..4bb14e2 100644
--- a/os/hal/ports/NRF5/LLD/hal_pal_lld.h
+++ b/os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_pal_lld.h
+ * @file GPIOv1/hal_pal_lld.h
* @brief NRF5 PAL subsystem low level driver header.
*
* @addtogroup PAL
diff --git a/os/hal/ports/NRF5/NRF51822/hal_pwm_lld.c b/os/hal/ports/NRF5/LLD/PWMv1/hal_pwm_lld.c
index e2b4b6b..d5201b8 100644
--- a/os/hal/ports/NRF5/NRF51822/hal_pwm_lld.c
+++ b/os/hal/ports/NRF5/LLD/PWMv1/hal_pwm_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file hal_pwm_lld.c
+ * @file PWMv1/hal_pwm_lld.c
* @brief NRF51 PWM subsystem low level driver source.
*
* @note Using the method described in nrf51-pwm-library to correctly
diff --git a/os/hal/ports/NRF5/NRF51822/hal_pwm_lld.h b/os/hal/ports/NRF5/LLD/PWMv1/hal_pwm_lld.h
index 2cad6e7..616e61a 100644
--- a/os/hal/ports/NRF5/NRF51822/hal_pwm_lld.h
+++ b/os/hal/ports/NRF5/LLD/PWMv1/hal_pwm_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file hal_pwm_lld.h
+ * @file PWMv1/hal_pwm_lld.h
* @brief NRF51 PWM subsystem low level driver header.
*
* @addtogroup PWM
diff --git a/os/hal/ports/NRF5/LLD/hal_qei_lld.c b/os/hal/ports/NRF5/LLD/QDECv1/hal_qei_lld.c
index d3b99cd..f0c24c9 100644
--- a/os/hal/ports/NRF5/LLD/hal_qei_lld.c
+++ b/os/hal/ports/NRF5/LLD/QDECv1/hal_qei_lld.c
@@ -15,8 +15,8 @@
*/
/**
- * @file NRF51/hal_qei_lld.c
- * @brief NRF51 QEI subsystem low level driver.
+ * @file QDECv1/hal_qei_lld.c
+ * @brief NRF5 QEI subsystem low level driver.
*
* @addtogroup QEI
* @{
diff --git a/os/hal/ports/NRF5/LLD/hal_qei_lld.h b/os/hal/ports/NRF5/LLD/QDECv1/hal_qei_lld.h
index 85c96a5..f4db11e 100644
--- a/os/hal/ports/NRF5/LLD/hal_qei_lld.h
+++ b/os/hal/ports/NRF5/LLD/QDECv1/hal_qei_lld.h
@@ -15,8 +15,8 @@
*/
/**
- * @file NRF51/hal_qei_lld.h
- * @brief NRF51 QEI subsystem low level driver header.
+ * @file QDECv1/hal_qei_lld.h
+ * @brief NRF5 QEI subsystem low level driver header.
*
* @note Not tested with LED pin
*
diff --git a/os/hal/ports/NRF5/LLD/hal_rng_lld.c b/os/hal/ports/NRF5/LLD/RNGv1/hal_rng_lld.c
index 9712150..bf9382c 100644
--- a/os/hal/ports/NRF5/LLD/hal_rng_lld.c
+++ b/os/hal/ports/NRF5/LLD/RNGv1/hal_rng_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_rng_lld.c
+ * @file RNGv1/hal_rng_lld.c
* @brief NRF5 RNG subsystem low level driver source.
*
* @addtogroup RNG
diff --git a/os/hal/ports/NRF5/LLD/hal_rng_lld.h b/os/hal/ports/NRF5/LLD/RNGv1/hal_rng_lld.h
index 5c56be2..a74f6ef 100644
--- a/os/hal/ports/NRF5/LLD/hal_rng_lld.h
+++ b/os/hal/ports/NRF5/LLD/RNGv1/hal_rng_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_rng_lld.h
+ * @file RNGv1/hal_rng_lld.h
* @brief NRF5 RNG subsystem low level driver header.
*
* @addtogroup RNG
diff --git a/os/hal/ports/NRF5/LLD/hal_spi_lld.c b/os/hal/ports/NRF5/LLD/SPIv1/hal_spi_lld.c
index 2c6ec91..95bb9b7 100644
--- a/os/hal/ports/NRF5/LLD/hal_spi_lld.c
+++ b/os/hal/ports/NRF5/LLD/SPIv1/hal_spi_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_spi_lld.c
+ * @file SPIv1/hal_spi_lld.c
* @brief NRF5 low level SPI driver code.
*
* @addtogroup SPI
diff --git a/os/hal/ports/NRF5/LLD/hal_spi_lld.h b/os/hal/ports/NRF5/LLD/SPIv1/hal_spi_lld.h
index afad5ab..1c6d858 100644
--- a/os/hal/ports/NRF5/LLD/hal_spi_lld.h
+++ b/os/hal/ports/NRF5/LLD/SPIv1/hal_spi_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF/LLD/hal_spi_lld.h
+ * @file SPIv1/hal_spi_lld.h
* @brief NRF5 low level SPI driver header.
*
* @addtogroup SPI
diff --git a/os/hal/ports/NRF5/LLD/hal_gpt_lld.c b/os/hal/ports/NRF5/LLD/TIMERv1/hal_gpt_lld.c
index 20dbcef..aaff432 100644
--- a/os/hal/ports/NRF5/LLD/hal_gpt_lld.c
+++ b/os/hal/ports/NRF5/LLD/TIMERv1/hal_gpt_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_gpt_lld.c
+ * @file TIMERv1/hal_gpt_lld.c
* @brief NRF5 GPT subsystem low level driver source.
*
* @addtogroup GPT
diff --git a/os/hal/ports/NRF5/LLD/hal_gpt_lld.h b/os/hal/ports/NRF5/LLD/TIMERv1/hal_gpt_lld.h
index 4173a3a..d362106 100644
--- a/os/hal/ports/NRF5/LLD/hal_gpt_lld.h
+++ b/os/hal/ports/NRF5/LLD/TIMERv1/hal_gpt_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/gpt_lld.h
+ * @file TIMERv1/gpt_lld.h
* @brief NRF5 GPT subsystem low level driver header.
*
* @addtogroup GPT
diff --git a/os/hal/ports/NRF5/LLD/hal_st_lld.c b/os/hal/ports/NRF5/LLD/TIMERv1/hal_st_lld.c
index 8e42029..20aa6e0 100644
--- a/os/hal/ports/NRF5/LLD/hal_st_lld.c
+++ b/os/hal/ports/NRF5/LLD/TIMERv1/hal_st_lld.c
@@ -16,7 +16,7 @@
*/
/**
- * @file NRF5/LLD/hal_st_lld.c
+ * @file TIMERv1/hal_st_lld.c
* @brief NRF5 ST subsystem low level driver source.
*
* @addtogroup ST
diff --git a/os/hal/ports/NRF5/LLD/hal_st_lld.h b/os/hal/ports/NRF5/LLD/TIMERv1/hal_st_lld.h
index 93c2abb..c026d2b 100644
--- a/os/hal/ports/NRF5/LLD/hal_st_lld.h
+++ b/os/hal/ports/NRF5/LLD/TIMERv1/hal_st_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/st_lld.h
+ * @file TIMERv1/st_lld.h
* @brief NRF5 ST subsystem low level driver header.
* @details This header is designed to be include-able without having to
* include other files from the HAL.
diff --git a/os/hal/ports/NRF5/LLD/hal_i2c_lld.c b/os/hal/ports/NRF5/LLD/TWIv1/hal_i2c_lld.c
index fefca0c..9f75906 100644
--- a/os/hal/ports/NRF5/LLD/hal_i2c_lld.c
+++ b/os/hal/ports/NRF5/LLD/TWIv1/hal_i2c_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_i2c_lld.c
+ * @file TWIv1/hal_i2c_lld.c
* @brief NRF5 I2C subsystem low level driver source.
*
* @addtogroup I2C
diff --git a/os/hal/ports/NRF5/LLD/hal_i2c_lld.h b/os/hal/ports/NRF5/LLD/TWIv1/hal_i2c_lld.h
index 578d69b..7a4050b 100644
--- a/os/hal/ports/NRF5/LLD/hal_i2c_lld.h
+++ b/os/hal/ports/NRF5/LLD/TWIv1/hal_i2c_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_i2c_lld.h
+ * @file TWIv1/hal_i2c_lld.h
* @brief NRF5 I2C subsystem low level driver header.
*
* @addtogroup I2C
diff --git a/os/hal/ports/NRF5/LLD/hal_serial_lld.c b/os/hal/ports/NRF5/LLD/UARTv1/hal_serial_lld.c
index 42091e8..76ba0e0 100644
--- a/os/hal/ports/NRF5/LLD/hal_serial_lld.c
+++ b/os/hal/ports/NRF5/LLD/UARTv1/hal_serial_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_serial_lld.c
+ * @file UARTv1/hal_serial_lld.c
* @brief NRF5 serial subsystem low level driver source.
*
* @addtogroup SERIAL
diff --git a/os/hal/ports/NRF5/LLD/hal_serial_lld.h b/os/hal/ports/NRF5/LLD/UARTv1/hal_serial_lld.h
index 741a40a..9c76777 100644
--- a/os/hal/ports/NRF5/LLD/hal_serial_lld.h
+++ b/os/hal/ports/NRF5/LLD/UARTv1/hal_serial_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_serial_lld.h
+ * @file UARTv1/hal_serial_lld.h
* @brief NRF5 serial subsystem low level driver header.
*
* @addtogroup SERIAL
diff --git a/os/hal/ports/NRF5/LLD/hal_wdg_lld.c b/os/hal/ports/NRF5/LLD/WDTv1/hal_wdg_lld.c
index 35c079f..7bd2966 100644
--- a/os/hal/ports/NRF5/LLD/hal_wdg_lld.c
+++ b/os/hal/ports/NRF5/LLD/WDTv1/hal_wdg_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_wdg_lld.c
+ * @file WDTv1/hal_wdg_lld.c
* @brief NRF5 Watchdog Driver subsystem low level driver source template.
*
* @addtogroup WDG
diff --git a/os/hal/ports/NRF5/LLD/hal_wdg_lld.h b/os/hal/ports/NRF5/LLD/WDTv1/hal_wdg_lld.h
index 109b67e..c478919 100644
--- a/os/hal/ports/NRF5/LLD/hal_wdg_lld.h
+++ b/os/hal/ports/NRF5/LLD/WDTv1/hal_wdg_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file NRF5/LLD/hal_wdg_lld.h
+ * @file WDTv1/hal_wdg_lld.h
* @brief NRF5 Watchdog Driver subsystem low level driver header template.
*
* @addtogroup WDG