aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR
Commit message (Expand)AuthorAgeFilesLines
* AVR: add DAC low level driver for XMEGA128A4U.Theodore Ateba2018-02-213-0/+536
* AVR: Add DAC to the platform support file.Theodore Ateba2018-02-211-0/+1
* AVR: add DMA low level driver for XMEGA128A4UTheodore Ateba2018-02-203-0/+353
* AVR: Add DMA to the platform support file.Theodore Ateba2018-02-201-0/+1
* AVR: Add the support of the Watchdog low level driver to the XMEGA128A4U.Theodore Ateba2018-02-193-0/+416
* AVR: Add watchdog to the platform driver file.Theodore Ateba2018-02-191-0/+1
* AVR: Add USART and SERIAL low level driver to the platform description file.Theodore Ateba2018-02-121-0/+1
* AVR: Add driver.mk file for Usarts and Serials drivers.Theodore Ateba2018-02-121-0/+13
* AVR: Add serial low level driver for ATXMEGA128U4A.Theodore Ateba2018-02-122-0/+1033
* AVR: Add usart low level driver for ATXMEGA128U4A.Theodore Ateba2018-02-122-0/+931
* AVR: Cleanup source code.Theodore Ateba2018-01-2113-378/+402
* AVR: Cleanup code source.Theodore Ateba2018-01-2022-452/+454
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-2032-32/+32
* AVR: Add other prescalers to the PWM low level driver and update testhal.Theodore Ateba2018-01-172-35/+92
* Improved make system.Giovanni Di Sirio2017-11-213-0/+12
* AVR: Update the ICU header file.Theodore Ateba2017-10-131-2/+45
* AVR: Update ICU low level driver functions names.Theodore Ateba2017-10-131-6/+7
* AVR: Update the USB lld file according to the new endpoint enumeration.Theodore Ateba2017-09-162-1/+10
* AVR: Add PAL line support in ATTiny lld.Theodore Ateba2017-09-162-0/+187
* AVR: Add PAL line support in XMEGA lld.Theodore Ateba2017-09-162-2/+187
* Add PAL line support in PAL lld for AVR port.Theodore Ateba2017-09-132-0/+199
* Correct code style and comment on USB driver files.Theodore Ateba2017-09-022-4/+27
* Correct comment on Serial driver files.Theodore Ateba2017-09-022-4/+4
* Correct code style and comment on ST driver files.Theodore Ateba2017-09-022-5/+4
* Correct code style and comment on PWM driver files.Theodore Ateba2017-09-022-58/+60
* Correct code style and comment on ICU driver files.Theodore Ateba2017-09-022-24/+24
* Correct code style and comment on GPT driver files.Theodore Ateba2017-09-022-4/+10
* Correct the comment on SPI driver files.Theodore Ateba2017-09-022-4/+4
* Correct the I2C driver code style and comment.Theodore Ateba2017-09-022-4/+9
* Correct comment in PAL driver files.Theodore Ateba2017-09-022-4/+6
* Correct comment.Theodore Ateba2017-09-022-8/+7
* Change commnet, remove empty line.Theodore Ateba2017-09-022-11/+8
* Fixed SPI interruption enable, driver restart with different configuration.Theodore Ateba2017-09-012-117/+83
* Add tabulation.Theodore Ateba2017-08-241-3/+3
* 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