Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sched: Rename sched_timer() to sched_add_timer() | Kevin O'Connor | 2017-03-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | basecmd: Use oid_ prefix for the oid manipulation functions | Kevin O'Connor | 2017-03-09 | 1 | -3/+3 |
| | | | | | | | Consistently use an "oid_" prefix on the oid functions - this makes them similar to other functions with a common prefix. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | pwmcmds: Add Kconfig option to allow boards to disable hardware PWM commands | Kevin O'Connor | 2016-06-13 | 1 | -0/+78 |
Some boards may not support hardware based PWM. Update the build so that those commands do not need to be compiled if they are not available. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |