aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | Tested in hardware with TIM11.
| * EICU improvements.barthess2015-03-122-20/+20
| | | | | | | | | | Added field containing available channels into EICU driver structure. This simplified driver code.
* | 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 ↵barthess2015-03-052-6/+26
| | | | durign startup
* EICU. Cosmetical cleanupbarthess2015-03-032-9/+40
|
* EICU. Deleted code for "fast" capture.barthess2015-03-032-236/+64
| | | | | | Reasons: 1) It duplicates functionality of "vanilla" ICU driver 2) Fast and slow modes are mutually exclided in single timer
* 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 ↵barthess2015-03-012-119/+140
| | | | untested.
* 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
|
* FSMC. SDRAM. Added safety mask for SDRTR registerbarthess2014-10-251-1/+1
|
* FSMC. SDRAM. Fixed delay codebarthess2014-10-251-2/+2
|
* FSMC. SDRAM. Improved stop functionbarthess2014-10-251-12/+22
|
* FSMC. SDRAM driver cleanup. Needs review.barthess2014-10-252-218/+55
|
* FSMC. SDRAM architecture reworked. Needs review.barthess2014-10-244-240/+119
|
* FSMC. SDRAM. Style cleanupbarthess2014-10-225-107/+153
|
* Added SDRAM support via FSMCbarthess2014-10-192-0/+646
|
* FSMC. Build fixed after code moving from SVNbarthess2014-10-181-4/+4
|
* Added fsmc codebarthess2014-10-187-0/+1688