aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/STM32F429i-Discovery
Commit message (Collapse)AuthorAgeFilesLines
* ChibiOS does not work reliably with GCC -O0 with recent compilers.inmarket2015-11-272-2/+2
| | | | Change to -O1
* Update some makefiles and openocd config filesinmarket2015-11-274-14/+16
|
* Change STM32F429i-Discovery board to use the general STM32LTDC driver.inmarket2015-11-253-32/+198
| | | | | The special ILI9341 init code is now in the board file (it is board specific). The specific STM32F429i-Discovery driver is now gone
* Replace all inline definitions with GFXINLINEinmarket2015-10-232-9/+9
|
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-294-10/+25
|
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-291-6/+7
|
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-294-39/+50
|
* Add Chibios v3 example files for the STM32F429iDiscovery board.inmarket2014-12-3110-7/+1307
|
* Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board.inmarket2014-11-071-34/+11
|
* Fix the newmouse STMPE811 driver.inmarket2014-11-071-7/+11
| | | | Finalise the STM32F429i-Discovery board file for that touch controller
* Adding STM32F429i-Discovery touch support (not working yet)Joel Bodenmann2014-11-054-4/+119
|
* STM32F429i-Discovery board is now a supported board with an example project.inmarket2014-11-0511-0/+4388
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.