aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #205 from ChibiOS/fsmcFabien Poussin2019-11-047-19/+62
|\ | | | | FSMC drivers update
| * Updating halconf_community.h for demos/testhalFabien Poussin2019-10-302-0/+28
| |
| * Fixed DMA2D exampleFabien Poussin2019-10-303-14/+29
| |
| * Re-organised FSMC driversFabien Poussin2019-10-304-8/+8
| |
* | + Added board files and example for STM32F411-Discovery boardTim Rheinfels2019-11-037-0/+2285
|/
* FIX PID demo after ChibiOS ADC callback reworkRomain Reignier2019-10-211-6/+5
| | | | https://github.com/ChibiOS/ChibiOS/commit/f20ecc78178fc8cdfa682e100398c240224dbb4a#diff-e42edbbb9a343d9d1b70e68f524cbc22
* Merge branch 'master' into segger_systemviewDiego Ismirlian2019-10-0313-0/+2583
|\
| * Add fault handlers to ease ARM-v7m (Cortex M3/M4(F)/M7 debuggingDiego Ismirlian2019-10-0213-0/+2583
| |
* | RTT/SystemView bindings demo: increase SystemView buffer sizeDiego Ismirlian2019-10-021-1/+1
| |
* | RTT/SystemView bindings: update ChibiOS to 19.1.xDiego Ismirlian2019-10-023-27/+10
| |
* | Merge branch 'master' into segger_systemviewDiego Ismirlian2019-10-0213-1547/+1919
|\|
| * Fixed STM32 demosFabien Poussin2019-10-0210-1544/+1916
| |
| * Updating Makefiles for 19.1.xFabien Poussin2019-10-013-3/+3
| |
* | Add SEGGER RTT and SystemView demo projectDiego Ismirlian2019-09-2912-0/+2414
|/
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-123-3/+3
|
* Various tests and demos fixes.Konstantin Oblaukhov2018-09-241-1/+1
|
* Update chconf.h to RT v5.1.Konstantin Oblaukhov2018-09-243-6/+270
|
* New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-243-49/+23
|
* Updated PID demoFabien Poussin2018-03-231-25/+44
|
* Renaming PID demo folder to match correct scheme.Fabien Poussin2018-03-237-0/+0
|
* Adding basic PID demo.Fabien Poussin2018-03-227-0/+1981
|
* 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-142-58/+149
| | | | | | | | deprecated MS2ST calls.
* | demos: stm32: update to latest ChibiOS APIRomain Reignier2018-03-1212-67/+353
|/
* 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