aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed collision in multi-byte SPI writeFabio Utzig2016-10-171-14/+15
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9629 35acf78f-673a-0410...Giovanni Di Sirio2016-06-161-0/+4
* [AVR] Fix USB support for ATmega32U4Fabio Utzig2016-05-151-0/+8
* Adds support for USB device functionality for AT90USB andRob Lippert2016-05-153-0/+1240
* [AVR] Removed unused registerFabio Utzig2016-04-101-2/+0
* [AVR] Fix mutex/semaphore macro usageFabio Utzig2016-04-091-4/+4
* [AVR] Let compiler optimized set/clear padFabio Utzig2016-04-091-6/+2
* [AVR] Fix timer usage for ATmega128Fabio Utzig2016-04-092-17/+52