aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/STM32F746-Discovery
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-039-153/+153
|
* Update license headerTibo Clausen2018-10-012-2/+2
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-082-3/+3
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Added new type definitions - moving towards V3.0inmarket2018-06-233-7/+7
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-103-9/+15
|
* First set of V3 macro changesinmarket2018-02-272-3/+3
|
* Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully ↵inmarket2018-02-241-0/+1
| | | | operational before continuing
* Improving STM32F746G-Discovery board filesJoel Bodenmann2017-10-281-112/+67
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-011-78/+87
|
* Fixes to allow STM32F749-Discovery to work with ChibiOSinmarket2017-04-297-362/+558
|
* Fixing bug in STM32F746G-Discovery board file which resulted in bad color ↵Joel Bodenmann2016-06-261-2/+2
| | | | reproduction
* Updating STM32F746-Discovery board files to be compatible with newer ↵Joel Bodenmann2016-06-222-140/+435
| | | | STM32F7CubeHAL
* Undef uGFX colors for the STM32F7 board to prevent conflicts with changed ↵Andrew Hannam2016-06-164-0/+12
| | | | STM32 HAL header files
* Change STM32F429i-Discovery board to use the general STM32LTDC driver.inmarket2015-11-252-2/+1
| | | | | 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-213-3/+3
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Updates to STM32F746-Discovery supportinmarket2015-11-053-381/+10
| | | | Clean out a lot of junk
* Replace all inline definitions with GFXINLINEinmarket2015-10-234-45/+56
|
* Fixing compiler warnings in STM32F746-Discovery board filesJoel Bodenmann2015-10-202-40/+35
|
* More STM32F746 updates + docoinmarket2015-10-062-2/+2
|
* More STM32F746-Discovery changes.inmarket2015-10-0611-3409/+236
|
* Support for ChibiOS3 (master branch only currently) for the ↵inmarket2015-10-0513-85/+2544
| | | | | | STM32F729-Discovery board. Not working yet.
* Adding first version of STM32F7 discovery touch driverJoel Bodenmann2015-07-224-171/+200
|
* Adding FT5336 touch driver. Not tested yet.Joel Bodenmann2015-07-214-5/+275
|
* Significant improvements in alternative scheduler.inmarket2015-07-163-3/+2
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* STM32F746 cleanupinmarket2015-07-161-2/+0
|
* STM32F746Discovery board file now HAL free (SDRAM still to go)Joel Bodenmann2015-07-131-75/+213
|
* Working STM32F746G-Discovery board + example for raw32inmarket2015-07-1110-58/+2241
| | | | Working STM32LTDC video driver
* working on the LTDC driver (not done yet and also hacky code)Joel Bodenmann2015-07-101-3/+5
|
* Renaming example dir to keep naming consistentJoel Bodenmann2015-07-101-0/+0
|
* Merge branch 'STM32F7_Discovery' of https://bitbucket.org/Tectu/ugfx into ↵Joel Bodenmann2015-07-104-0/+97
|\ | | | | | | STM32F7_Discovery
| * Example make for stm32m7 using ugfx make system (not complete)inmarket2015-07-104-0/+97
| | | | | | | | Changes to some stm32f746 files
* | More work on the F7 discoveryJoel Bodenmann2015-07-102-1/+6
|/
* Some more work on the F7 discoveryJoel Bodenmann2015-07-096-466/+39
|
* Renaming driver to STM32LTDC as this will be a generic oneJoel Bodenmann2015-07-091-1/+1
|
* Adding correct display parametersJoel Bodenmann2015-07-081-4/+4
|
* Adding some board file stuff for the F7 discovery (nothing done yet, just ↵Joel Bodenmann2015-07-088-0/+3643
adding the required files)