aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/STM32F746-Discovery/stm32f746g_raw32_ugfx.c
Commit message (Collapse)AuthorAgeFilesLines
* Undef uGFX colors for the STM32F7 board to prevent conflicts with changed ↵Andrew Hannam2016-06-161-0/+3
| | | | STM32 HAL header files
* Change STM32F429i-Discovery board to use the general STM32LTDC driver.inmarket2015-11-251-1/+0
| | | | | The special ILI9341 init code is now in the board file (it is board specific). The specific STM32F429i-Discovery driver is now gone
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Updates to STM32F746-Discovery supportinmarket2015-11-051-17/+4
| | | | Clean out a lot of junk
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-10/+12
|
* More STM32F746-Discovery changes.inmarket2015-10-061-45/+4
|
* Adding FT5336 touch driver. Not tested yet.Joel Bodenmann2015-07-211-3/+44
|
* Significant improvements in alternative scheduler.inmarket2015-07-161-1/+0
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* Working STM32F746G-Discovery board + example for raw32inmarket2015-07-111-0/+122
Working STM32LTDC video driver