Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 6 | -275/+275 |
| | |||||
* | Update license header | Tibo Clausen | 2018-10-01 | 3 | -3/+3 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 1 | -4/+4 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 3 | -9/+9 |
| | |||||
* | Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully ↵ | inmarket | 2018-02-24 | 1 | -0/+1 |
| | | | | operational before continuing | ||||
* | Updating STM32F429i-Discovery board file for ChibiOS | Joel Bodenmann | 2017-10-02 | 9 | -1720/+1726 |
| | |||||
* | STM32LTDC 2nd layer support with alpha | inmarket | 2017-10-01 | 1 | -33/+47 |
| | |||||
* | ChibiOS does not work reliably with GCC -O0 with recent compilers. | inmarket | 2015-11-27 | 2 | -2/+2 |
| | | | | Change to -O1 | ||||
* | Update some makefiles and openocd config files | inmarket | 2015-11-27 | 4 | -14/+16 |
| | |||||
* | Change STM32F429i-Discovery board to use the general STM32LTDC driver. | inmarket | 2015-11-25 | 3 | -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 GFXINLINE | inmarket | 2015-10-23 | 2 | -9/+9 |
| | |||||
* | Updating ChibiOS 3.x build system support | Joel Bodenmann | 2015-08-29 | 4 | -10/+25 |
| | |||||
* | Updating ChibiOS 3.x build system support | Joel Bodenmann | 2015-08-29 | 1 | -6/+7 |
| | |||||
* | Updating ChibiOS 3.x build system support | Joel Bodenmann | 2015-08-29 | 4 | -39/+50 |
| | |||||
* | Add Chibios v3 example files for the STM32F429iDiscovery board. | inmarket | 2014-12-31 | 10 | -7/+1307 |
| | |||||
* | Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board. | inmarket | 2014-11-07 | 1 | -34/+11 |
| | |||||
* | Fix the newmouse STMPE811 driver. | inmarket | 2014-11-07 | 1 | -7/+11 |
| | | | | Finalise the STM32F429i-Discovery board file for that touch controller | ||||
* | Adding STM32F429i-Discovery touch support (not working yet) | Joel Bodenmann | 2014-11-05 | 4 | -4/+119 |
| | |||||
* | STM32F429i-Discovery board is now a supported board with an example project. | inmarket | 2014-11-05 | 11 | -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. |