aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/PWM
Commit message (Expand)AuthorAgeFilesLines
* ICU driver functional.gdisirio2011-04-013-4/+29
* Improvements to the PWM driver.gdisirio2011-03-311-23/+17
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2850 35acf78f-673a-0410...gdisirio2011-03-292-0/+21
* License updated.gdisirio2011-03-185-6/+11
* Updated the various halconf.h and mcuconf.h with the GPT settings.gdisirio2011-02-282-0/+21
* Modified all the halconf.h files to include the USB and Serial over USB drivers.gdisirio2011-02-201-0/+14
* Updated the mcuconf.h file in the STM32 demos to include the USB parameters.gdisirio2011-02-201-0/+8
* Added USB clock configuration to the STM32 HAL driver.gdisirio2010-12-251-0/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2515 35acf78f-673a-0410...gdisirio2010-12-211-4/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2504 35acf78f-673a-0410...gdisirio2010-12-191-2/+11
* Fixed typo in configuration files.gdisirio2010-12-021-1/+1
* Removed obsolete options from some makefiles.gdisirio2010-11-281-1/+1
* Fixed bug 3120785.gdisirio2010-11-271-4/+6
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2405 35acf78f-673a-0410...gdisirio2010-11-211-2/+2
* Fixed a misplaced comment in all the halconf.h files.gdisirio2010-11-201-4/+0
* Single and improved STM32 vectors file.gdisirio2010-11-141-2/+1
* Improvements to the ARMCMx directories structure organization. Adjusted the a...gdisirio2010-11-061-2/+2
* Changes to the various Cortex vector tables.gdisirio2010-11-061-1/+1
* Fixed bug 3100946, renamed HAL switches removing the CH_ part.gdisirio2010-11-011-71/+161
* ADC, SPI, PWM driver enhancements.gdisirio2010-10-131-6/+6
* HAL improvements, mailboxes macro name changed.gdisirio2010-10-081-2/+6
* Reverted name change for macro THREAD_EXT_FIELDS.gdisirio2010-09-271-3/+3
* Fixed bug 3064204.gdisirio2010-09-111-0/+10
* Added new kernel hooks (on halt and on systick).gdisirio2010-08-211-13/+33
* Fixed bug 3041414. Various improvements to the STM32 HAL.gdisirio2010-08-081-51/+47
* STM32 PWM demo added.gdisirio2010-08-077-0/+1219