Commit Graph

45 Commits

Author SHA1 Message Date
tfateba 6a0f53a89e Correction of AVR hal_i2c_lld to respect the project code style.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10020 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-01-04 20:34:47 +00:00
tfateba 1bfb237b48 Correction of AVR hal_gpt_lld to respect the project code style.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10019 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-01-04 20:21:30 +00:00
tfateba 2d269f4487 Correction of AVR hal_ext_lld to respect the project code style.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10018 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-01-04 20:03:48 +00:00
tfateba 4f151d41f1 Correction to respect the project code style.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10017 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-01-04 19:35:45 +00:00
tfateba 88fb5a3001 Fixed AVR GPT Warning (Control reaches end of non void function., array define but not used.)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10013 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-01-04 15:13:59 +00:00
tfateba 238c8d1f08 Fixed AVR ADC Warning (Control reaches end of non void function.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10012 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-01-04 15:08:58 +00:00
Fabio Utzig 97d615ea05 Fix AVR SPI bugs
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10002 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-12-31 21:46:34 +00:00
tfateba 7144e1b791 Change of baud rate generation of Serial Drivers interfaces.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9946 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-12-04 14:13:02 +00:00
Rocco Marco Guglielmi 103cd6bc02 Fixed Bug #794
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9929 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-19 17:20:50 +00:00
tfateba ef75851d10 Fixed small ident, readme file and Makefile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9896 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-01 02:04:43 +00:00
tfateba 4600e6fc46 Add test program for AVR ADC hal.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9895 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-01 01:33:13 +00:00
Fabio Utzig 637701752b Fixed assumption about EXT trigger mode
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9873 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-23 12:41:24 +00:00
Fabio Utzig b668f4b430 Small style fix
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9872 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-23 10:57:38 +00:00
Fabio Utzig 5b0e38c828 Added EXT driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9871 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-23 10:53:37 +00:00
Fabio Utzig 6de99ec69c Fixed style / be more defensive writing register
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9869 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-21 11:53:17 +00:00
Fabio Utzig 5855f8f53c Added support for ATmega162
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9867 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-19 11:50:33 +00:00
Fabio Utzig b44d7bed91 Fixed collision in multi-byte SPI write
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9865 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-17 12:01:37 +00:00
Giovanni Di Sirio b5c1568431 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9629 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-06-16 09:34:09 +00:00
Fabio Utzig ba84b3cc23 [AVR] Fix USB support for ATmega32U4
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9488 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-05-15 12:16:10 +00:00
Rob Lippert 06f9534388 Adds support for USB device functionality for AT90USB and
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
2016-05-15 12:15:09 +00:00
Fabio Utzig c6da283acd [AVR] Removed unused register
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9273 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-10 11:29:36 +00:00
Fabio Utzig ef9d68fea0 [AVR] Fix mutex/semaphore macro usage
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9268 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-09 23:14:42 +00:00
Fabio Utzig 9e0760fdc4 [AVR] Let compiler optimized set/clear pad
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9266 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-09 21:47:19 +00:00
Fabio Utzig d873e4ed7b [AVR] Fix timer usage for ATmega128
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9263 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-09 13:57:38 +00:00
Giovanni Di Sirio 50b0e64179 AVR HAL LLD files renamed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9219 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-02 09:43:49 +00:00
Giovanni Di Sirio b3fe630e4b Mass license update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9136 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-03-18 10:29:35 +00:00
Giovanni Di Sirio 8ecb193368 Queues improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9124 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-03-16 10:43:57 +00:00
Giovanni Di Sirio 5aa3c4b505 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8718 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-01-07 21:36:50 +00:00
Fabio Utzig 6774111f77 [AVR] PWM driver without callback doesnt enable int
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8236 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-08-22 22:29:07 +00:00
utzig 4a528f5f5d [AVR] Removed spurious includes, better include paths
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8075 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-07-11 12:43:47 +00:00
gdisirio fa1aeb7e9a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-01-11 13:56:55 +00:00
utzig 0d4751a2ae [AVR] Updated PWM driver for 3.0 compatibility
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7519 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-11-17 18:19:57 +00:00
utzig 0f253d11b6 [AVR] Fixed checking for tickless mode
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7518 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-11-17 18:18:50 +00:00
utzig b6814edfd2 [AVR] SPI driver updated for 3.0 + removed weird slave interface support
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7247 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-04 18:49:07 +00:00
utzig 13cbdd5f4a [AVR] I2C driver updated for chibios3/nil + fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7235 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-02 18:26:24 +00:00
utzig 1437e590d7 [AVR] Add preliminary tickless support to HAL
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7101 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-07-26 13:26:47 +00:00
gdisirio df18715f17 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-07-26 09:24:53 +00:00
utzig 04fdfe40ab [AVR] Use osal provided OSAL_ST_FREQUENCY instead of redefining it
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7092 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-07-25 14:09:15 +00:00
utzig 9607cf96b0 Fixed warning
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7025 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-07-09 01:29:01 +00:00
utzig fa74e80323 Fixed a warning
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7024 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-07-09 01:28:30 +00:00
utzig 6e65427959 Make hal usable in both chibios/nil
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7018 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-07-08 19:00:10 +00:00
utzig 8b24baf454 Mostly style fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7017 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-07-08 18:59:30 +00:00
utzig e655ac4cd8 Fixed to osal type names
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7016 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-07-08 18:58:51 +00:00
utzig 7534f806fa Fixed to osal type names
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7015 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-07-08 18:58:22 +00:00
utzig 766a2388d4 AVR HAL ported from RT-2 (serial/pal/hal tested)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6999 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-06-29 23:06:17 +00:00