aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR
Commit message (Expand)AuthorAgeFilesLines
* Add LLD directory to the AVR XMEGA Low Level Drivers.Theodore Ateba2017-08-168-29/+29
* Modify AVR XMEGA platform according the new architecture.Theodore Ateba2017-08-161-10/+10
* Add low level driver directory and platfor for AVR MEGA.Theodore Ateba2017-08-1635-0/+0
* Remove the not implemented TIM lld files.Theodore Ateba2017-08-136-1922/+0
* Remove the not implemented USART lld files.Theodore Ateba2017-08-132-566/+0
* Update AVR tiny platform path according the new architecture and correct comm...Theodore Ateba2017-08-131-6/+6
* Update the platform name and comments.Theodore Ateba2017-08-131-3/+3
* Change the ATTiny GPIO files path according the new architecture and correct ...Theodore Ateba2017-08-133-7/+8
* Change the ATTiny TIM files path according the new architecture and correct c...Theodore Ateba2017-08-133-12/+12
* Change the ATTiny USART files path according the new architecture and correct...Theodore Ateba2017-08-133-7/+7
* Update the AVR Tiny Architecture.Theodore Ateba2017-08-1322-2/+2
* Add AVR XMega PAL low level driver files.Theodore Ateba2017-08-093-0/+480
* Add AVR XMega system tick low level driver files.Theodore Ateba2017-08-093-0/+281
* Add AVR XMega hall and platform files.Theodore Ateba2017-08-093-0/+144
* Remove the PCINT support from EXT driver because of a lot of conflicts. The P...Theodore Ateba2017-07-312-855/+264
* Add NIL support for AVR Tiny architecture.Theodore Ateba2017-07-1422-0/+4233
* Correct the string to find.Theodore Ateba2017-07-146-6/+6
* Add driver folders and a driver.mk file.Theodore Ateba2017-07-1431-11/+92
* Adding AVR family subdirecories.Theodore Ateba2017-07-1428-16/+16
* Update file descriptiontfateba2017-04-269-10/+10
* Change the maccro name.tfateba2017-04-261-4/+4
* Change the macro name and the file tag name.tfateba2017-04-264-17/+17
* Correction of the macro name.tfateba2017-04-265-14/+14
* Change the file name , comments and macro on the hearder file.tfateba2017-04-261-6/+6
* Change the file name and macro on the hearder file.tfateba2017-04-261-4/+4
* Change the file name and macro on the hearder file.tfateba2017-04-261-4/+4
* Change the macro on the hearder file.tfateba2017-04-261-3/+3
* Change the macro and comment on the hearder file.tfateba2017-04-261-4/+4
* Change the macro and comment on the hearder file.tfateba2017-04-261-4/+4
* Change the macro on the hearder file.tfateba2017-04-261-3/+3
* Change the macro on the hearder file.tfateba2017-04-261-3/+3
* Change the comment on the header file.tfateba2017-04-261-1/+1
* Change the definition of the ADC hal file.tfateba2017-04-251-3/+3
* [AVR] PCINTx support for EXTFabio Utzig2017-04-023-283/+923
* Correction of AVR hal_i2c_lld to respect the project code style.tfateba2017-01-043-32/+36
* Correction of AVR hal_gpt_lld to respect the project code style.tfateba2017-01-042-26/+51
* Correction of AVR hal_ext_lld to respect the project code style.tfateba2017-01-044-39/+57
* Correction to respect the project code style.tfateba2017-01-041-1/+2
* Fixed AVR GPT Warning (Control reaches end of non void function., array defin...tfateba2017-01-041-32/+30
* Fixed AVR ADC Warning (Control reaches end of non void function.tfateba2017-01-041-0/+1
* Fix AVR SPI bugsFabio Utzig2016-12-312-111/+66
* Change of baud rate generation of Serial Drivers interfaces.tfateba2016-12-041-3/+3
* Fixed Bug #794Rocco Marco Guglielmi2016-11-194-4/+0
* Fixed small ident, readme file and Makefile.tfateba2016-11-011-1/+1
* Add test program for AVR ADC hal.tfateba2016-11-011-2/+2
* Fixed assumption about EXT trigger modeFabio Utzig2016-10-231-6/+6
* Small style fixFabio Utzig2016-10-231-1/+1
* Added EXT driverFabio Utzig2016-10-233-0/+511
* Fixed style / be more defensive writing registerFabio Utzig2016-10-211-11/+3
* Added support for ATmega162Fabio Utzig2016-10-193-12/+50