aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
Commit message (Collapse)AuthorAgeFilesLines
* Add version tagsFabio Utzig2017-10-092-0/+2
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* fix stm32f429-dma2d demo buildNicolas Reinecke2016-11-086-24/+51
|
* update stm32 testhal / demo headersNicolas Reinecke2016-11-082-8/+6
|
* fix warnings in STM32 projects because of missing configsNicolas Reinecke2016-05-014-0/+65
|
* update stm32 demo and testhal projects to upstream chibiosNicolas Reinecke2016-05-0112-228/+320
|
* Updated Makefiles for STM32 according tobarthess2016-04-2310-235/+267
| | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
* 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