aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32
Commit message (Collapse)AuthorAgeFilesLines
* USBH: Correct bug in LLDDiego Ismirlian2017-07-161-1/+1
|
* USBH: moved definition of driver to LLDDiego Ismirlian2017-07-091-0/+7
|
* USBH: moved declaration of driver to LLDDiego Ismirlian2017-06-091-0/+9
|
* USBH: STM32 lld, activate correction of unexpected lengthDiego Ismirlian2017-06-081-1/+1
|
* Mass license dates updateDiego Ismirlian2017-06-052-4/+4
|
* Remove redundant hal_stm32_otg.h fileDiego Ismirlian2017-06-051-934/+0
| | | | The correct version is already present in ChibiOS
* USB Host fixesDiego Ismirlian2017-06-052-20/+92
| | | | | | | | - Cleaned up alignment macros for GCC & IAR - Corrected EP halt and Clear halt behaviours - Initialization of class drivers by USB Host main driver - Minor cosmetic fixes - Updated USB_HOST testhal app
* Add checks to QEI if STM32 TIM is already usedAndres Vahter2017-06-051-4/+54
|
* [DMA2D, LTDC] Removing ch.h dependencies. Fix #111.Romain Reignier2017-02-282-2/+0
|
* [Comp] Adding interrupt functions, updating example.Fabien Poussin2017-02-092-2/+200
|
* [Comp] Adding support for STM32F0.Fabien Poussin2017-02-071-1/+7
|
* [Comp] Adding more definesFabien Poussin2017-02-071-0/+45
|
* [Comp] Adding init, helper defines.Fabien Poussin2017-02-071-0/+94
|
* [Comp] Cleaning example, removing dependencies and adding checks.Fabien Poussin2017-02-072-138/+134
|
* [COMP] Fixing headers, missing includes.Fabien Poussin2017-02-071-5/+5
|
* Adding COMP Driver.Fabien Poussin2017-02-063-0/+665
|
* [Timcap/Eeprom] Removing ch.h dependencies.Fabien Poussin2017-02-062-2/+0
|
* [STM32, NAND] Fixed #elif without expressionbarthess2017-01-241-2/+1
|
* FSMC NAND improvements.barthess2017-01-173-65/+140
| | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2017-01-064-19/+33
|\
| * Merge pull request #107 from pl4nkton/stm32_fixesFabien Poussin2017-01-044-19/+33
| |\ | | | | | | Stm32 fixes
| | * STM32: fix USB HOST HS when cpu is in sleep modeNicolas Reinecke2016-12-051-1/+2
| | |
| | * change qei types to int16_tPeter2016-12-051-1/+1
| | |
| | * usbh: add otg stepping 2 codeNicolas Reinecke2016-12-052-0/+12
| | |
| | * usbh: cleanupNicolas Reinecke2016-12-053-17/+18
| | |
* | | NAND. Added reset function.barthess2017-01-062-8/+21
|/ /
* / FSMC. Sync mode improvements.barthess2016-12-091-2/+8
|/ | | | | | | 1) Control registers writes reordered in init sequence to eliminate incorrect output clock frequnency in short period after CCLKEN bit set and B(W)TR registers set. 2) Added reset of CCLEN bit in stop procedure.
* whitespaceNicolas Reinecke2016-11-081-8/+8
|
* add STM32F7 FMC write FIFO disable bitNicolas Reinecke2016-11-081-0/+3
|
* STM32 CRC : Fix assertsKimmo Lindholm2016-11-051-6/+6
|
* 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
| | | | | when quiUpdate isn't called for while an cnt(uint16_t) is above 32767 delta(int16_t) can overflow.
* qei driver: change copyrightNicolas Reinecke2016-05-152-4/+4
|
* add STM32 qei (quadrature encoder interface) driverNicolas Reinecke2016-05-086-1/+645
| | | | | | | Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk.
* 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
| | | | STM32F1,3 has no fsmc reset function so make it optional
* 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
|