aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
Commit message (Expand)AuthorAgeFilesLines
* STM32 OTGv1 tentative fix.Giovanni Di Sirio2017-03-061-30/+30
* Fixed bug #818.Giovanni Di Sirio2017-03-033-3/+7
* Renamed canReceive() and canTransmit() by adding the Timeout postfix for cons...Giovanni Di Sirio2017-02-242-20/+36
* LSE bypass implemented on STM32F1xx.Giovanni Di Sirio2017-02-232-0/+7
* Fixed platform makefiles for STM32F1xx.Giovanni Di Sirio2017-02-232-2/+2
* Fixed SPI inclusion.Giovanni Di Sirio2017-02-071-1/+1
* Documentation-related fixes.Giovanni Di Sirio2017-02-072-1/+27
* Documentation-related fixes.Giovanni Di Sirio2017-02-074-6/+10
* Fixed bug #817.Giovanni Di Sirio2017-02-064-14/+10
* Fixed wrong check.Giovanni Di Sirio2017-02-061-1/+1
* MISRA-related fixes.Giovanni Di Sirio2017-02-059-53/+58
* Replaced uppercase TRUE/FALSE.Giovanni Di Sirio2017-02-022-28/+28
* Fixed potential name conflicts.Giovanni Di Sirio2017-02-023-25/+25
* 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
* Added support for STM32F303 Discovery REV-CRocco Marco Guglielmi2017-01-264-0/+2401
* 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
* I2C fallback driver finished, to be tested.Giovanni Di Sirio2017-01-172-63/+193
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10055 35acf78f-673a-041...gdisirio2017-01-162-4/+137
* Fall back SW I2C driver template.gdisirio2017-01-164-14/+441
* 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
* Improved serial driver errors.Giovanni Di Sirio2017-01-122-1/+2
* Fixed RTC clock enable on some F4 devices.Giovanni Di Sirio2017-01-121-0/+4
* Fixed chprintf documentation.Giovanni Di Sirio2017-01-111-2/+1
* 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 bug #811.Giovanni Di Sirio2017-01-111-2/+0
* 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