summaryrefslogtreecommitdiff
path: root/apps/examples/slcd
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-251-1/+1
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-111-1/+1
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-071-14/+15
* Determine the main object name from the main source name in every kernel buil...Gregory Nutt2014-09-071-0/+1
* Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt2014-09-071-0/+1
* Add the main object to the list objects to link in every kernel build link co...Gregory Nutt2014-09-071-1/+1
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-071-1/+1
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-071-0/+4
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-071-1/+1
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-061-1/+1
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-061-0/+9
* Fix all install targetsGregory Nutt2014-09-061-4/+4
* Oops wrong elseGregory Nutt2014-09-061-1/+1
* Add missing else from last big changeGregory Nutt2014-09-061-0/+1
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-061-0/+9
* Only one install target per MakefileGregory Nutt2014-09-061-4/+2
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-13/+12
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-1/+21
* Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes...Gregory Nutt2013-05-271-10/+10
* More SLCD-related fixesGregory Nutt2013-05-261-16/+21
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-261-30/+59
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl...Gregory Nutt2013-05-251-0/+1
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ...Gregory Nutt2013-05-251-1/+1
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ...Gregory Nutt2013-05-241-4/+16
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-241-7/+81
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the...Gregory Nutt2013-05-244-0/+374