aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
Commit message (Expand)AuthorAgeFilesLines
* Simulator compiles, to be tested.Giovanni Di Sirio2017-02-025-108/+129
* Posix simulator, still work in progress.Giovanni Di Sirio2017-02-025-0/+612
* Fixed bug #815.Giovanni Di Sirio2017-01-311-0/+6
* More fixes related to endpoints number.Giovanni Di Sirio2017-01-313-14/+10
* Fixed bug #816.Giovanni Di Sirio2017-01-301-2/+30
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10064 35acf78f-673a-041...Giovanni Di Sirio2017-01-181-95/+27
* Fixed path.Giovanni Di Sirio2017-01-181-3/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10062 35acf78f-673a-041...Giovanni Di Sirio2017-01-177-179/+53
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10061 35acf78f-673a-041...Giovanni Di Sirio2017-01-173-169/+54
* More platform.mk files updated.Giovanni Di Sirio2017-01-176-459/+139
* Fall back SW I2C driver template.gdisirio2017-01-162-14/+38
* Introduced modularized driver makefiles.gdisirio2017-01-1628-104/+282
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10052 35acf78f-673a-041...gdisirio2017-01-161-4/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10051 35acf78f-673a-041...gdisirio2017-01-161-4/+1
* Fixed small documentation error.Giovanni Di Sirio2017-01-121-1/+1
* Fixed RTC clock enable on some F4 devices.Giovanni Di Sirio2017-01-121-0/+4
* Fixed bug #813.Giovanni Di Sirio2017-01-112-2/+2
* ADCv1 enhancement.Giovanni Di Sirio2017-01-112-0/+100
* Various STM32 timers-related fixes into registry and RCC files.Giovanni Di Sirio2017-01-119-83/+560
* 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