aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #991.Giovanni Di Sirio2019-01-117-7/+7
* Fixed bug #1000.Giovanni Di Sirio2019-01-111-8/+8
* STM32L433 added to STM32L4xx HAL.Giovanni Di Sirio2019-01-062-4/+8
* chFifoObjectInit() renamed to chFifoObjectInitAligned(). Added a new chFifoOb...Giovanni Di Sirio2019-01-063-10/+42
* Added chvsnprintf().Giovanni Di Sirio2019-01-062-4/+43
* Small documentation fixes.Giovanni Di Sirio2019-01-063-3/+5
* RCC CRC macros for L4 and L4+.Giovanni Di Sirio2019-01-062-0/+56
* Event enable check API added to PAL driver.Giovanni Di Sirio2019-01-054-0/+78
* Improved search of configuration files.Giovanni Di Sirio2019-01-0517-49/+124
* Assertion added to serial_usb driver in order to detect an anomalous condition.Giovanni Di Sirio2019-01-051-5/+4
* Bypass option for SDIOv1 driver.Giovanni Di Sirio2019-01-053-2/+12
* Mass update for TIM-related changes.Giovanni Di Sirio2019-01-056-15/+554
* New timers added to STM32 GPT, ICU and PWM drivers.Giovanni Di Sirio2019-01-055-11/+326
* Tentative fix for shared timer IRQs, not complete.Giovanni Di Sirio2019-01-044-16/+437
* Mass update of all drivers to use the new DMA API. What could possibly go wrong?Giovanni Di Sirio2019-01-0244-2457/+1194
* Fixed version number.Giovanni Di Sirio2018-12-311-2/+2
* Fixed bug #998.Giovanni Di Sirio2018-12-311-4/+4
* Small documentation fix.Giovanni Di Sirio2018-12-311-3/+3
* Fixed bug #997.Giovanni Di Sirio2018-12-311-2/+2
* Added missing definition of STM32F413xx.Giovanni Di Sirio2018-12-311-0/+1
* Fixed bug #996.Giovanni Di Sirio2018-12-311-0/+1
* Fixed bug #995.Giovanni Di Sirio2018-12-311-1/+1
* Fixed bug bug #994.Giovanni Di Sirio2018-12-312-42/+36
* Demo complete, to be tested. White space fixes.Giovanni Di Sirio2018-12-301-5/+5
* Working now.Giovanni Di Sirio2018-12-301-4/+6
* H7 ADC demo working, not fully tested.Giovanni Di Sirio2018-12-301-2/+24
* More H7 ADC code.Giovanni Di Sirio2018-12-302-2/+13
* More H7 ADC, not finished.Giovanni Di Sirio2018-12-291-41/+33
* Some progress on H7 ADC, not finished.Giovanni Di Sirio2018-12-293-246/+174
* Template fixes.Giovanni Di Sirio2018-12-291-6/+1
* DAC rework for new DMA API , DAC support for STM32H7xx.Giovanni Di Sirio2018-12-296-42/+72
* Dynamic DMA allocation for STM32H7xx.Giovanni Di Sirio2018-12-2810-270/+368
* DMA rework.Giovanni Di Sirio2018-12-2813-2305/+315
* Experimental DMAv1 enhancements.Giovanni Di Sirio2018-12-262-97/+183
* Added a no-DMA mode.Giovanni Di Sirio2018-12-262-4/+26
* Settled for a weird DMA use in this driver. Apparently it is working, it need...Giovanni Di Sirio2018-12-262-43/+70
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12483 110e8d01-0319-4d1...gdisirio2018-12-265-49/+500
* Crypto-related changes.Giovanni Di Sirio2018-12-235-12/+23
* experimentgdisirio2018-12-204-0/+1014
* Fixed wrong filename.gdisirio2018-12-191-1/+1
* Crypto driver changes, removed TRNG.gdisirio2018-12-196-206/+149
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12476 110e8d01-0319-4d1...gdisirio2018-12-171-22/+0
* Added extern "C" declarations to IRQ macros.gdisirio2018-12-167-2/+49
* Fixed bug #993.gdisirio2018-12-161-0/+254
* Fixed problem in I2Cv3 http://www.chibios.com/forum/viewtopic.php?f=35&t=4933gdisirio2018-12-161-3/+18
* Tentative fix for http://www.chibios.com/forum/viewtopic.php?f=35&t=4918&p=34444gdisirio2018-12-161-2/+4
* HAL callbacks rework.gdisirio2018-12-1510-62/+103
* I2S updated.gdisirio2018-12-094-238/+134
* ADC reworked.Giovanni Di Sirio2018-12-098-1075/+555
* DAC reworked, fixed a problem in WSPI template.Giovanni Di Sirio2018-12-097-365/+237