summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-2/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* libchip hcms29xx - Remove odd $Id$ and clean up file headerJoel Sherrill2012-05-025-17/+1
|
* 2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-031-0/+9
| | | | * libchip/display/disp_hcms29xx.c: Add missing initializer.
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-201-4/+0
| | | | * libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
* 2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-071-6/+6
| | | | | | | | * libchip/display/disp_hcms29xx.c, libchip/flash/am29lv160.c, libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c, libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-memdrv.c, libchip/rtc/ds1375.c: Eliminate use of GNU old-style field designator extension as recommended by clang.
* tqm8xx BSP fixesThomas Doerfler2010-01-194-44/+126
|
* Whitespace removal.Ralf Corsepius2009-11-304-195/+195
|
* Convert to "bool".Ralf Corsepius2008-09-072-12/+12
|
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-191-3/+3
| | | | | * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL. * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-191-4/+4
| | | | | * libchip/display/disp_hcms29xx.c: Do not make these static. They appear to be unused that way.
* 2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-191-21/+24
| | | | | * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized variables and made methods static.
* fixes for display driverThomas Doerfler2008-07-172-2/+2
|
* corrections in display driverThomas Doerfler2008-07-142-129/+150
|
* add display driver for HCMS* SPI displaysThomas Doerfler2008-07-115-0/+2914