aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/gpt.c
Commit message (Expand)AuthorAgeFilesLines
* updated GPL filesgdisirio2015-01-111-5/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 35acf78f-673a-0410...gdisirio2014-07-261-4/+4
* GPT is usable without callbacks now (trigger, counter).gdisirio2014-03-081-0/+1
* More enhancements to the GPT driver.gdisirio2014-03-081-3/+1
* Ported GPT.gdisirio2013-08-121-0/+267
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6108 35...gdisirio2013-08-091-268/+0
* STM32. GPT. Removed prefix "stm32" from names of functions changing interval.barthess2013-03-291-2/+2
* STM32. GPT. Added abillity to change interval of running GPT unit on the fly.barthess2013-03-271-0/+24
* Adjusted C file templates.gdisirio2013-02-281-1/+1
* Updated license years.gdisirio2013-02-021-1/+1
* License text updated with new year.gdisirio2012-01-211-1/+1
* Fixed problem in gptPolledDelay().gdisirio2011-09-191-0/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3254 35acf78f-673a-0410...gdisirio2011-08-261-0/+4
* Added I-class function checks to HAL APIs.gdisirio2011-08-211-0/+10
* License updated.gdisirio2011-03-181-1/+2
* GPT driver model, STM32 GPT driver implementation, not tested, documentation ...gdisirio2011-02-281-0/+228