aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/STM32F429i-Discovery
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-036-275/+275
|
* Update license headerTibo Clausen2018-10-013-3/+3
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-4/+4
|
* First set of V3 macro changesinmarket2018-02-273-9/+9
|
* Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully ↵inmarket2018-02-241-0/+1
| | | | operational before continuing
* Updating STM32F429i-Discovery board file for ChibiOSJoel Bodenmann2017-10-029-1720/+1726
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-011-33/+47
|
* 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.