aboutsummaryrefslogtreecommitdiffstats
path: root/boards
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixupsinmarket2018-11-106-10/+10
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-0380-1006/+1006
|
* Update license headerTibo Clausen2018-10-0160-60/+60
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-2/+2
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-084-7/+7
| | | | | | 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 type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-084-4/+4
| | | | replace powerXXX
* Change color_t to gColorinmarket2018-07-083-6/+6
|
* Change coord_t to gCoordinmarket2018-07-081-2/+2
|
* Added new type definitions - moving towards V3.0inmarket2018-06-2351-260/+140
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-1013-40/+64
|
* First set of V3 macro changesinmarket2018-02-2736-66/+66
|
* Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully ↵inmarket2018-02-244-12/+16
| | | | operational before continuing
* Improving STM32F746G-Discovery board filesJoel Bodenmann2017-10-281-112/+67
|
* STM32F469i-Discovery board filesJoel Bodenmann2017-10-2817-377/+3685
|
* Updating STM32F429i-Discovery board file for ChibiOSJoel Bodenmann2017-10-029-1720/+1726
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-014-181/+231
|
* Merge branch 'fix-macos' of yous/uGFX into masterinmarket2017-08-261-2/+2
|\
| * Fix CFLAGS and LIBS for sdl2Chayoung You2017-06-261-2/+2
| |
* | Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-1/+5
|/ | | | more cross platform
* Added partial definition for the STM32F469i-Discovery boardinmarket2017-05-053-0/+366
|
* Fixes to allow STM32F749-Discovery to work with ChibiOSinmarket2017-04-297-362/+558
|
* Added complete support for Altera Terasic MAX10 NEEK boardJoel Bodenmann2017-02-185-64/+140
|
* Adding UC8173 driverJoel Bodenmann2017-02-021-0/+121
|
* Adding ADS7843 + STM32CubeF4HAL demo board fileJoel Bodenmann2016-11-271-0/+140
|
* Adding ILI9488 + STM32CubeF4HAL demo board fileJoel Bodenmann2016-11-271-0/+163
|
* Fix for linux framebuffer for RGB555 and BGR555inmarket2016-08-241-1/+5
|
* Fixing wrong macro in Linux framebuffer board fileJoel Bodenmann2016-08-241-2/+2
|
* Fixing issue with color formats in Linux-Framebuffer board filesJoel Bodenmann2016-08-241-2/+3
|
* Adding Linux event input touch driverJoel Bodenmann2016-08-232-0/+39
|
* Updating Mac OS X board filesJoel Bodenmann2016-08-153-8/+17
|
* Cleaning up new SDL driver supportJoel Bodenmann2016-08-158-11/+86
|
* Updates to STM32F439i-Eval board files to fix display flashinginmarket2016-08-133-48/+32
|
* Added SDL multiply driverOleg Gerasimov2016-08-082-2/+2
|
* STM32F439i-Eval board file cleanupJoel Bodenmann2016-08-031-4/+7
|
* Adding STM32F439i-EVAL board filesJoel Bodenmann2016-08-0310-0/+2618
|
* Adding note to Linux-Framebuffer readme that sufficient permission is ↵Joel Bodenmann2016-07-261-0/+4
| | | | required to access the framebuffer device
* Update the Win32 example project to work with current versions of cygwin ↵Andrew Hannam2016-07-251-2/+2
| | | | mingw32 compiler
* 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
* Updating makefiles for MacOS XJoel Bodenmann2016-05-063-10/+7
|
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2016-02-102-5/+10
|\
| * Improve some docoinmarket2016-02-102-5/+10
| |
* | New sample board file (replacing some misleading existing ones)Joel Bodenmann2016-02-103-251/+93
|/
* Adding Altera MAX10 NEEK board filesJoel Bodenmann2015-11-293-0/+77
|
* ChibiOS does not work reliably with GCC -O0 with recent compilers.inmarket2015-11-276-6/+6
| | | | Change to -O1
* Update some makefiles and openocd config filesinmarket2015-11-2711-40/+46
|
* Change STM32F429i-Discovery board to use the general STM32LTDC driver.inmarket2015-11-255-34/+199
| | | | | The special ILI9341 init code is now in the board file (it is board specific). The specific STM32F429i-Discovery driver is now gone
* Add an Arduino Sketch project.inmarket2015-11-219-0/+229
| | | | It shows how to add ugfx as a sketch library.
* 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)