aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
Commit message (Expand)AuthorAgeFilesLines
* Fixes on USB lld related to STM32L432Rocco Marco Guglielmi2016-11-282-12/+2
* Added CAN3 support to the STM32 CANv1 driver.Giovanni Di Sirio2016-11-2112-48/+368
* Added support for STM32F412.Rocco Marco Guglielmi2016-11-202-159/+478
* Fixed condition which makes EXTI driver not compiling on STM32F410Rocco Marco Guglielmi2016-11-201-0/+2
* Fixed condition which makes EXTI driver not compiling on STM32F410Rocco Marco Guglielmi2016-11-201-0/+2
* Updated STM32L432 port.Rocco Marco Guglielmi2016-11-205-0/+149
* Fixed Bug #794Rocco Marco Guglielmi2016-11-1912-13/+0
* Fixed registry typo introduced with STM32L432 support.Rocco Marco Guglielmi2016-11-191-2/+4
* Added support for STM32L432.Rocco Marco Guglielmi2016-11-192-5/+328
* Fixed bug #791.Giovanni Di Sirio2016-11-151-1/+1
* Fixed bug #790.Giovanni Di Sirio2016-11-151-2/+1
* Fixed RTC attributes for STM32F07x and STM32F09x devices.Giovanni Di Sirio2016-11-151-2/+2
* Fixed small ident, readme file and Makefile.tfateba2016-11-011-1/+1
* Add test program for AVR ADC hal.tfateba2016-11-011-2/+2
* Fixed small documentation error in STM32 RTCv1 driver.Giovanni Di Sirio2016-10-301-2/+2
* Fixed RTC on newer STM32F7 devices.Giovanni Di Sirio2016-10-284-7/+8
* White space fix.Giovanni Di Sirio2016-10-261-0/+1
* Fixed bug #786.Giovanni Di Sirio2016-10-261-3/+9
* Fixed assumption about EXT trigger modeFabio Utzig2016-10-231-6/+6
* Small style fixFabio Utzig2016-10-231-1/+1
* Added EXT driverFabio Utzig2016-10-233-0/+511
* Fixed style / be more defensive writing registerFabio Utzig2016-10-211-11/+3
* Added support for ATmega162Fabio Utzig2016-10-193-12/+50
* Fixed collision in multi-byte SPI writeFabio Utzig2016-10-171-14/+15
* Fixed some timer-related definitions in the STM32F0 registry.Giovanni Di Sirio2016-10-171-3/+18
* Fixed bug #785.Giovanni Di Sirio2016-10-171-1/+1
* Improved OTG number of endpoints handling.Giovanni Di Sirio2016-10-135-3/+29
* Fixed Bug #783.Rocco Marco Guglielmi2016-10-051-2/+2
* Fixed Bug #782.Rocco Marco Guglielmi2016-10-031-0/+3
* ADC hooks renamed.Giovanni Di Sirio2016-10-031-7/+17
* STM32F7 QUADSPI fix.Giovanni Di Sirio2016-10-031-0/+30
* Fixed Bug #780.Rocco Marco Guglielmi2016-09-281-1/+2
* Replaced tabs with spaces (not a real bug).Rocco Marco Guglielmi2016-09-241-2/+2
* Fixed Bug #779.Rocco Marco Guglielmi2016-09-241-6/+6
* Fixed Bug #778.Rocco Marco Guglielmi2016-09-241-1/+1
* Fixed Bug #776.Rocco Marco Guglielmi2016-09-241-4/+12
* Fixed bug #775.Giovanni Di Sirio2016-09-131-0/+1
* Fixed duplicated buffers in USARTv2 driver.Giovanni Di Sirio2016-09-132-5/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9753 35acf78f-673a-0410...Giovanni Di Sirio2016-08-284-19/+116
* Implemented advanced queues in STM32 USARTv2 driver.Giovanni Di Sirio2016-08-273-10/+235
* Fixed bug #773.Giovanni Di Sirio2016-08-261-2/+6
* Removed extra brackets.Giovanni Di Sirio2016-08-261-8/+8
* Fixed bug #770.Giovanni Di Sirio2016-08-261-1/+2
* Added automatic number of channels initialization for ADCv2.Giovanni Di Sirio2016-08-263-1/+17
* Fixed Bug #769.Rocco Marco Guglielmi2016-08-241-3/+3
* Fixed bug #768.Giovanni Di Sirio2016-08-021-1/+1
* Fixed bug #767.Giovanni Di Sirio2016-07-261-0/+20
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9716 35acf78f-673a-0410...Giovanni Di Sirio2016-07-211-2/+4
* [STM32. USARTv2] Added synchronous API support for timeout feature.Uladzimir Pylinski2016-07-201-1/+3
* [STM32. USARTv2] Added receiver timeout handling.Uladzimir Pylinski2016-07-192-0/+22