Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Chibios v3 example files for the STM32F429iDiscovery board. | inmarket | 2014-12-31 | 10 | -7/+1307 |
| | |||||
* | Split SSD1306 spi board example into 2 files. | inmarket | 2014-12-15 | 1 | -0/+115 |
|\ | | | | | | | | | Revert chibios 3.x use of bool as a base type for bool_t. back to char bool is available on c++ compilers only!!!! | ||||
| * | Improve SSD1306 spi example | ergosys | 2014-12-12 | 1 | -87/+66 |
| | | | | | | | | | | | | | | Don't acquire bus for every command Use SPI driver to control chip select Use SPI driver start/stop only when bus acquired for lower power usage Throttle SPI speed based on processor clock | ||||
* | | Updates for the EMBEST board and a small fix to the SSD2119 driver. | inmarket | 2014-12-15 | 2 | -5/+8 |
|/ | |||||
* | Conversion of some addon board files to newmouse | inmarket | 2014-11-10 | 3 | -149/+128 |
| | |||||
* | 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 | 2 | -13/+20 |
| | | | | Finalise the STM32F429i-Discovery board file for that touch controller | ||||
* | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 2 | -2/+4 |
| | |||||
* | 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. | ||||
* | 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 |
| | | |||||
| * | Add eCos to the new build system - untested! | inmarket | 2014-10-06 | 2 | -156/+41 |
| | | |||||
| * | Add support for FreeRTOS into make system | inmarket | 2014-10-06 | 12 | -102/+64 |
| | | |||||
| * | Tidy ups | inmarket | 2014-10-06 | 3 | -3/+0 |
| | | |||||
| * | Update support for ChibiOS v3 to the current repository. | inmarket | 2014-10-06 | 11 | -86/+24 |
| | | | | | | | | | | | | | | Update Make system to match. Add ability to make to a library rather than a program Stop ignoring objcode invalid format errors Multiple make tidy ups | ||||
| * | Update to makefiles to support ChibiOS v3, making ARM thumb targets, CPU ↵ | inmarket | 2014-10-04 | 9 | -459/+136 |
| | | | | | | | | | | | | specific flags etc Also put license in the gmake master scripts. | ||||
| * | First ARM build to use the new makefile plus makefile updates | inmarket | 2014-10-01 | 5 | -286/+153 |
| | | |||||
* | | STMPE811 fixes - still not working | Joel Bodenmann | 2014-10-13 | 1 | -1/+5 |
| | | |||||
* | | Port SMTPE811 mouse driver to newmouse (and supported boards) | inmarket | 2014-10-13 | 3 | -110/+112 |
| | | |||||
* | | Convert FT5x06 mouse driver to newmouse (untested) | inmarket | 2014-10-13 | 3 | -143/+93 |
| | | |||||
* | | Add GMouse parameter to ADS7843 mouse driver to enable multiple drivers. | inmarket | 2014-10-13 | 1 | -5/+16 |
| | | | | | | | | Tidy up naming. | ||||
* | | Tidy up MCU mouse defines | inmarket | 2014-10-13 | 2 | -19/+15 |
| | | |||||
* | | fixing ADS7843 driver - tested | Joel Bodenmann | 2014-10-11 | 1 | -2/+2 |
| | | |||||
* | | ADS7843 porting - not tested yet! | Joel Bodenmann | 2014-10-11 | 2 | -24/+21 |
| | | |||||
* | | Update Olimex-STM32-LCD mouse board file for newmouse MCU driver. | inmarket | 2014-10-12 | 3 | -148/+137 |
| | | | | | | | | Still to be tested and tuned on real hardware. | ||||
* | | Fine tuning the MCU driver parameters for the Mikromedia STM32 M4 | inmarket | 2014-10-09 | 1 | -4/+4 |
| | | |||||
* | | New mouse board files for MikroMedia STM32 M4 board to use new MCU touch driver | inmarket | 2014-10-07 | 3 | -106/+96 |
| | | |||||
* | | Add eCos to the new build system - untested! | inmarket | 2014-10-06 | 2 | -156/+41 |
| | | |||||
* | | Add support for FreeRTOS into make system | inmarket | 2014-10-06 | 12 | -102/+64 |
| | | |||||
* | | Tidy ups | inmarket | 2014-10-06 | 3 | -3/+0 |
| | | |||||
* | | Update support for ChibiOS v3 to the current repository. | inmarket | 2014-10-06 | 11 | -86/+24 |
| | | | | | | | | | | | | | | Update Make system to match. Add ability to make to a library rather than a program Stop ignoring objcode invalid format errors Multiple make tidy ups | ||||
* | | Update to makefiles to support ChibiOS v3, making ARM thumb targets, CPU ↵ | inmarket | 2014-10-04 | 9 | -459/+136 |
| | | | | | | | | | | | | specific flags etc Also put license in the gmake master scripts. | ||||
* | | First ARM build to use the new makefile plus makefile updates | inmarket | 2014-10-01 | 5 | -286/+153 |
|/ | |||||
* | New makefile structure. Also OSX board defintion | inmarket | 2014-09-28 | 10 | -627/+177 |
| | |||||
* | More makefile updates | inmarket | 2014-09-26 | 3 | -3/+22 |
| | |||||
* | Update more Makefiles | inmarket | 2014-09-26 | 2 | -55/+169 |
| | |||||
* | Makefile: Add support for - | inmarket | 2014-09-26 | 1 | -20/+58 |
| | | | | | | | - ..'s in the source path - USER_LISTINGS to control whether listings are generated - dependancy directory now a MACRO - support for Code::Blocks make targets | ||||
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 8 | -19/+19 |
| | |||||
* | Merge branch 'master' of bitbucket.org:Tectu/ugfx | Joel Bodenmann | 2014-08-21 | 1 | -0/+203 |
|\ | |||||
| * | Update to the SPFD54124B gdisp driver. | inmarket | 2014-08-21 | 1 | -0/+203 |
| | | | | | | | | Added an example board file for it to the boards/addons/gdisp directory | ||||
* | | board file compiler warning | Joel Bodenmann | 2014-08-21 | 1 | -10/+11 |
|/ | |||||
* | FireBull board file fix | Joel Bodenmann | 2014-07-11 | 1 | -0/+2 |
| | |||||
* | Example added for FreeRTOS on Raspberry Pi | inmarket | 2014-07-09 | 13 | -0/+1058 |
| | |||||
* | Support added for the Raspberry Pi - talking directly to the graphics ↵ | inmarket | 2014-07-09 | 5 | -0/+165 |
| | | | | co-processor. | ||||
* | eCos Synthetic framebuffer is now a supported "base" board. | inmarket | 2014-07-09 | 5 | -2/+189 |
| | |||||
* | eCos fix | inmarket | 2014-07-07 | 1 | -1/+2 |
| | |||||
* | Add framebuffer board file to interface with the eCos framebuffer device. | inmarket | 2014-07-02 | 1 | -0/+94 |
| | |||||
* | compiler warning (SSD2119 for Embest board) | Joel Bodenmann | 2014-06-16 | 1 | -0/+1 |
| | |||||
* | Linux framebuffer fixes | inmarket | 2014-05-22 | 1 | -4/+4 |
| |