aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR
Commit message (Collapse)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9629 ↵Giovanni Di Sirio2016-06-161-0/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Fix USB support for ATmega32U4Fabio Utzig2016-05-151-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9488 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Adds support for USB device functionality for AT90USB andRob Lippert2016-05-153-0/+1240
| | | | | | | | | | | | ATU2/U4 series devices. Support tested on a PJRC TEENSY2++ board with AT90USB1286. Signed-off-by: Rob Lippert <roblip@gmail.com> git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9487 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Removed unused registerFabio Utzig2016-04-101-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9273 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Fix mutex/semaphore macro usageFabio Utzig2016-04-091-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9268 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Let compiler optimized set/clear padFabio Utzig2016-04-091-6/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9266 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Fix timer usage for ATmega128Fabio Utzig2016-04-092-17/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9263 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR HAL LLD files renamed.Giovanni Di Sirio2016-04-0219-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9219 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass license update.Giovanni Di Sirio2016-03-1822-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9136 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Queues improvements.Giovanni Di Sirio2016-03-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9124 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8718 ↵Giovanni Di Sirio2016-01-071-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] PWM driver without callback doesnt enable intFabio Utzig2015-08-221-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8236 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Removed spurious includes, better include pathsutzig2015-07-111-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8075 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 ↵gdisirio2015-01-1122-22/+22
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Updated PWM driver for 3.0 compatibilityutzig2014-11-172-1/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7519 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Fixed checking for tickless modeutzig2014-11-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7518 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] SPI driver updated for 3.0 + removed weird slave interface supportutzig2014-09-042-35/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7247 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] I2C driver updated for chibios3/nil + fixesutzig2014-09-022-46/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7235 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Add preliminary tickless support to HALutzig2014-07-265-98/+186
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7101 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 ↵gdisirio2014-07-2622-1005/+1005
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Use osal provided OSAL_ST_FREQUENCY instead of redefining itutzig2014-07-251-23/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7092 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed warningutzig2014-07-091-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7025 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed a warningutzig2014-07-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7024 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Make hal usable in both chibios/nilutzig2014-07-081-11/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7018 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mostly style fixesutzig2014-07-082-29/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7017 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed to osal type namesutzig2014-07-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7016 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed to osal type namesutzig2014-07-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7015 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR HAL ported from RT-2 (serial/pal/hal tested)utzig2014-06-2923-0/+4995
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6999 35acf78f-673a-0410-8e92-d51de3d6d3f4