aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/STM32F429i-Discovery/example_chibios_2.x
Commit message (Collapse)AuthorAgeFilesLines
* ChibiOS does not work reliably with GCC -O0 with recent compilers.inmarket2015-11-271-1/+1
| | | | Change to -O1
* Update some makefiles and openocd config filesinmarket2015-11-272-7/+8
|
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-291-1/+1
|
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-291-6/+7
|
* Add Chibios v3 example files for the STM32F429iDiscovery board.inmarket2014-12-312-2/+4
|
* Adding STM32F429i-Discovery touch support (not working yet)Joel Bodenmann2014-11-052-2/+2
|
* STM32F429i-Discovery board is now a supported board with an example project.inmarket2014-11-055-0/+1283
New gdisp driver (currently non-accelerated) Mouse and other drivers still to come. The board file is currently ChibiOS specific however the gdisp driver is suitable for any OS.