summaryrefslogtreecommitdiffstats
path: root/apps/examples/pwm
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt3-15/+6
2014-11-25More fixes to issues noted by cppcheckGregory Nutt1-4/+4
2014-10-08Remove non-portable references to syslog from apps/examplesGregory Nutt2-58/+38
2014-09-11MAINOBJ needs to be added to object list in many MakefileGregory Nutt1-1/+1
2014-09-07Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt1-14/+15
2014-09-07Determine the main object name from the main source name in every kernel buil...Gregory Nutt1-0/+1
2014-09-07Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt1-0/+1
2014-09-07Add the main object to the list objects to link in every kernel build link co...Gregory Nutt1-1/+1
2014-09-07Add the main object to the dependencies for the kernel buildGregory Nutt1-1/+1
2014-09-07If now a kernel build, then add the main object in with all of the restGregory Nutt1-0/+4
2014-09-07Update apps/examples/helloxx/MakefileGregory Nutt1-1/+1
2014-09-06Customize the program name in the generic setup that was added to each makefi...Gregory Nutt1-1/+1
2014-09-06Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt1-0/+9
2014-09-06Fix all install targetsGregory Nutt1-4/+4
2014-09-06Oops wrong elseGregory Nutt1-1/+1
2014-09-06Add missing else from last big changeGregory Nutt1-0/+1
2014-09-06Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt1-0/+9
2014-09-06Only one install target per MakefileGregory Nutt1-4/+2
2014-09-06Use more standard *argv[] instead easier **argvGregory Nutt1-1/+1
2014-09-06With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt1-0/+4
2014-09-06Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt1-0/+4
2014-04-13More trailing whilespace removalGregory Nutt2-5/+5
2014-02-10More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt1-1/+1
2013-09-05apps/examples/pwm: Clean up some configuration confusionGregory Nutt3-11/+13
2013-05-30.dSYM only needs to be in the same .gitignore files as .exeGregory Nutt1-1/+0
2013-05-30Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt1-14/+12
2013-04-25Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt1-2/+2
2013-04-04Clone svn:ignore directory atributed to .gitignore filesGregory Nutt1-0/+14
2013-01-28Add syslog.h; rename lib_rawprintf() to syslog()patacongo1-2/+2
2012-12-24Some fixes to apps/builtin/registry need to handle some additional casespatacongo1-1/+1
2012-12-23Remove .context kludge from apps/ directorypatacongo1-3/+6
2012-11-20Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo1-3/+3
2012-11-17Most of the changes needed to support Windows native clean; distclean is has ...patacongo1-2/+3
2012-11-15Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo1-1/+1
2012-11-12Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo1-2/+6
2012-11-11Correct some issues with last check-in; ez80 still does not buildpatacongo1-2/+2
2012-11-11Partial change: Removing bash ARCHIVE looppatacongo1-4/+2
2012-11-01Fixes for warnings from Freddie Chopinpatacongo1-0/+1
2012-08-30Add configurable application entry pointpatacongo1-1/+1
2012-07-30Add support for testing multiple ADC, PWM, and QE devicespatacongo1-11/+47
2012-04-15Add a watchdog timer testpatacongo3-8/+43
2012-04-13update Kconfig filespatacongo1-0/+9
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 3 of 2)patacongo1-0/+4
2012-03-13Fix some multiply defined symbols by making some staticpatacongo1-3/+3
2012-01-12Add definitions for another Sure Elec. PIC32 boardpatacongo1-1/+1
2012-01-10Correct GPIO dump outputpatacongo1-1/+1
2012-01-09Add pulse count support to apps/examples/pwmpatacongo2-15/+67
2011-12-22Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo1-0/+0
2011-12-20Update M25P driver per feedback from Mohammed Elwakeelpatacongo1-1/+1