aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D
Commit message (Collapse)AuthorAgeFilesLines
* Fixed DMA2D exampleFabien Poussin2019-10-303-14/+29
|
* Re-organised FSMC driversFabien Poussin2019-10-303-6/+6
|
* Fixed STM32 demosFabien Poussin2019-10-024-89/+203
|
* Updating Makefiles for 19.1.xFabien Poussin2019-10-011-1/+1
|
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-121-1/+1
|
* Update chconf.h to RT v5.1.Konstantin Oblaukhov2018-09-241-2/+90
|
* New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-241-18/+8
|
* Merge branch 'master' into update_testsFabien Poussin2018-03-151-56/+147
|\
| * Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-141-56/+147
| | | | | | | | deprecated MS2ST calls.
* | demos: stm32: update to latest ChibiOS APIRomain Reignier2018-03-125-27/+157
|/
* Add version tagsFabio Utzig2017-10-091-0/+1
| | | | 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-081-4/+3
|
* fix warnings in STM32 projects because of missing configsNicolas Reinecke2016-05-012-0/+38
|
* update stm32 demo and testhal projects to upstream chibiosNicolas Reinecke2016-05-017-128/+193
|
* Updated Makefiles for STM32 according tobarthess2016-04-235-111/+127
| | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
* QUEUES flags deleted from chconf.h filesbarthess2016-03-281-8/+0
|
* Added WDG switch to halconf.h filesbarthess2016-01-131-0/+7
|
* Fixed copypaste typo in commentsbarthess2015-10-151-1/+1
|
* FSMC code cleanupbarthess2015-10-144-27/+32
|
* Fixed rest of paths in build scripts.barthess2015-08-241-1/+2
|
* Modified makefiles to incorporate changesFabien Poussin2015-08-201-4/+4
|
* Added descriptions and code simplifiedTexZK2015-07-081-2/+0
|
* 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