aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
Commit message (Collapse)AuthorAgeFilesLines
* QUEUES flags deleted from chconf.h filesbarthess2016-03-282-16/+0
|
* Added WDG switch to halconf.h filesbarthess2016-01-132-0/+14
|
* Fixed copypaste typo in commentsbarthess2015-10-152-2/+2
|
* FSMC code cleanupbarthess2015-10-147-54/+61
|
* Fixed rest of paths in build scripts.barthess2015-08-242-2/+4
|
* Modified makefiles to incorporate changesFabien Poussin2015-08-202-8/+8
|
* Added descriptions and code simplifiedTexZK2015-07-083-31/+40
|
* Added shell commands to control triple buffer demoTexZK2015-07-077-1359/+1663
|
* TriBuf demos updated and workingTexZK2015-07-064-817/+833
|
* Added HW demo for triple buffer [WIP]Andrea Zoppi2015-07-0515-0/+2354
|
* Merge pull request #10 from TexZK/ltdc_dma2dUladzimir Pylinski2015-06-2913-3267/+294
|\ | | | | Removed dependency on ST library for SDRAM
| * Removed dependency on ST library for SDRAMAndrea Zoppi2015-06-2813-3268/+295
| |
* | Minor improvements in DMA2D demobarthess2015-06-282-5/+59
|/
* Minor changesAndrea Zoppi2015-06-271-15/+19
|
* ILI9341 driver moved to devices_libAndrea Zoppi2015-06-273-1012/+2
|
* LTDC and DMA2D ported to ChibiOS/RT 3TexZK2015-06-2426-0/+11088
+ LTDC and DMA2D peripheral drivers + LTDC and DMA2D demo project