aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32
Commit message (Expand)AuthorAgeFilesLines
...
* Updated include guardsbarthess2016-10-1719-47/+47
* [STM32 NAND] Code cleanup.barthess2016-08-181-3/+4
* [STM32 NAND] Deleted ugly hack with EXTI interrupt instead of NAND onebarthess2016-08-164-45/+5
* [STM32 NAND] Deleted unused defines.barthess2016-08-161-9/+0
* Added room for STM32F7xbarthess2016-07-143-6/+26
* added qeiAdjustI. added new field and checking in STM32Stephane D'Alu2016-07-072-0/+69
* qei driver: fix potential overflow in qeiUpdateINicolas Reinecke2016-05-151-1/+1
* qei driver: change copyrightNicolas Reinecke2016-05-152-4/+4
* add STM32 qei (quadrature encoder interface) driverNicolas Reinecke2016-05-086-1/+645
* f4 platform.mk: reoder hardwareNicolas Reinecke2016-05-011-5/+5
* fix whitespaceNicolas Reinecke2016-05-011-3/+3
* FSMC: fix build on stm32f1x and stm32f3Nicolas Reinecke2016-04-291-0/+4
* add stm32f1xx portNicolas Reinecke2016-04-281-0/+14
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-0724-11030/+11030
* NAND. Cosmetical improvementbarthess2016-03-171-5/+7
* Updated some testhal projects to new ChibiOS codebarthess2016-03-153-8/+2
* TIMCAP: Initial commitFabien Poussin2016-02-165-4/+1226
* USB-Host: Initial commitFabien Poussin2016-02-154-0/+2688
* Fixed typobarthess2015-10-144-4/+4
* FSMC code cleanupbarthess2015-10-1412-22/+14
* Changed the way files are included to a more convenient way.Fabien Poussin2015-08-202-15/+15
* Add CRC DriverMichael Spradling2015-08-163-0/+583
* Improved FSMC.barthess2015-08-043-16/+32
* Removed dependency on ST library for SDRAMAndrea Zoppi2015-06-282-5/+5
* Minor changesAndrea Zoppi2015-06-274-229/+234
* Old definitions removedAndrea Zoppi2015-06-273-61/+1
* LTDC and DMA2D ported to ChibiOS/RT 3TexZK2015-06-245-2/+8383
* EICU. Fixed incorrect frequency calculation.barthess2015-06-021-2/+2
* Fixed copypaste error in commentbarthess2015-06-021-1/+1
* NAND code changed to use bitmap classbarthess2015-05-022-22/+23
* EICU. Updated lld according to chibios updates.barthess2015-03-311-12/+12
* EICU. Updated authors.barthess2015-03-132-1/+9
* EICU. Low level driver moved to TIMv1 directorybarthess2015-03-133-1/+2
* EICU. Temporal code moved to main chibios repo.barthess2015-03-131-72/+0
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib into HEADbarthess2015-03-132-32/+391
|\
| * EICU. Added support of single channel timers.barthess2015-03-132-12/+371
| * EICU improvements.barthess2015-03-122-20/+20
* | EICU. Minor improvementsbarthess2015-03-131-4/+3
|/
* EICU. Added const qualifier for driver pointer in some functionsbarthess2015-03-051-3/+3
* EICU. Timer widht (16-32 bits) now stored in driver field and detected durign...barthess2015-03-052-6/+26
* EICU. Cosmetical cleanupbarthess2015-03-032-9/+40
* EICU. Deleted code for "fast" capture.barthess2015-03-032-236/+64
* EICU. Cosmetical improvements.barthess2015-03-032-21/+19
* EICU now able to capture data on all channelsbarthess2015-03-032-265/+480
* EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still u...barthess2015-03-012-119/+140
* EICU. Fixed some typos.barthess2015-03-012-2/+2
* Added EICU driver in HAL. Added STM32 backend for EICU.barthess2015-02-283-1/+1326
* Fixed copyrightsbarthess2014-12-068-36/+10
* FSMC. SDRAM. Fixed bug with registers' memory layoutbarthess2014-10-312-12/+10
* FSMC. SDRAM. Fixed some typosbarthess2014-10-312-2/+2