aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/FSMCv1
Commit message (Collapse)AuthorAgeFilesLines
* Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-141-1/+1
| | | | deprecated MS2ST calls.
* Added support for STM32F7Adrian2018-01-315-5/+20
| | | | Tested only for STM32F746, other chipsets have to be checked.
* Add STM32F769 to FSMCv1 sdram driverDave Flogeras2017-12-143-3/+5
|
* [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
* 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.
* add STM32F7 FMC write FIFO disable bitNicolas Reinecke2016-11-081-0/+3
|
* Updated include guardsbarthess2016-10-178-20/+20
|
* [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-142-6/+17
|
* FSMC: fix build on stm32f1x and stm32f3Nicolas Reinecke2016-04-291-0/+4
| | | | STM32F1,3 has no fsmc reset function so make it optional
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-078-6/+6
|
* NAND. Cosmetical improvementbarthess2016-03-171-5/+7
|
* Updated some testhal projects to new ChibiOS codebarthess2016-03-151-6/+0
|
* FSMC code cleanupbarthess2015-10-148-18/+10
|
* Improved FSMC.barthess2015-08-043-16/+32
| | | | SRAM configuration is much more flexible now.
* Removed dependency on ST library for SDRAMAndrea Zoppi2015-06-282-5/+5
|
* NAND code changed to use bitmap classbarthess2015-05-022-22/+23
|
* 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-224-106/+151
|
* Added SDRAM support via FSMCbarthess2014-10-192-0/+646
|
* Added fsmc codebarthess2014-10-186-0/+1681