| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow calibration to work in newmouse even if there is no text / font support. | inmarket | 2014-10-27 | 1 | -17/+27 |
* | Merge branch 'master' into newmouse | inmarket | 2014-10-27 | 6 | -14/+492 |
|\ |
|
| * | Added new arc sector drawing routines (Thanks to steved for the inspiration). | inmarket | 2014-10-27 | 6 | -16/+494 |
* | | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-27 | 7 | -2/+1276 |
|\| |
|
| * | Adding Embest board example for chibios 2.x | Joel Bodenmann | 2014-10-27 | 7 | -2/+1276 |
* | | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-26 | 5 | -4/+4 |
|\| |
|
| * | Fixing wrong driver name | Joel Bodenmann | 2014-10-26 | 5 | -4/+4 |
* | | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-26 | 1 | -1/+1 |
|\| |
|
| * | compiler warning | Joel Bodenmann | 2014-10-26 | 1 | -1/+1 |
* | | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-26 | 1 | -2/+2 |
|\| |
|
| * | GWIN list toggle bug compile error fix | Joel Bodenmann | 2014-10-26 | 1 | -2/+2 |
| * | ChibiOS 3 error message update | inmarket | 2014-10-09 | 1 | -2/+2 |
| * | Fixes bug with printf formatting of zero filled fields | inmarket | 2014-10-09 | 2 | -2/+2 |
| * | Replace ChibiOS specific delays with generic uGFX delays in ILI9341 driver | inmarket | 2014-10-07 | 1 | -3/+3 |
| * | Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on ... | inmarket | 2014-10-07 | 1 | -3/+8 |
| * | Add eCos to the new build system - untested! | inmarket | 2014-10-06 | 3 | -156/+74 |
| * | Add support for FreeRTOS into make system | inmarket | 2014-10-06 | 16 | -103/+137 |
| * | Tidy ups | inmarket | 2014-10-06 | 3 | -3/+0 |
| * | Update buildfonts.sh to match change to fonts.h | inmarket | 2014-10-06 | 1 | -2/+1 |
* | | STMPE811 fixes - still not working | Joel Bodenmann | 2014-10-13 | 2 | -4/+5 |
* | | Fixing STMPE811 driver | Joel Bodenmann | 2014-10-13 | 1 | -5/+5 |
* | | Port SMTPE811 mouse driver to newmouse (and supported boards) | inmarket | 2014-10-13 | 9 | -298/+335 |
* | | Remove unnecessary file | inmarket | 2014-10-13 | 1 | -18/+0 |
* | | New flag for newmouse driver use | inmarket | 2014-10-13 | 1 | -0/+1 |
* | | Update newmouse driver makefiles | inmarket | 2014-10-13 | 2 | -7/+1 |
* | | Convert FT5x06 mouse driver to newmouse (untested) | inmarket | 2014-10-13 | 8 | -279/+259 |
* | | Add GMouse parameter to ADS7843 mouse driver to enable multiple drivers. | inmarket | 2014-10-13 | 3 | -27/+35 |
* | | Tidy up MCU mouse defines | inmarket | 2014-10-13 | 4 | -49/+34 |
* | | fixing ADS7843 driver - tested | Joel Bodenmann | 2014-10-11 | 2 | -7/+16 |
* | | Added missing defines to board template of ADS7843 | Joel Bodenmann | 2014-10-11 | 1 | -0/+7 |
* | | ADS7843 porting - not tested yet! | Joel Bodenmann | 2014-10-11 | 7 | -141/+100 |
* | | Board File can now request extra data bytes in the GMouse structure. | inmarket | 2014-10-12 | 1 | -1/+6 |
* | | Update Olimex-STM32-LCD mouse board file for newmouse MCU driver. | inmarket | 2014-10-12 | 3 | -148/+137 |
* | | Fine tuning the MCU driver parameters for the Mikromedia STM32 M4 | inmarket | 2014-10-09 | 1 | -4/+4 |
* | | Update the touch driver test program for newmouse. | inmarket | 2014-10-09 | 1 | -97/+177 |
* | | Newmouse updates to calibration routine | inmarket | 2014-10-09 | 2 | -122/+133 |
* | | ChibiOS 3 error message update | inmarket | 2014-10-09 | 1 | -2/+2 |
* | | Fixes bug with printf formatting of zero filled fields | inmarket | 2014-10-09 | 2 | -2/+2 |
* | | Update touch driver test tool. More updates to come... | inmarket | 2014-10-07 | 2 | -118/+143 |
* | | New mouse board files for MikroMedia STM32 M4 board to use new MCU touch driver | inmarket | 2014-10-07 | 3 | -106/+96 |
* | | New newmouse driver for MCU touch | inmarket | 2014-10-07 | 7 | -146/+107 |
* | | Remove stuff made superfluous by newmouse | inmarket | 2014-10-07 | 2 | -76/+0 |
* | | Fix bugs in newmouse framework | inmarket | 2014-10-07 | 1 | -2/+2 |
* | | Replace ChibiOS specific delays with generic uGFX delays in ILI9341 driver | inmarket | 2014-10-07 | 1 | -3/+3 |
* | | Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on ... | inmarket | 2014-10-07 | 1 | -3/+8 |
* | | Add eCos to the new build system - untested! | inmarket | 2014-10-06 | 3 | -156/+74 |
* | | Add support for FreeRTOS into make system | inmarket | 2014-10-06 | 16 | -103/+137 |
* | | Tidy ups | inmarket | 2014-10-06 | 3 | -3/+0 |
* | | Update buildfonts.sh to match change to fonts.h | inmarket | 2014-10-06 | 1 | -2/+1 |
* | | Merge branch 'master' into newmouse | inmarket | 2014-10-06 | 1 | -2/+1 |
|\| |
|