aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:38:35 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:38:35 +0000
commit81208fd6bec3dd581cd29ce05f7be988dba9b8fb (patch)
tree2a3c043d8a35d49b01131e2235c44b546a6d8707 /os/hal/ports
parent2ec713733e3b260987b38e3b7dc6cbb4ba3c5623 (diff)
downloadChibiOS-81208fd6bec3dd581cd29ce05f7be988dba9b8fb.tar.gz
ChibiOS-81208fd6bec3dd581cd29ce05f7be988dba9b8fb.tar.bz2
ChibiOS-81208fd6bec3dd581cd29ce05f7be988dba9b8fb.zip
Add low level driver directory and platfor for AVR MEGA.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10431 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/AVR/MEGA/ATMEGAxx/avr_pins.h (renamed from os/hal/ports/AVR/MEGA/avr_pins.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/ATMEGAxx/avr_timers.h (renamed from os/hal/ports/AVR/MEGA/avr_timers.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c (renamed from os/hal/ports/AVR/MEGA/hal_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h (renamed from os/hal/ports/AVR/MEGA/hal_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/ATMEGAxx/platform.mk (renamed from os/hal/ports/AVR/MEGA/platform.mk)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/ADCv1/driver.mk (renamed from os/hal/ports/AVR/MEGA/ADCv1/driver.mk)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/ADCv1/hal_adc_lld.c (renamed from os/hal/ports/AVR/MEGA/ADCv1/hal_adc_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/ADCv1/hal_adc_lld.h (renamed from os/hal/ports/AVR/MEGA/ADCv1/hal_adc_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/EXTv1/driver.mk (renamed from os/hal/ports/AVR/MEGA/EXTv1/driver.mk)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.c (renamed from os/hal/ports/AVR/MEGA/EXTv1/hal_ext_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h (renamed from os/hal/ports/AVR/MEGA/EXTv1/hal_ext_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/GPIOv1/driver.mk (renamed from os/hal/ports/AVR/MEGA/GPIOv1/driver.mk)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.c (renamed from os/hal/ports/AVR/MEGA/GPIOv1/hal_pal_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h (renamed from os/hal/ports/AVR/MEGA/GPIOv1/hal_pal_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/I2Cv1/driver.mk (renamed from os/hal/ports/AVR/MEGA/I2Cv1/driver.mk)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/I2Cv1/hal_i2c_lld.c (renamed from os/hal/ports/AVR/MEGA/I2Cv1/hal_i2c_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/I2Cv1/hal_i2c_lld.h (renamed from os/hal/ports/AVR/MEGA/I2Cv1/hal_i2c_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/SPIv1/driver.mk (renamed from os/hal/ports/AVR/MEGA/SPIv1/driver.mk)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c (renamed from os/hal/ports/AVR/MEGA/SPIv1/hal_spi_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.h (renamed from os/hal/ports/AVR/MEGA/SPIv1/hal_spi_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/TIMv1/driver.mk (renamed from os/hal/ports/AVR/MEGA/TIMv1/driver.mk)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_gpt_lld.c (renamed from os/hal/ports/AVR/MEGA/TIMv1/hal_gpt_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_gpt_lld.h (renamed from os/hal/ports/AVR/MEGA/TIMv1/hal_gpt_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_icu_lld.c (renamed from os/hal/ports/AVR/MEGA/TIMv1/hal_icu_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_icu_lld.h (renamed from os/hal/ports/AVR/MEGA/TIMv1/hal_icu_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_pwm_lld.c (renamed from os/hal/ports/AVR/MEGA/TIMv1/hal_pwm_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_pwm_lld.h (renamed from os/hal/ports/AVR/MEGA/TIMv1/hal_pwm_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_st_lld.c (renamed from os/hal/ports/AVR/MEGA/TIMv1/hal_st_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_st_lld.h (renamed from os/hal/ports/AVR/MEGA/TIMv1/hal_st_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/USARTv1/driver.mk (renamed from os/hal/ports/AVR/MEGA/USARTv1/driver.mk)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/USARTv1/hal_serial_lld.c (renamed from os/hal/ports/AVR/MEGA/USARTv1/hal_serial_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/USARTv1/hal_serial_lld.h (renamed from os/hal/ports/AVR/MEGA/USARTv1/hal_serial_lld.h)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/USBv1/driver.mk (renamed from os/hal/ports/AVR/MEGA/USBv1/driver.mk)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/USBv1/hal_usb_lld.c (renamed from os/hal/ports/AVR/MEGA/USBv1/hal_usb_lld.c)0
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/USBv1/hal_usb_lld.h (renamed from os/hal/ports/AVR/MEGA/USBv1/hal_usb_lld.h)0
35 files changed, 0 insertions, 0 deletions
diff --git a/os/hal/ports/AVR/MEGA/avr_pins.h b/os/hal/ports/AVR/MEGA/ATMEGAxx/avr_pins.h
index b98ce2574..b98ce2574 100644
--- a/os/hal/ports/AVR/MEGA/avr_pins.h
+++ b/os/hal/ports/AVR/MEGA/ATMEGAxx/avr_pins.h
diff --git a/os/hal/ports/AVR/MEGA/avr_timers.h b/os/hal/ports/AVR/MEGA/ATMEGAxx/avr_timers.h
index 42c275e20..42c275e20 100644
--- a/os/hal/ports/AVR/MEGA/avr_timers.h
+++ b/os/hal/ports/AVR/MEGA/ATMEGAxx/avr_timers.h
diff --git a/os/hal/ports/AVR/MEGA/hal_lld.c b/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c
index fef8b7084..fef8b7084 100644
--- a/os/hal/ports/AVR/MEGA/hal_lld.c
+++ b/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c
diff --git a/os/hal/ports/AVR/MEGA/hal_lld.h b/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h
index eca18ffc3..eca18ffc3 100644
--- a/os/hal/ports/AVR/MEGA/hal_lld.h
+++ b/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h
diff --git a/os/hal/ports/AVR/MEGA/platform.mk b/os/hal/ports/AVR/MEGA/ATMEGAxx/platform.mk
index 0e47351ce..0e47351ce 100644
--- a/os/hal/ports/AVR/MEGA/platform.mk
+++ b/os/hal/ports/AVR/MEGA/ATMEGAxx/platform.mk
diff --git a/os/hal/ports/AVR/MEGA/ADCv1/driver.mk b/os/hal/ports/AVR/MEGA/LLD/ADCv1/driver.mk
index 8c8f37a6a..8c8f37a6a 100644
--- a/os/hal/ports/AVR/MEGA/ADCv1/driver.mk
+++ b/os/hal/ports/AVR/MEGA/LLD/ADCv1/driver.mk
diff --git a/os/hal/ports/AVR/MEGA/ADCv1/hal_adc_lld.c b/os/hal/ports/AVR/MEGA/LLD/ADCv1/hal_adc_lld.c
index def5b6c1e..def5b6c1e 100644
--- a/os/hal/ports/AVR/MEGA/ADCv1/hal_adc_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/ADCv1/hal_adc_lld.c
diff --git a/os/hal/ports/AVR/MEGA/ADCv1/hal_adc_lld.h b/os/hal/ports/AVR/MEGA/LLD/ADCv1/hal_adc_lld.h
index 1affdde98..1affdde98 100644
--- a/os/hal/ports/AVR/MEGA/ADCv1/hal_adc_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/ADCv1/hal_adc_lld.h
diff --git a/os/hal/ports/AVR/MEGA/EXTv1/driver.mk b/os/hal/ports/AVR/MEGA/LLD/EXTv1/driver.mk
index cc4993983..cc4993983 100644
--- a/os/hal/ports/AVR/MEGA/EXTv1/driver.mk
+++ b/os/hal/ports/AVR/MEGA/LLD/EXTv1/driver.mk
diff --git a/os/hal/ports/AVR/MEGA/EXTv1/hal_ext_lld.c b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.c
index 72a236ced..72a236ced 100644
--- a/os/hal/ports/AVR/MEGA/EXTv1/hal_ext_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.c
diff --git a/os/hal/ports/AVR/MEGA/EXTv1/hal_ext_lld.h b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h
index 6707f9cda..6707f9cda 100644
--- a/os/hal/ports/AVR/MEGA/EXTv1/hal_ext_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h
diff --git a/os/hal/ports/AVR/MEGA/GPIOv1/driver.mk b/os/hal/ports/AVR/MEGA/LLD/GPIOv1/driver.mk
index 0bc2cd1b3..0bc2cd1b3 100644
--- a/os/hal/ports/AVR/MEGA/GPIOv1/driver.mk
+++ b/os/hal/ports/AVR/MEGA/LLD/GPIOv1/driver.mk
diff --git a/os/hal/ports/AVR/MEGA/GPIOv1/hal_pal_lld.c b/os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.c
index 142247ce6..142247ce6 100644
--- a/os/hal/ports/AVR/MEGA/GPIOv1/hal_pal_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.c
diff --git a/os/hal/ports/AVR/MEGA/GPIOv1/hal_pal_lld.h b/os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h
index 68694f9b0..68694f9b0 100644
--- a/os/hal/ports/AVR/MEGA/GPIOv1/hal_pal_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h
diff --git a/os/hal/ports/AVR/MEGA/I2Cv1/driver.mk b/os/hal/ports/AVR/MEGA/LLD/I2Cv1/driver.mk
index 8882990e1..8882990e1 100644
--- a/os/hal/ports/AVR/MEGA/I2Cv1/driver.mk
+++ b/os/hal/ports/AVR/MEGA/LLD/I2Cv1/driver.mk
diff --git a/os/hal/ports/AVR/MEGA/I2Cv1/hal_i2c_lld.c b/os/hal/ports/AVR/MEGA/LLD/I2Cv1/hal_i2c_lld.c
index bf253f25e..bf253f25e 100644
--- a/os/hal/ports/AVR/MEGA/I2Cv1/hal_i2c_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/I2Cv1/hal_i2c_lld.c
diff --git a/os/hal/ports/AVR/MEGA/I2Cv1/hal_i2c_lld.h b/os/hal/ports/AVR/MEGA/LLD/I2Cv1/hal_i2c_lld.h
index b939a790b..b939a790b 100644
--- a/os/hal/ports/AVR/MEGA/I2Cv1/hal_i2c_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/I2Cv1/hal_i2c_lld.h
diff --git a/os/hal/ports/AVR/MEGA/SPIv1/driver.mk b/os/hal/ports/AVR/MEGA/LLD/SPIv1/driver.mk
index 0f98a1a62..0f98a1a62 100644
--- a/os/hal/ports/AVR/MEGA/SPIv1/driver.mk
+++ b/os/hal/ports/AVR/MEGA/LLD/SPIv1/driver.mk
diff --git a/os/hal/ports/AVR/MEGA/SPIv1/hal_spi_lld.c b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c
index a9bb13228..a9bb13228 100644
--- a/os/hal/ports/AVR/MEGA/SPIv1/hal_spi_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c
diff --git a/os/hal/ports/AVR/MEGA/SPIv1/hal_spi_lld.h b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.h
index 73d8ff856..73d8ff856 100644
--- a/os/hal/ports/AVR/MEGA/SPIv1/hal_spi_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.h
diff --git a/os/hal/ports/AVR/MEGA/TIMv1/driver.mk b/os/hal/ports/AVR/MEGA/LLD/TIMv1/driver.mk
index 976fc6d94..976fc6d94 100644
--- a/os/hal/ports/AVR/MEGA/TIMv1/driver.mk
+++ b/os/hal/ports/AVR/MEGA/LLD/TIMv1/driver.mk
diff --git a/os/hal/ports/AVR/MEGA/TIMv1/hal_gpt_lld.c b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_gpt_lld.c
index 6ccc7cadd..6ccc7cadd 100644
--- a/os/hal/ports/AVR/MEGA/TIMv1/hal_gpt_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_gpt_lld.c
diff --git a/os/hal/ports/AVR/MEGA/TIMv1/hal_gpt_lld.h b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_gpt_lld.h
index 0cd26e662..0cd26e662 100644
--- a/os/hal/ports/AVR/MEGA/TIMv1/hal_gpt_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_gpt_lld.h
diff --git a/os/hal/ports/AVR/MEGA/TIMv1/hal_icu_lld.c b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_icu_lld.c
index 74ceffe64..74ceffe64 100644
--- a/os/hal/ports/AVR/MEGA/TIMv1/hal_icu_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_icu_lld.c
diff --git a/os/hal/ports/AVR/MEGA/TIMv1/hal_icu_lld.h b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_icu_lld.h
index d9a67ae5a..d9a67ae5a 100644
--- a/os/hal/ports/AVR/MEGA/TIMv1/hal_icu_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_icu_lld.h
diff --git a/os/hal/ports/AVR/MEGA/TIMv1/hal_pwm_lld.c b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_pwm_lld.c
index edd112e6d..edd112e6d 100644
--- a/os/hal/ports/AVR/MEGA/TIMv1/hal_pwm_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_pwm_lld.c
diff --git a/os/hal/ports/AVR/MEGA/TIMv1/hal_pwm_lld.h b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_pwm_lld.h
index 39dffbce8..39dffbce8 100644
--- a/os/hal/ports/AVR/MEGA/TIMv1/hal_pwm_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_pwm_lld.h
diff --git a/os/hal/ports/AVR/MEGA/TIMv1/hal_st_lld.c b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_st_lld.c
index b862dc50a..b862dc50a 100644
--- a/os/hal/ports/AVR/MEGA/TIMv1/hal_st_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_st_lld.c
diff --git a/os/hal/ports/AVR/MEGA/TIMv1/hal_st_lld.h b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_st_lld.h
index 470980261..470980261 100644
--- a/os/hal/ports/AVR/MEGA/TIMv1/hal_st_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/TIMv1/hal_st_lld.h
diff --git a/os/hal/ports/AVR/MEGA/USARTv1/driver.mk b/os/hal/ports/AVR/MEGA/LLD/USARTv1/driver.mk
index 8472e9538..8472e9538 100644
--- a/os/hal/ports/AVR/MEGA/USARTv1/driver.mk
+++ b/os/hal/ports/AVR/MEGA/LLD/USARTv1/driver.mk
diff --git a/os/hal/ports/AVR/MEGA/USARTv1/hal_serial_lld.c b/os/hal/ports/AVR/MEGA/LLD/USARTv1/hal_serial_lld.c
index de5143551..de5143551 100644
--- a/os/hal/ports/AVR/MEGA/USARTv1/hal_serial_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/USARTv1/hal_serial_lld.c
diff --git a/os/hal/ports/AVR/MEGA/USARTv1/hal_serial_lld.h b/os/hal/ports/AVR/MEGA/LLD/USARTv1/hal_serial_lld.h
index be53a0487..be53a0487 100644
--- a/os/hal/ports/AVR/MEGA/USARTv1/hal_serial_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/USARTv1/hal_serial_lld.h
diff --git a/os/hal/ports/AVR/MEGA/USBv1/driver.mk b/os/hal/ports/AVR/MEGA/LLD/USBv1/driver.mk
index bb6c14b64..bb6c14b64 100644
--- a/os/hal/ports/AVR/MEGA/USBv1/driver.mk
+++ b/os/hal/ports/AVR/MEGA/LLD/USBv1/driver.mk
diff --git a/os/hal/ports/AVR/MEGA/USBv1/hal_usb_lld.c b/os/hal/ports/AVR/MEGA/LLD/USBv1/hal_usb_lld.c
index 91f99fb66..91f99fb66 100644
--- a/os/hal/ports/AVR/MEGA/USBv1/hal_usb_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/USBv1/hal_usb_lld.c
diff --git a/os/hal/ports/AVR/MEGA/USBv1/hal_usb_lld.h b/os/hal/ports/AVR/MEGA/LLD/USBv1/hal_usb_lld.h
index 04d758828..04d758828 100644
--- a/os/hal/ports/AVR/MEGA/USBv1/hal_usb_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/USBv1/hal_usb_lld.h