aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #812.Giovanni Di Sirio2017-01-111-2/+2
* Fixed bug #810.Giovanni Di Sirio2017-01-111-2/+2
* Fixed wrong check in UARTv2 LLD.Rocco Marco Guglielmi2017-01-071-3/+3
* Fixed redundat assertion in STM32 CAN driver. Fixed some spacing issues.Giovanni Di Sirio2017-01-071-1/+5
* Correction of AVR hal_i2c_lld to respect the project code style.tfateba2017-01-043-32/+36
* Correction of AVR hal_gpt_lld to respect the project code style.tfateba2017-01-042-26/+51
* Correction of AVR hal_ext_lld to respect the project code style.tfateba2017-01-044-39/+57
* Correction to respect the project code style.tfateba2017-01-041-1/+2
* Fixed Bug #809roccomarco2017-01-041-1/+0
* Fixed AVR GPT Warning (Control reaches end of non void function., array defin...tfateba2017-01-041-32/+30
* Fixed AVR ADC Warning (Control reaches end of non void function.tfateba2017-01-041-0/+1
* Fixed bug 808.Rocco Marco Guglielmi2017-01-021-1/+5
* Fix AVR SPI bugsFabio Utzig2016-12-312-111/+66
* Fixed Bug #807Rocco Marco Guglielmi2016-12-301-0/+8
* Fixed Bug #806Rocco Marco Guglielmi2016-12-303-6/+61
* Replaced tab with spaceRocco Marco Guglielmi2016-12-291-1/+1
* Added new bitmask and updated platform names in STM32F0xx/hal_lld.hRocco Marco Guglielmi2016-12-291-42/+65
* Fixed Bug #803Rocco Marco Guglielmi2016-12-292-13/+10
* Fixed Bug #805Rocco Marco Guglielmi2016-12-261-2/+2
* Fixed Bug #804Rocco Marco Guglielmi2016-12-261-2/+2
* Fixed Bug #803Rocco Marco Guglielmi2016-12-262-0/+6
* Fixed Bug #802Rocco Marco Guglielmi2016-12-211-3/+1
* Fixed bug #799.Giovanni Di Sirio2016-12-201-3/+10
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9970 35acf78f-673a-0410...Giovanni Di Sirio2016-12-192-4/+17
* Fixed RTC registry entries for STM32F030xC and STM32F070xB.Giovanni Di Sirio2016-12-131-0/+8
* Change of baud rate generation of Serial Drivers interfaces.tfateba2016-12-041-3/+3
* Fixes on USB lld related to STM32L432Rocco Marco Guglielmi2016-11-281-1/+1
* 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