aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR
Commit message (Expand)AuthorAgeFilesLines
* 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
* AVR HAL LLD files renamed.Giovanni Di Sirio2016-04-0219-9/+9
* Mass license update.Giovanni Di Sirio2016-03-1822-22/+22
* Queues improvements.Giovanni Di Sirio2016-03-161-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8718 35acf78f-673a-0410...Giovanni Di Sirio2016-01-071-2/+2
* [AVR] PWM driver without callback doesnt enable intFabio Utzig2015-08-221-2/+3
* [AVR] Removed spurious includes, better include pathsutzig2015-07-111-3/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410...gdisirio2015-01-1122-22/+22
* [AVR] Updated PWM driver for 3.0 compatibilityutzig2014-11-172-1/+90
* [AVR] Fixed checking for tickless modeutzig2014-11-171-1/+1
* [AVR] SPI driver updated for 3.0 + removed weird slave interface supportutzig2014-09-042-35/+15
* [AVR] I2C driver updated for chibios3/nil + fixesutzig2014-09-022-46/+20
* [AVR] Add preliminary tickless support to HALutzig2014-07-265-98/+186
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 35acf78f-673a-0410...gdisirio2014-07-2622-1005/+1005
* [AVR] Use osal provided OSAL_ST_FREQUENCY instead of redefining itutzig2014-07-251-23/+17
* Fixed warningutzig2014-07-091-0/+4
* Fixed a warningutzig2014-07-091-1/+1
* Make hal usable in both chibios/nilutzig2014-07-081-11/+17
* Mostly style fixesutzig2014-07-082-29/+19
* Fixed to osal type namesutzig2014-07-081-2/+2
* Fixed to osal type namesutzig2014-07-081-2/+2
* AVR HAL ported from RT-2 (serial/pal/hal tested)utzig2014-06-2923-0/+4995